Advertisement
moriartysthemes

No. 1 | Moriarty's Eyelashes Theme

May 24th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="color:Background" content="#cccccc" />
  5. <meta name="color:SidebarBackground" content="#ffffff" />
  6. <meta name="color:PostsBackground" content="#ffffff" />
  7. <meta name="color:QuestionBackground" content="#ffffff" />
  8. <meta name="color:QuestionText" content="#000000" />
  9. <meta name="color:TextpostBackground" content="#000000" />
  10. <meta name="color:QuoteBackground" content="#ffffff" />
  11. <meta name="color:AudioBackground" content=#ffffff />
  12. <meta name="color:SidebarText" content="#000000" />
  13. <meta name="color:BodyText" content="#000000" />
  14. <meta name="color:PostsFrame" content="#ffffff" />
  15. <meta name="color:SidebarFrame" content="#000000" />
  16. <meta name="color:Links" content="#03999b" />
  17. <meta name="color:Hover" content="#4cc3c5" />
  18. <meta name="color:LinkPostBackground" content="#000000" />
  19. <meta name="color:LinkPostText" content="#ffffff" />
  20. <meta name="color:LinkPostHover" content="#000000" />
  21. <meta name="font:Body" content="helvetica" />
  22. <meta name="image:Background" content="http://i41.tinypic.com/wvztsk.png" />
  23. <meta name="image:Sidebar" content="" />
  24. <meta name="text:CursorURL" content="http://static.tumblr.com/xjqjg7j/XJOlou09h/blackcursor.png" />
  25. <meta name="text:Link1" content="Link1" />
  26. <meta name="text:Url1" content="" />
  27. <meta name="text:Link2" content="Link2" />
  28. <meta name="text:Url2" content="" />
  29. <meta name="text:Link3" content="Link3" />
  30. <meta name="text:Url3" content="" />
  31. <meta name="text:Link4" content="Link4" />
  32. <meta name="text:Url4" content="" />
  33.  
  34. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37.  
  38. <style type="text/css">
  39.  
  40. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  41.  
  42. *, body, a, a:link,a:active,a:visited, a:hover {cursor: url({text:CursorURL}), auto;}
  43.  
  44. body {background-color: {color:Background};
  45. font-family: {font:Body};
  46. background-image: url({image:Background});
  47. margin: 0;
  48. word-wrap: break-word;
  49. background-attachment:fixed;
  50. background-repeat:repeat;
  51. background-position:center;
  52. }
  53.  
  54. #sidebar {
  55. background-color: {color:SidebarBackground};
  56. border: 1px solid {color:SidebarFrame};
  57. width: 300px;
  58. position: fixed;
  59. top: 0px;
  60. left: 0px;
  61. overflow: hidden;
  62. }
  63.  
  64. #sidebar .title {font-size: 10px;
  65. text-align: center;
  66. text-transform: uppercase;
  67. padding:10px;
  68. }
  69.  
  70. #sidebar .title a {
  71. color: {color:Links};
  72. text-decoration: none;
  73. }
  74.  
  75. #sidebar .title a:hover {
  76. color: {color:Hover};
  77. }
  78.  
  79. #sidebar .image {
  80. width: 280px;
  81. height: auto;
  82. padding: 0px 10px;
  83. }
  84.  
  85. #sidebar .description {
  86. color: {color:SidebarText};
  87. font-size: 10px;
  88. text-align: justify;
  89. padding: 10px;
  90. line-height:100%;
  91. }
  92. #sidebar .description a {
  93. color: {color:Links};
  94. text-decoration: none;
  95. }
  96.  
  97. #sidebar .description a:hover {
  98. color: {color:Hover};
  99. }
  100.  
  101. #sidebar .links {
  102. background-color: white;
  103. font-size: 11px;
  104. text-align: center;
  105. padding: 3px 5px;
  106. }
  107.  
  108. #sidebar .links a {
  109. font-size: 9px;
  110. color: {color:Links};
  111. -moz-transition-duration:0.6s;
  112. -webkit-transition-duration:0.6s;
  113. -o-transition-duration:0.6s;
  114. }
  115.  
  116. #sidebar .links a:hover {
  117. color: transparent;
  118. text-shadow: #000 0 0 5px;
  119. text-decoration:none;
  120. }
  121.  
  122. #sidebar .pagination {
  123. width: 300px;
  124. text-align: center;
  125. padding: 3px 0;
  126. }
  127.  
  128. #sidebar .pagination a {
  129. color: {color:Links};
  130. text-decoration: none;
  131. font-size: 12px;
  132. }
  133.  
  134. #sidebar .pagination a:hover {
  135. color: {color:Hover};
  136. }
  137.  
  138. img {
  139. border: 0;
  140. max-width: 100%;
  141. }
  142.  
  143. #content {
  144. width: 760px;
  145. background-color: rgba(255, 255, 255, 1);
  146. border: 1px dashed {color:PostsFrame};
  147. margin: -19px 0px 0px 302px;
  148. position: static;
  149. color: {color:BodyText};
  150. overflow: auto;
  151. overflow-y: hidden;
  152. }
  153.  
  154. #content a {
  155. color: {color:Links};
  156. text-decoration: none;
  157. }
  158.  
  159. #content a:hover {
  160. color: {color:Hover};
  161. }
  162.  
  163. #content blockquote {
  164. border-left: solid 2px black;
  165. margin: 0;
  166. padding-left: 10px;
  167. }
  168.  
  169. #content #posts {
  170. background-color: white;
  171. margin: 0 auto;
  172. padding-top: 50px;
  173. padding-bottom: 20px;
  174. width: 700px;
  175. height: auto;
  176. }
  177.  
  178. #content #posts .title {
  179. font-size: 22px;
  180. }
  181.  
  182. #content #posts .body {
  183. font-size: 11px;
  184. }
  185.  
  186. #content #posts .copy {
  187. background-color: {color:TextpostBackground};
  188. }
  189.  
  190. #content #posts .photoset {
  191. width: 700px;
  192. }
  193.  
  194.  
  195. #content #posts .question {
  196. font-size: 20px;
  197. }
  198.  
  199. #content #posts .question {
  200. background-color: {color:QuestionBackground};
  201. color: {color:QuestionText};
  202. }
  203.  
  204. #content #posts .link {
  205. font-size: 25px;
  206. text-align:center;
  207. font-family:courier;
  208. }
  209.  
  210. #content #posts .link a {
  211. background-color: {color:LinkPostBackground};
  212. color: {color:LinkPostText};
  213. font-family: courier;
  214. }
  215.  
  216. #content #posts .link a:hover {
  217. color: {color:LinkPostHover};
  218. }
  219.  
  220. #content #posts .playerbuttonbg {
  221. position: absolute;
  222. left: 20px;
  223. top: 20px;
  224. width: 19px;
  225. height: 19px;
  226. background-color: #ffffff;
  227. padding: 10px;
  228. -webkit-border-radius: 40px;
  229. -moz-border-radius: 40px;
  230. border-radius: 40px;
  231. opacity: .4;
  232. filter: alpha(opacity=40);
  233. -moz-opacity: 0.4;
  234. -khtml-opacity: 0.4;
  235. transition: opacity .7s ease-in-out;
  236. -moz-transition: opacity .7s ease-in-out;
  237. -webkit-transition: opacity .7s ease-in-out;
  238. }
  239.  
  240. .playerbuttonbg:hover {
  241. opacity: 1;
  242. filter: alpha(opacity=100);
  243. -moz-opacity: 1;
  244. -khtml-opacity: 1;
  245. }
  246.  
  247. .newplayerbutton {
  248. position: relative;
  249. width: 19px;
  250. height: 19px;
  251. overflow: hidden;
  252. }
  253.  
  254. .playerbuttonhug {
  255. position: absolute;
  256. top: -18px;
  257. left: -7px;
  258. }
  259.  
  260. .tumblr_audio_player {
  261. height: 90px;
  262. width: 700px;
  263. -moz-transform: scale(0.60, 0.60);
  264. -webkit-transform: scale(0.60, 0.60);
  265. -o-transform: scale(0.60, 0.60);
  266. -ms-transform: scale(0.60, 0.60);
  267. transform: scale(0.60, 0.60);
  268. -moz-transform-origin: top left;
  269. -webkit-transform-origin: top left;
  270. -o-transform-origin: top left;
  271. -ms-transform-origin: top left;
  272. transform-origin: top left;
  273. }
  274.  
  275. .audioimgwrapper {
  276. position: absolute;
  277. left: 0px;
  278. top: 0px;
  279. -webkit-border-radius: 40px;
  280. -moz-border-radius: 40px;
  281. border-radius: 40px;
  282. overflow: hidden;
  283. width: 79px;
  284. height: 79px;
  285. }
  286.  
  287. .audioimgwrapper img {
  288. width: 100%;
  289. height: auto;
  290. -webkit-border-radius: 40px;
  291. -moz-border-radius: 40px;
  292. border-radius: 40px;
  293. }
  294.  
  295. .trackdetails {
  296. width: 607px;
  297. border-top: 1px dotted gray;
  298. background-color:{color:AudioBackground};
  299. display:inline-block;
  300. margin-left: 90px;
  301. min-height: 85px;
  302. }
  303.  
  304. .audiowrapper {
  305. position: relative;
  306. display:inline-block;
  307. }
  308.  
  309. #content #posts #permalink {
  310. font-size:13px;
  311. margin-top:10px;
  312. }
  313.  
  314. #content #notecontainer {
  315. margin: 20px auto;
  316. width: 500px;
  317. font-size: 11px;
  318. }
  319.  
  320. #content #notecontainer ol.notes {
  321. list-style-type: circle;
  322. margin: 0;
  323. padding: 0;
  324. }
  325.  
  326. #content #notecontainer img.avatar {
  327. visibility: hidden;
  328. margin-right: 0;
  329. width: none;
  330. height: none;
  331. }
  332.  
  333. </style>
  334. </head><body>
  335. <a href="http://moriartysthemes.tumblr.com" title="theme"><img style="position:fixed; opacity: 1.0; width: 55px; height: 25px; BOTTOM:-4px; LEFT:-2px; z-index: 1;" src="http://41.media.tumblr.com/50be3265d565c97a978f5aede6153d4c/tumblr_nouualAfTa1ut8s24o1_250.png"></a>
  336.  
  337. <div id="sidebar">
  338. <div class="title"><a href="/">{Title}</a></div>
  339. <img class="image" src="{image:Sidebar}" />
  340. <div class="description">{Description}</div>
  341. <div class="pagination">
  342. {block:PreviousPage}<a href="{PreviousPage}" title="previous">ยซ </a>{/block:PreviousPage}
  343. {block:NextPage}<a href="{NextPage}" title="next"> ยป</a>{/block:NextPage}
  344. </div>
  345. <div class="links">
  346. <a href="/" title="home">i.</a>
  347. <a href="/ask" title="ask">ii.</a>
  348. <a href="/archive" title="archive">iii.</a>
  349. <a href="{text:url1}" title="{text:link1}">iv.</a>
  350. <a href="{text:url2}" title="{text:link2}">v.</a>
  351. <a href="{text:url3}" title="{text:link3}">vi.</a>
  352. <a href="{text:url4}" title="{text:link4}">vi.</a>
  353. </div>
  354. </div>
  355.  
  356. <div id="content">
  357. {block:Posts}
  358. <div id="posts">
  359.  
  360. {block:Photo}
  361. {LinkOpenTag}<img src="{PhotoURL-500}"width="700" />{LinkCloseTag}
  362. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  363. {/block:Photo}
  364.  
  365. {block:Photoset}
  366. <div class="photoset">
  367. {Photoset-700}
  368. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  369. {/block:Photoset}
  370.  
  371. {block:Video}
  372. <div class="media">{Video-500}
  373. {block:Caption}<div clas="copy">{Caption}</div>{/block:Caption}</div>
  374. {/block:Video}
  375.  
  376. {block:AudioPlayer}
  377. <div class="audiowrapper">
  378. {block:AlbumArt}
  379. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  380. {/block:AlbumArt}
  381.  
  382. <div class="playerbuttonbg">
  383. <div class="newplayerbutton">
  384. <div class="playerbuttonhug">
  385.  
  386. {AudioPlayerWhite}
  387.  
  388. </div>
  389. </div>
  390. </div>
  391.  
  392. <div class="trackdetails">
  393.  
  394. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  395. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  396. {block:Album}Album: {Album}{/block:Album}<br/>
  397. {PlayCountWithLabel}
  398.  
  399. </div>
  400. </div>
  401. {/block:AudioPlayer}
  402.  
  403. {block:Quote}
  404. <div class="title">โ€œ{Quote}โ€</div>
  405. {block:Source}<div class="text"><br>~ {Source}</div>{/block:Source}
  406. {/block:Quote}
  407.  
  408. {block:Text}
  409. {block:Title}<div class="title">{Title}</div>{/block:Title}
  410. <div class="copy">{Body}</div>
  411. {/block:Text}
  412.  
  413. {block:Answer}
  414. <div class="question">{Question}<div class="nipple"></div></div>
  415. <div class="asker_container"><img src="{AskerPortraitURL-24}">&nbsp;&nbsp;{Asker}</div>
  416. <div class="copy">{Answer}</div>
  417. {/block:Answer}
  418.  
  419. {block:Chat}
  420. {block:Title}<div class="title">{Title}</div>{/block:Title}
  421. <div class="chat">
  422. <div class="lines">
  423. {block:Lines}
  424. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  425. {/block:Lines}
  426. </div>
  427. </div>
  428. <div class="clear"></div>
  429. <div style="heeight:10px;"></div>
  430. {/block:Chat}
  431.  
  432. {block:Link}
  433. <div class="link"><a href="{URL}" >{Name}</a></div>
  434. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  435. {/block:Link}
  436.  
  437. <div id="permalink">
  438. <a href="{Permalink}">
  439. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  440. </a>
  441. </div>
  442.  
  443. {/block:Posts}
  444. </div>
  445. {block:PostNotes}
  446. <div id="notecontainer">{PostNotes}</div>
  447. {/block:PostNotes}
  448.  
  449.  
  450. </body>
  451. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement