Advertisement
Mikaela

Midnight Memories

Jul 13th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.32 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- THEME #38 'MIDNIGHT MEMORIES' BY HRRYS
  4. I WORKED HARD ON THIS SO IF YOU REMOVE THE CREDIT OR EDIT AND CLAIM IT AS YOUR OWN, I'LL GET HARRY TO STRANGLE YOU.
  5. OKAY ENJOY NOW
  6. -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14.  
  15. {block:Description}<meta name="description" content="{MetaDescription}"/>
  16. {/block:Description}
  17. <link rel="shortcut icon" href="{Favicon}" />
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  19.  
  20. <meta name="color:bg" content="#ffffff">
  21. <meta name="color:sblinks" content="#bbb8b8">
  22. <meta name="color:sbtext" content="#9a9a9a">
  23.  
  24. <meta name="color:link" content="#bbb8b8">
  25. <meta name="color:text" content="#9a9a9a">
  26. <meta name="color:tags" content="#b9b7b7">
  27. <meta name="color:ask" content="#ededed">
  28. <meta name="color:hover" content="#eeeeee">
  29. <meta name="color:border" content="#e7e7e7">
  30. <meta name="color:scrollbar" content="#d6d5d5">
  31.  
  32. <meta name="image:sidebar" content=""/>
  33.  
  34. <meta name="text:link 1" content="LINK">
  35. <meta name="text:link 1 url" content="/">
  36. <meta name="text:link 2" content="LINK">
  37. <meta name="text:link 2 url" content="/">
  38. <meta name="text:link 3" content="LINK">
  39. <meta name="text:link 3 url" content="/">
  40. <meta name="text:link 4" content="LINK">
  41. <meta name="text:link 4 url" content="/">
  42.  
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47.  
  48. /*--scrollbar--*/
  49.  
  50. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  51. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  52. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  53. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  54. }
  55. /*--body--*/
  56.  
  57.  
  58. body {
  59. font-style:none;
  60. background-color:{color:bg};
  61. font-family:calibri;
  62. color:{color:text};
  63. font-size:9px;
  64. }
  65.  
  66.  
  67. a {
  68. color:{color:link};
  69. text-decoration:none;
  70. -webkit-transition: all 0.5s ease-out;
  71. -moz-transition: all 0.5s ease-out;
  72. transition: all 0.5s ease-out;
  73. }
  74.  
  75. a:hover {
  76. color:{color:hover};
  77. text-decoration:none;
  78. -webkit-transition: all 0.8s ease-out;
  79. -moz-transition: all 0.8s ease-out;
  80. transition: all 0.8s ease-out;
  81. }
  82.  
  83. img {
  84. border:none;
  85. }
  86.  
  87. blockquote {
  88. padding-left:5px;
  89. border-left:2px solid {color:border};
  90. }
  91.  
  92. h1 {
  93. font-size:10px;
  94. }
  95.  
  96. /*--sidebar--*/
  97.  
  98. #sidebar {
  99. position:fixed;
  100. width:140px;
  101. margin-left:140px;
  102. margin-top:150px;
  103. }
  104.  
  105. /*--sidebar image--*/
  106.  
  107. #sidebarimage {
  108. width:140px;
  109. }
  110.  
  111. #sidebarimage img {
  112. width:150px;
  113. height:150px;
  114. padding:3px;
  115. border-radius:10px;
  116. -webkit-filter: blur(2px);
  117. -webkit-transition:all 0.2s ease-in-out;
  118. -moz-transition:all 0.2s ease-in-out;
  119. -o-transition:all 0.2s ease-in-out;
  120. -ms-transition:all 0.2s ease-in-out;
  121. transition:all 0.2s ease-in-out;
  122. }
  123.  
  124. #sidebar:hover #sidebarimage img{
  125. -webkit-filter: blur(1px);
  126. -webkit-transition:all 0.2s ease-in-out;
  127. -moz-transition:all 0.2s ease-in-out;
  128. -o-transition:all 0.2s ease-in-out;
  129. -ms-transition:all 0.2s ease-in-out;
  130. transition:all 0.2s ease-in-out;
  131. }
  132.  
  133. /*--links--*/
  134.  
  135. .bmenu{
  136. padding: 0px;
  137. margin: 0px 0px 10px 30px;
  138. position: fixed;
  139. width: 200px;
  140. overflow: none;
  141.  
  142. }
  143.  
  144. /*
  145.  
  146. ------------------
  147. NORMAL STATE
  148. ------------------
  149.  
  150. */
  151.  
  152. .bmenu li{
  153. width: 100px;
  154. overflow: none;
  155. font-size: 13px;
  156. display: block;
  157. text-align: center;
  158. }
  159. .bmenu li a{
  160. width: 300px;
  161. text-transform: uppercase;
  162. text-shadow: 1px 1px 2px rgba(89,22,20,0.3); /* text shadow color */
  163. color: {color:sblinks}; /* text color */
  164. padding: 5px 5px;
  165. margin: 2px;
  166. letter-spacing: 1px;
  167. -webkit-transition: all 0.4s ease-in-out;
  168. -moz-transition: all 0.4s ease-in-out;
  169. -o-transition: all 0.4s ease-in-out;
  170. -ms-transition: all 0.4s ease-in-out;
  171. transition: all 0.4s ease-in-out;
  172. }
  173.  
  174. /*
  175.  
  176. -----------------
  177. HOVER STATE
  178. ----------------
  179.  
  180.  
  181. */
  182.  
  183.  
  184. .bmenu:hover li a{
  185. color: transparent;
  186. text-shadow: 0px 0px 10px {color:text}; /* Other links blur color */
  187. -webkit-transform: skew(0deg);
  188. -moz-transform: skew(0deg);
  189. -o-transform: skew(0deg);
  190. -ms-transform: skew(0deg);
  191. transform: skew(0deg);
  192. }
  193. .bmenu li a:hover{
  194. text-outline: 1px black;
  195. background: transparent;
  196. text-shadow: 0px 0px 0px {color:sblinks};
  197. color: {color:sblinks}; /* Active Hover Link Color */
  198. }
  199.  
  200. /*--description--*/
  201.  
  202. #description {
  203. margin-top:0px;
  204. margin-left:3px;
  205. width:145px;
  206. color:{color:sbtext};
  207. padding:3px;
  208. font-family:'calibri';
  209. font-size:10px;
  210. text-align:center;
  211. }
  212.  
  213. /*--pagination--*/
  214.  
  215. #pagination {
  216. margin-top:2px;
  217. margin-left:0px;
  218. text-align:center;
  219. font-size:10px;
  220. font-family:calibri;
  221. color:{color:link};
  222. }
  223.  
  224. #pagination a{
  225. color:{color:link};
  226. }
  227.  
  228. #pagination a:hover {
  229. color:{color:hover};
  230. }
  231.  
  232. /*--posts--*/
  233.  
  234. #posts {
  235. width:500px;
  236. margin-bottom:10px;
  237. padding:1px;
  238. font-size:11px;
  239. color:{color:text};
  240. line-height:90%;
  241. text-align:justify;
  242. }
  243.  
  244. #postscontainer {
  245. margin-bottom:20px;
  246. padding:1px;
  247. margin-left:430px;
  248. margin-top:55px;
  249. }
  250.  
  251.  
  252. /*--info--*/
  253.  
  254. #notes {
  255. font-family:anaheim;
  256. text-transform:lowercase;
  257. font-size:10px; }
  258.  
  259. #info {
  260. text-align:right;
  261. padding:5px;
  262. margin-top:5px;
  263. margin-bottom:10px;
  264. text-transform: uppercase;
  265. font-family:calibri;
  266. font-size:9px;
  267. margin-left:-5px;
  268. border-top: 1px solid;
  269. border-color: {color:border}; }
  270.  
  271. #info #tags {
  272. opacity:0;
  273. -webkit-transition:all 0.5s ease-in-out;
  274. -moz-transition:all 0.5s ease-in-out;
  275. -o-transition:all 0.5s ease-in-out;
  276. -ms-transition:all 0.5s ease-in-out;
  277. transition:all 0.5s ease-in-out; }
  278.  
  279. #info:hover #tags {
  280. opacity:1;
  281. margin-top:4px;
  282. -webkit-transition:all 0.5s ease-in-out;
  283. -moz-transition:all 0.5s ease-in-out;
  284. -o-transition:all 0.5s ease-in-out;
  285. -ms-transition:all 0.5s ease-in-out;
  286. transition:all 0.5s ease-in-out; }
  287.  
  288. #tags {
  289. font-family:calibri;
  290. letter-spacing:1px;
  291. text-transform:uppercase;
  292. font-size:8px;
  293. margin-left:0px;
  294. margin-top:-2px; }
  295.  
  296. #tags a:hover {
  297. text-decoration:line-through;
  298. opacity:0.5;}
  299.  
  300. /*--asks--*/
  301.  
  302. .speech {
  303. align:right;
  304. background-color:{color:ask} ;
  305. margin:10px 0px 0px 50px;
  306. padding:10px;
  307. line-height:105%;
  308. font-size: 11px;
  309. font-family:'cambria';
  310. letter-spacing:1px;
  311. position:relative;}
  312.  
  313. .speech p {margin:1px 0px;}
  314.  
  315. .speech span {
  316. display:block;
  317. position:absolute;
  318. width:1px;
  319. height:1px;
  320. font-size:0;
  321. line-height:1px;
  322. left:-10px;
  323. top:10px;
  324. border-top:7px solid transparent;
  325. border-bottom:7px solid transparent;
  326. border-right:10px solid {color:ask};}
  327.  
  328. .askbg {
  329. float:left;
  330. margin:10px 4px 0px 0;
  331.  
  332. padding:2px;
  333. background-color:{color:ask};}
  334.  
  335. /*--credit--*/
  336.  
  337. #cred {
  338. right:0px;
  339. bottom:-2px;
  340. color:{color:text};
  341. position:fixed;
  342. -webkit-transition: all 0.5s ease-out;
  343. -moz-transition: all 0.5s ease-out;
  344. transition: all 0.5s ease-out;
  345. }
  346.  
  347.  
  348. {CustomCSS}
  349.  
  350. </style></head>
  351.  
  352.  
  353. <body>
  354.  
  355. <div id="sidebar">
  356. <div id="sidebarimage">
  357. <img src="{image:sidebar}"></div>
  358. <div id="description">{description}
  359. {block:Pagination}
  360. <div id="pagination">
  361.  
  362. {block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage}
  363. {block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}
  364. </div>{/block:Pagination}
  365. </div>
  366.  
  367. <ul class="bmenu">
  368. <li><a href="{text:link 1 url}">{text:link 1}</a></li>
  369. <li><a href="{text:link 2 url}">{text:link 2}</a></li>
  370. <li><a href="{text:link 3 url}">{text:link 3}</a></li>
  371. <li><a href="{text:link 4 url}">{text:link 4}</a></li>
  372. </ul>
  373.  
  374.  
  375. </div></div>
  376.  
  377.  
  378. <div id="postscontainer">
  379.  
  380. {block:Posts}
  381.  
  382. <div id="posts">
  383.  
  384.  
  385. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  386.  
  387.  
  388. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  389.  
  390. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  391.  
  392. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  393.  
  394. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  395.  
  396. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  397.  
  398. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  399.  
  400. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  401.  
  402. {block:Answer}
  403. <img src="{AskerPortraitURL-30}" align="left" class="askbg"><div class="speech"><span></span>{Asker}:<<br>{Question}&nbsp;</div><br>{Answer}
  404. {/block:Answer}
  405.  
  406. <div id="info"> <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} <font color="gray">♥</font> <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom} {block:ContentSource}/ <a href="{SourceURL}">src</a></a>{/block:ContentSource}{/block:RebloggedFrom}
  407. {block:HasTags}<div id="tags"><b>#</b>:{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  408. {/block:Posts}<div id="tags" st>
  409. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  410. {/block:Posts}</div></div></div>
  411. </div>
  412.  
  413.  
  414. <div id="cred"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a></div>
  415. </body>
  416. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement