Advertisement
Mikaela

Our Moment

Jun 10th, 2014
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.49 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 #28 'OUR MOMENT' 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:picborder" content="#e7e7e7">
  22. <meta name="color:link" content="#bbb8b8">
  23. <meta name="color:text" content="#9a9a9a">
  24. <meta name="color:hover" content="#eeeeee">
  25. <meta name="color:border" content="#e7e7e7">
  26. <meta name="color:scrollbar" content="#d6d5d5">
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:link 1" content="">
  31. <meta name="text:link 1 url" content="/">
  32. <meta name="text:link 2" content="">
  33. <meta name="text:link 2 url" content="/">
  34. <meta name="text:link 3" content="">
  35. <meta name="text:link 3 url" content="/">
  36. <meta name="text:link 4" content="">
  37. <meta name="text:link 4 url" content="/">
  38.  
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44. /*--scrollbar--*/
  45.  
  46. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  47. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  48. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  49. ::-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;
  50. }
  51. /*--body--*/
  52.  
  53.  
  54. body {
  55. font-style:none;
  56. background-color:{color:bg};
  57. font-family:calibri;
  58. color:{color:text};
  59. font-size:9px;
  60. }
  61.  
  62.  
  63. a {
  64. color:{color:link};
  65. text-decoration:none;
  66. -webkit-transition: all 0.5s ease-out;
  67. -moz-transition: all 0.5s ease-out;
  68. transition: all 0.5s ease-out;
  69. }
  70.  
  71. a:hover {
  72. color:{color:hover};
  73. text-decoration:none;
  74. -webkit-transition: all 0.8s ease-out;
  75. -moz-transition: all 0.8s ease-out;
  76. transition: all 0.8s ease-out;
  77. }
  78.  
  79. img {
  80. border:none;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:2px solid {color:border};
  86. }
  87.  
  88. h1 {
  89. font-size:10px;
  90. }
  91.  
  92. /*--Cursor code--*/
  93.  
  94.  
  95. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  96.  
  97.  
  98.  
  99.  
  100. /*--sidebar--*/
  101.  
  102. #sidebar {
  103. position:fixed;
  104. width:140px;
  105. border-right:#eee solid 1px;
  106. height:655px;
  107. margin-left:170px;
  108. margin-top:-55px;
  109. }
  110.  
  111. /*--bottle--*/
  112.  
  113. #top img {
  114. width:100px;
  115. height:80px;
  116. position:fixed;
  117. margin-top:225px;
  118. margin-left:-100px
  119. padding:3px;
  120. -webkit-transition:all 0.5s ease-in-out;
  121. -moz-transition:all 0.5s ease-in-out;
  122. -o-transition:all 0.5s ease-in-out;
  123. -ms-transition:all 0.5s ease-in-out;
  124. transition:all 0.5s ease-in-out;
  125. }
  126.  
  127. #sidebar:hover #top img {
  128. margin-top:80px;
  129. -webkit-transition:all 0.5s ease-in-out;
  130. -moz-transition:all 0.5s ease-in-out;
  131. -o-transition:all 0.5s ease-in-out;
  132. -ms-transition:all 0.5s ease-in-out;
  133. transition:all 0.5s ease-in-out;
  134. }
  135.  
  136.  
  137. #bottom img {
  138. width:120px;
  139. padding:3px;
  140. position:fixed;
  141. margin-left:-11px;
  142. margin-top:300px;
  143. }
  144.  
  145. /*--sb picture--*/
  146.  
  147. .sb img{
  148. margin-left:28px;
  149. margin-top:340px;
  150. width:40px;
  151. border-radius:100px;
  152. height:40px;
  153. opacity:0;
  154. border: solid {color:picborder} 3px;
  155. position:fixed;
  156. -webkit-transition:all 0.5s ease-in-out;
  157. -moz-transition:all 0.5s ease-in-out;
  158. -o-transition:all 0.5s ease-in-out;
  159. -ms-transition:all 0.5s ease-in-out;
  160. transition:all 0.5s ease-in-out;
  161. }
  162.  
  163. #sidebar:hover .sb img{
  164. margin-top:170px;
  165. margin-left:28px;
  166. width:40px;
  167. opacity:1;
  168. height:40px;
  169. -webkit-transition:all 0.5s ease-in-out;
  170. -moz-transition:all 0.5s ease-in-out;
  171. -o-transition:all 0.5s ease-in-out;
  172. -ms-transition:all 0.5s ease-in-out;
  173. transition:all 0.5s ease-in-out;
  174. }
  175. /*--links--*/
  176.  
  177. #links {
  178. margin-top:0px;
  179. width:150px;
  180. opacity:0;
  181. margin-left:-25px;
  182. font-family:'calibri';
  183. text-transform:lowercase;
  184. text-align:center;
  185. }
  186.  
  187. #links a {
  188. padding:3px;
  189. font-size:10px;
  190. }
  191.  
  192. #links a:hover {
  193. color:{color:hover};
  194. }
  195.  
  196. #sidebar:hover #links{
  197. opacity:1;
  198. margin-top:5px;
  199. -webkit-transition:all 0.5s ease-in-out;
  200. -moz-transition:all 0.5s ease-in-out;
  201. -o-transition:all 0.5s ease-in-out;
  202. -ms-transition:all 0.5s ease-in-out;
  203. transition:all 0.5s ease-in-out;
  204. }
  205.  
  206. /*--description--*/
  207.  
  208. #description {
  209. margin-top:390px;
  210. margin-left:-25px;
  211. width:150px;
  212. opacity:0;
  213. font-family:'calibri';
  214. font-size:10px;
  215. text-align:center;
  216. -webkit-transition:all 0.5s ease-in-out;
  217. -moz-transition:all 0.5s ease-in-out;
  218. -o-transition:all 0.5s ease-in-out;
  219. -ms-transition:all 0.5s ease-in-out;
  220. transition:all 0.5s ease-in-out;
  221. }
  222.  
  223. #sidebar:hover #description{
  224. opacity:1;
  225. margin-top:220px;
  226. -webkit-transition:all 0.5s ease-in-out;
  227. -moz-transition:all 0.5s ease-in-out;
  228. -o-transition:all 0.5s ease-in-out;
  229. -ms-transition:all 0.5s ease-in-out;
  230. transition:all 0.5s ease-in-out;
  231. }
  232.  
  233. /*--pagination--*/
  234.  
  235. #pagination {
  236. margin-top:0px;
  237. margin-left:-40px;
  238. z-index:9999999999999999999999999999999999999999;
  239. opacity:0;
  240. text-align:center;
  241. font-size:12px;
  242. font-family:calibri;
  243. color:{color:link};
  244. -webkit-transition:all 0.5s ease-in-out;
  245. -moz-transition:all 0.5s ease-in-out;
  246. -o-transition:all 0.5s ease-in-out;
  247. -ms-transition:all 0.5s ease-in-out;
  248. transition:all 0.5s ease-in-out;
  249. }
  250.  
  251. #pagination a{
  252. color:{color:link};
  253. }
  254.  
  255. #pagination a:hover {
  256. color:{color:hover};
  257. }
  258.  
  259. #sidebar:hover #pagination{
  260. opacity:1;
  261. margin-top:3px;
  262. -webkit-transition:all 0.5s ease-in-out;
  263. -moz-transition:all 0.5s ease-in-out;
  264. -o-transition:all 0.5s ease-in-out;
  265. -ms-transition:all 0.5s ease-in-out;
  266. transition:all 0.5s ease-in-out;
  267. }
  268.  
  269. /*--posts--*/
  270.  
  271. #posts {
  272. width:500px;
  273. margin-bottom:10px;
  274. padding:1px;
  275. font-size:11px;
  276. color:{color:text};
  277. line-height:90%;
  278. text-align:justify;
  279. }
  280.  
  281. #postscontainer {
  282. margin-bottom:20px;
  283. padding:1px;
  284. margin-left:430px;
  285. margin-top:55px;
  286. }
  287.  
  288.  
  289. /*--info--*/
  290.  
  291. #notes {
  292. font-family:anaheim;
  293. text-transform:lowercase;
  294. font-size:10px; }
  295.  
  296. #info {
  297. text-align:right;
  298. padding:5px;
  299. margin-top:5px;
  300. margin-bottom:10px;
  301. text-transform: uppercase;
  302. font-family:calibri;
  303. font-size:9px;
  304. margin-left:-5px;
  305. border-top: 1px solid;
  306. border-color: #c6c6c6; }
  307.  
  308. #info #tags {
  309. opacity:0;
  310. -webkit-transition:all 0.5s ease-in-out;
  311. -moz-transition:all 0.5s ease-in-out;
  312. -o-transition:all 0.5s ease-in-out;
  313. -ms-transition:all 0.5s ease-in-out;
  314. transition:all 0.5s ease-in-out; }
  315.  
  316. #info:hover #tags {
  317. opacity:1;
  318. margin-top:4px;
  319. -webkit-transition:all 0.5s ease-in-out;
  320. -moz-transition:all 0.5s ease-in-out;
  321. -o-transition:all 0.5s ease-in-out;
  322. -ms-transition:all 0.5s ease-in-out;
  323. transition:all 0.5s ease-in-out; }
  324.  
  325. #tags {
  326. font-family:calibri;
  327. letter-spacing:1px;
  328. text-transform:uppercase;
  329. font-size:8px;
  330. margin-left:0px;
  331. margin-top:-2px; }
  332.  
  333. #tags a:hover {
  334. text-decoration:italic;}
  335.  
  336. /*--asks--*/
  337.  
  338. #askbg {
  339. padding:12px;
  340. background-color:transparent;
  341. border-bottom: 3px solid;
  342. border-color:{color:border}
  343. }
  344.  
  345. #ask {
  346. margin-top:-5px;
  347. font-family:calibri;
  348. text-align:left;
  349. }
  350.  
  351. /*--credit--*/
  352.  
  353. #cred {
  354. right:0px;
  355. bottom:-2px;
  356. color:{color:text};
  357. position:fixed;
  358. -webkit-transition: all 0.5s ease-out;
  359. -moz-transition: all 0.5s ease-out;
  360. transition: all 0.5s ease-out;
  361. }
  362.  
  363.  
  364. {CustomCSS}
  365.  
  366. </style></head>
  367.  
  368.  
  369. <body>
  370.  
  371. <div id="sidebar">
  372. <div id="top">
  373. <img src="http://i.imgur.com/zV5ciDn.gif"></div>
  374. <div id="bottom">
  375. <img src="http://i.imgur.com/3kICXDB.gif"></div>
  376. <div class="sb">
  377. <img src="{image:sidebar}"></div>
  378. <div id="description">{description}</div>
  379.  
  380. <div id="links">
  381. <a href="{text:link 1 url}">{text:link 1}</a>
  382. <a href="{text:link 2 url}">{text:link 2}</a>
  383. <a href="{text:link 3 url}">{text:link 3}</a>
  384. <a href="{text:link 4 url}">{text:link 4}</a>
  385. </div>
  386.  
  387. {block:Pagination}
  388. <div id="pagination">
  389.  
  390. {block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage}
  391. {block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}
  392. </div>{/block:Pagination}
  393.  
  394. </div></div>
  395.  
  396.  
  397. <div id="postscontainer">
  398.  
  399. {block:Posts}
  400.  
  401. <div id="posts">
  402.  
  403.  
  404. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  405.  
  406.  
  407. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  408.  
  409. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  410.  
  411. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  412.  
  413. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  414.  
  415. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  416.  
  417. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  418.  
  419. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  420.  
  421. {block:Answer}<div id="askbg"><div id="ask"></div><br><font face="Edwardian Script ITC"><big><big><big><big><big>{Asker} </font></big></big></big></big></big></big></big>asked: {Question}</div> {Answer}{/block:Answer}
  422.  
  423. <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}
  424. {block:HasTags}<div id="tags"><b>tagged as</b>:{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  425. {/block:Posts}<div id="tags" st>
  426. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  427. {/block:Posts}</div></div></div>
  428. </div>
  429.  
  430.  
  431. <div id="cred"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a></div>
  432. </body>
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement