Advertisement
miecroft

theme 21- pillow talk

Apr 10th, 2014
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 KB | None | 0 0
  1.  
  2. <!--theme by miecroft. you can edit the code as much as you want, but don't claim as your own or use as a base.-->
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  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. <!--Default Variables-->
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#aaaaaa"/>
  18. <meta name="color:Hover" content="#ffffff"/>
  19. <meta name="color:Link" content="#000000"/>
  20. <meta name="color:Scrollbar" content="#eeeeee"/>
  21.  
  22. <meta name="text:Link 1 URL" content="" />
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 2 URL" content="" />
  25. <meta name="text:Link 2" content="" />
  26. <meta name="text:Link 3 URL" content="" />
  27. <meta name="text:Link 3" content="" />
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
  30.  
  31. <link href='http://fonts.googleapis.com/css?family=Arapey' rel='stylesheet' type='text/css'>
  32.  
  33. <!-- jquery for tooltips-->
  34.  
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41.  
  42. (function($){
  43.  
  44. $(document).ready(function(){
  45.  
  46. $("a[title]").style_my_tooltips({
  47.  
  48. tip_follows_cursor:true,
  49.  
  50. tip_delay_time:30,
  51.  
  52. tip_fade_speed:300,
  53.  
  54. attribute:"title"
  55.  
  56. });
  57.  
  58. });
  59.  
  60. })(jQuery);
  61.  
  62. </script>
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. <!--CSS customization here. -->
  70.  
  71. <style type="text/css">
  72.  
  73. ::-webkit-scrollbar{height: 5px;
  74. width: 5px;
  75. -webkit-border-radius: 0px;
  76. background-color:{color:background}}
  77. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  78. ::-webkit-scrollbar-track{background-color:{color:background};}
  79.  
  80. #s-m-t-tooltip{
  81. position:absolute;
  82. margin-top: 15px;
  83. z-index:9999;
  84. background:{color:background};
  85. }
  86.  
  87.  
  88.  
  89. /*basics*/
  90. blockquote {padding:5px 0 5px 30px;
  91. border-left:1px solid {color:text};
  92. margin-left:30px;
  93. }
  94.  
  95. body {
  96. background:{color:background};
  97. color:{color:text};
  98. font-family:'Arapey';
  99. font-size:11px;
  100. text-align:justify;
  101. margin:0;
  102. line-height:16px;}
  103.  
  104.  
  105. a {
  106. color:{color:link};
  107. text-decoration:none;
  108. }
  109.  
  110. a:hover {
  111. font-style:italic;
  112. color:{color:hover};
  113. -moz-transition-duration:0.7s;
  114. -webkit-transition-duration:0.7s;
  115. -o-transition-duration:0.7s;
  116. }
  117.  
  118. img{opacity:1;
  119. border:none;
  120. text-decoration:none}
  121.  
  122.  
  123. small {
  124. font-size:9px;}
  125.  
  126. big {
  127. font-size:12px;}
  128.  
  129.  
  130. #title {font-size:12px;
  131. line-height:18px;
  132. font-weight:bold;
  133. margin-bottom:10px;
  134. text-transform:uppercase;
  135. text-align:left;}
  136.  
  137.  
  138. /*sidebar*/
  139. #sidebar {text-align:left;
  140. position:relative;
  141. margin-left:0px;
  142. margin-top:150px;
  143. width:400px;
  144. }
  145.  
  146. #title {
  147. font-family:'Cinzel';
  148. position:fixed;
  149. font-size:20px;
  150. margin-top:30px;
  151. width:460px;
  152. border-bottom:1px solid #eee;
  153. padding-bottom:5px;
  154. }
  155.  
  156. #description {
  157. text-align:justify;
  158. width:460px;
  159. margin:20px 0;
  160. margin-bottom:30px;
  161. margin-top:-70px;
  162. }
  163.  
  164.  
  165. #links {
  166. position:fixed;
  167. line-height:16px;
  168. text-transform:lowercase;
  169. text-align:right;
  170. width:460px;
  171. margin-top:-1px;
  172. }
  173.  
  174. #links a {
  175. margin-right:5px;
  176. display:inline-block;
  177. margin-bottom:5px;
  178. }
  179.  
  180. /*pagination*/
  181. #pagination {
  182. font-size:9px;
  183. padding:70px 0 50px 0;
  184. color:{color:text};
  185. text-transform:none;
  186. text-align:center;
  187. font-style:normal;
  188. margin-left:50px;
  189. }
  190.  
  191. #pagination a {
  192. text-align:center;
  193. text-transform:uppercase;
  194. display:inline-block;
  195. }
  196.  
  197. /*container*/
  198. #con {
  199. left:50%;
  200. margin-left:-220px;
  201. position:absolute;
  202. }
  203.  
  204.  
  205.  
  206. /*posts*/
  207.  
  208. #entries {
  209. margin-top:75px;
  210. width:400px;
  211. }
  212.  
  213.  
  214.  
  215. #posts {
  216. width:400px;
  217. {block:IndexPage}
  218. margin-bottom:100px;
  219. {/block:IndexPage}
  220. {block:PermalinkPage}
  221. margin-bottom:50px;
  222. {/block:PermalinkPage}
  223. background:#F2F2F2;
  224. padding:30px;
  225. border:dotted 1px #E6E6E6;
  226.  
  227. }
  228. #posts img {
  229. max-width:400px;
  230. }
  231.  
  232. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  233. .caption {width:100%;
  234. margin-top:10px;
  235.  
  236. }
  237.  
  238. /*quote*/
  239.  
  240. #titlequote{text-align:left;
  241. font-size:14px;
  242. line-height:18px;
  243. font-weight:bold;
  244. }
  245. #source {
  246. margin-top:15px;
  247. margin-left:15px;}
  248.  
  249. /*audio*/
  250.  
  251. .player {
  252. width:25px;
  253. height:25px;
  254. overflow:hidden;
  255. position:absolute;
  256. background:white;}
  257.  
  258. .audioinfo {
  259. margin-left:50px;
  260. }
  261.  
  262.  
  263. /*asks*/
  264. .q {margin-bottom:10px;
  265. }
  266. .as {
  267. font-weight:bold;}
  268.  
  269. .a {
  270. margin-top:10px;
  271. }
  272.  
  273.  
  274. /*chat*/
  275.  
  276. .chat ol {
  277. padding:0;
  278. list-style:none;
  279. }
  280. .line {padding:5px 0;}
  281.  
  282. .label {font-weight:bold;
  283. }
  284.  
  285.  
  286.  
  287.  
  288.  
  289. /*permalink and notes*/
  290.  
  291. #permalink {
  292. margin-top:15px;
  293. background:#fff;
  294. padding:15px;
  295. font-size:8px;
  296. text-transform:uppercase;
  297. }
  298. #permalink a {margin-right:10px;
  299. }
  300.  
  301.  
  302. .tags {
  303. word-break:break-all;
  304. font-size:7px;
  305. font-style:italic;
  306. text-transform:lowercase;
  307. }
  308.  
  309. .pagenotes {
  310. {block:IndexPage}
  311. display: none!important;
  312. {/block:IndexPage}
  313. width:400px;
  314. text-align:left;
  315.  
  316. }
  317. .pagenotes img {
  318. display:none!important;}
  319. .pagenotes li {
  320. list-style-type:none;
  321. padding:5px 0px;
  322. text-align:left;
  323. margin:0 0 0 -40px;
  324. }
  325.  
  326.  
  327.  
  328.  
  329. {CustomCSS}
  330.  
  331.  
  332. </style>
  333.  
  334.  
  335.  
  336. </head>
  337.  
  338. <body>
  339.  
  340. <div id="con">
  341.  
  342. <div id="sidebar">
  343. <div id="title">{Title}</div>
  344. <div id="description">{Description}</div>
  345. <div id="links">
  346. <a href="/">home</a>
  347. <a href="/ask">ask</a>
  348. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  349. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  350. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  351. </div>
  352.  
  353.  
  354.  
  355.  
  356. </div>
  357.  
  358.  
  359.  
  360.  
  361. <div id="entries">
  362.  
  363. {block:Posts}
  364. <div id="posts">
  365.  
  366.  
  367. {block:Quote}
  368.  
  369.  
  370. <div id="titlequote">“{Quote}”</div>
  371. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  372. {/block:Quote}
  373.  
  374.  
  375.  
  376. {block:Text}
  377.  
  378. {block:Title}
  379. <div id="title">{Title}</div>{/block:Title}
  380. {Body}
  381. {/block:Text}
  382.  
  383. {block:Link}
  384. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  385. {/block:Link}
  386.  
  387. {block:Chat}
  388. {block:Title}
  389. <h1>{Title}</h1>
  390. {/block:Title}
  391. <div class="chat">
  392. <ol>{block:Lines}
  393. <li class="line {Alt}">
  394. {block:Label}
  395. <span class="label">
  396. {Label}</span>
  397. {/block:Label}{Line}</li>
  398. {/block:Lines}
  399. </ol></div>
  400. {/block:Chat}
  401.  
  402. {block:Photo}
  403. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  404. {/block:Photo}
  405.  
  406. {block:Photoset}
  407. {Photoset-400}
  408. {/block:Photoset}
  409.  
  410. {block:Video}
  411. {Video-400}
  412. {/block:Video}
  413.  
  414. {block:Audio}
  415. <div class="player">{AudioPlayerWhite}</div>
  416. <div class="audioinfo">
  417. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  418. </div>
  419. {/block:Audio}
  420.  
  421. {block:Answer}
  422. <div class="q">
  423. <div class="as">{Asker} said: </div>
  424. {Question}</div>
  425. <div class="a">{Answer}</div>
  426. {/block:Answer}
  427.  
  428. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  429.  
  430. {block:Date}
  431. <div id="permalink">
  432. <a href="{Permalink}" >{DayOfMonth} {ShortMonth};</a>{block:NoteCount}<a href="{Permalink}"> + {NoteCount}</a>{/block:NoteCount}
  433. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  434. </div>
  435. {/block:Date}
  436.  
  437.  
  438.  
  439. </div>
  440.  
  441.  
  442. {block:PostNotes}
  443. <div class="pagenotes">
  444. {PostNotes}
  445. </div>
  446. {/block:PostNotes}
  447. {/block:Posts}
  448. {block:ContentSource}
  449. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  450. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  451. {/block:SourceLogo}
  452. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  453. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  454.  
  455. <div id="pagination">
  456. {block:Pagination}
  457. {block:PreviousPage}
  458. <a href="{PreviousPage}">&larr; previous </a>
  459. {/block:PreviousPage}
  460.  
  461.  
  462. {block:NextPage}
  463. <a href="{NextPage}">next &rarr;</a>
  464. {/block:NextPage}
  465. {/block:Pagination}
  466. </div>
  467. </div>
  468. <div style="color:#000000;position:fixed;bottom:-2px; right:-5px; font-size:12px; letter-spacing:1px; font-family:helvetica;font-weight:bold;padding:4px;"><a href="http://psychosematic.tumblr.com/">©</a></center></div>
  469.  
  470.  
  471. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement