Advertisement
Mikaela

You & I

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