Advertisement
Mikaela

One Thing

Jul 13th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.54 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 #31 'ONE THING' 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:title" content="#000000">
  22. <meta name="color:sbtxt" content="#fff">
  23. <meta name="color:sblinks" content="#fff">
  24. <meta name="color:sbbg" content="#000">
  25. <meta name="color:link" content="#bbb8b8">
  26. <meta name="color:text" content="#9a9a9a">
  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.  
  47. <style type="text/css">
  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.  
  100.  
  101.  
  102. /*--sidebar--*/
  103.  
  104. #sidebar {
  105. position:fixed;
  106. width:140px;
  107. margin-left:110px;
  108. margin-top:180px;
  109. }
  110.  
  111. /*--title--*/
  112.  
  113. #title{
  114. margin-top:-200px;
  115. margin-left:0px;
  116. font-family:Century Gothic ;
  117. font-size:18px;
  118. color:{color:title};
  119. text-transform:uppercase;
  120. width:188px;
  121. position:fixed;
  122. text-align:center;
  123. }
  124.  
  125. /*--links--*/
  126.  
  127. #links {
  128. margin-top:-173px;
  129. width:178px;
  130. background-color:{color:sbbg};
  131. margin-left:0px;
  132. padding:5px;
  133. color:{color:sblinks};
  134. font-family:'Century Gothic ;
  135. text-transform:uppercase;
  136. text-align:center;
  137. }
  138.  
  139. #links a {
  140. padding:3px;
  141. font-size:11px;
  142. color:{color:sblinks};
  143. }
  144.  
  145. #links a:hover {
  146. color:{color:hover};
  147. text-decoration:line-through;
  148. }
  149.  
  150. /*--description--*/
  151.  
  152. #description {
  153. margin-top:150px;
  154. margin-left:0px;
  155. background-color:{color:sbbg};
  156. color:{color:sbtxt};
  157. width:178px;
  158. padding:5px;
  159. font-family:'calibri';
  160. font-size:10px;
  161. text-align:center;
  162. }
  163.  
  164. /*--pagination--*/
  165.  
  166. #pagination {
  167. margin-top:3px;
  168. margin-left:0px;
  169. text-align:center;
  170. font-size:10px;
  171. font-family:calibri;
  172. color:{color:sblinks};
  173. }
  174.  
  175. #pagination a{
  176. color:{color:sblinks};
  177. }
  178.  
  179. #pagination a:hover {
  180. color:{color:hover};
  181. }
  182.  
  183. /*--posts--*/
  184.  
  185. #posts {
  186. width:500px;
  187. margin-bottom:10px;
  188. padding:1px;
  189. font-size:11px;
  190. color:{color:text};
  191. line-height:90%;
  192. text-align:justify;
  193. }
  194.  
  195. #postscontainer {
  196. margin-bottom:20px;
  197. padding:1px;
  198. margin-left:430px;
  199. margin-top:55px;
  200. }
  201.  
  202.  
  203. /*--info--*/
  204.  
  205. #notes {
  206. font-family:anaheim;
  207. text-transform:lowercase;
  208. font-size:10px; }
  209.  
  210. #info {
  211. text-align:right;
  212. padding:5px;
  213. margin-top:5px;
  214. margin-bottom:10px;
  215. text-transform: uppercase;
  216. font-family:calibri;
  217. font-size:9px;
  218. margin-left:-5px;
  219. border-top: 1px solid;
  220. border-color: {color:border}; }
  221.  
  222. #info #tags {
  223. opacity:0;
  224. -webkit-transition:all 0.5s ease-in-out;
  225. -moz-transition:all 0.5s ease-in-out;
  226. -o-transition:all 0.5s ease-in-out;
  227. -ms-transition:all 0.5s ease-in-out;
  228. transition:all 0.5s ease-in-out; }
  229.  
  230. #info:hover #tags {
  231. opacity:1;
  232. margin-top:4px;
  233. -webkit-transition:all 0.5s ease-in-out;
  234. -moz-transition:all 0.5s ease-in-out;
  235. -o-transition:all 0.5s ease-in-out;
  236. -ms-transition:all 0.5s ease-in-out;
  237. transition:all 0.5s ease-in-out; }
  238.  
  239. #tags {
  240. font-family:calibri;
  241. letter-spacing:1px;
  242. text-transform:uppercase;
  243. font-size:8px;
  244. margin-left:0px;
  245. margin-top:-2px; }
  246.  
  247. #tags a:hover {
  248. text-decoration:line-through;
  249. opacity:0.5;}
  250.  
  251. /*--asks--*/
  252.  
  253. .speech {
  254. align:right;
  255. background-color:{color:ask} ;
  256. margin:10px 0px 0px 50px;
  257. padding:10px;
  258. line-height:105%;
  259. font-size: 11px;
  260. font-family:'cambria';
  261. letter-spacing:1px;
  262. position:relative;}
  263.  
  264. .speech p {margin:1px 0px;}
  265.  
  266. .speech span {
  267. display:block;
  268. position:absolute;
  269. width:1px;
  270. height:1px;
  271. font-size:0;
  272. line-height:1px;
  273. left:-10px;
  274. top:10px;
  275. border-top:7px solid transparent;
  276. border-bottom:7px solid transparent;
  277. border-right:10px solid {color:ask};}
  278.  
  279. .askbg {
  280. float:left;
  281. margin:10px 4px 0px 0;
  282.  
  283. padding:2px;
  284. background-color:{color:ask};}
  285.  
  286. /*--credit--*/
  287.  
  288. #cred {
  289. right:0px;
  290. bottom:-2px;
  291. color:{color:text};
  292. position:fixed;
  293. -webkit-transition: all 0.5s ease-out;
  294. -moz-transition: all 0.5s ease-out;
  295. transition: all 0.5s ease-out;
  296. }
  297.  
  298. /*--sidebar image--*/
  299.  
  300. <style>
  301.  
  302. div.flip{
  303. position:relative;
  304. width: 200px; /* Set default width of flip */
  305. height: 150px; /* Set default height */
  306. -webkit-perspective: 600px; /* larger the value, the less pronounced the 3D effect */
  307. -moz-perspective: 600px;
  308. -o-perspective: 600px;
  309. perspective: 600px;
  310. }
  311.  
  312.  
  313. div.flip div.rotate{
  314. width: 75%;
  315. height: 75%;
  316. -moz-transform-style: preserve-3d; /* Specify all child elements inside this DIV maintain the same perspective */
  317. -webkit-transform-style: preserve-3d;
  318. -o-transform-style: preserve-3d;
  319. transform-style: preserve-3d;
  320. -moz-transition: all 0.6s ease-in-out 0.3s; /* final 0.3s specifies delay before effect kicks in */
  321. -webkit-transition: all 0.6s ease-in-out 0.3s;
  322. -o-transition: all 0.6s ease-in-out 0.3s;
  323. transition: all 0.6s ease-in-out 0.3s;
  324. }
  325.  
  326. div.flip div.rotate > *{ /* Target all children elements */
  327. position:absolute;
  328. width: 100%;
  329. height: 100%;
  330. -moz-backface-visibility: hidden;
  331. -webkit-backface-visibility: hidden;
  332. -o-backface-visibility: hidden;
  333. backface-visibility: hidden;
  334. }
  335.  
  336. div.flip div.rotate > div{ /* Target all child DIVs */
  337. -webkit-box-sizing: border-box; /* Specify that any border/ paddings do not add to the DIV's total width */
  338. -moz-box-sizing: border-box;
  339. box-sizing: border-box;
  340. padding: 8px;
  341. background: #eee;
  342. }
  343.  
  344. div.rotate.x *:nth-child(2){ /* X Axis rotate specific CSS. Rotate 2nd child DIV 180deg in the X axis */
  345. -moz-transform: rotateX(180deg);
  346. -webkit-transform: rotateX(180deg);
  347. -o-transform: rotateX(180deg);
  348. transform: rotateX(180deg);
  349. }
  350.  
  351.  
  352. div.flip:hover > div.rotate.x{ /* X Axis rotate specific CSS. Rotate div.rotate.x when mouse rolls over container */
  353. -moz-transform: rotateX(180deg);
  354. -webkit-transform: rotateX(180deg);
  355. -o-transform: rotateX(180deg);
  356. transform: rotateX(180deg);
  357. }
  358.  
  359.  
  360. div.rotate.y *:nth-child(2){ /* Y Axis rotate specific CSS. Rotate 2nd child DIV 180deg in the Y axis so it mirrors the first */
  361. -moz-transform: rotateY(180deg);
  362. -webkit-transform: rotateY(180deg);
  363. -o-transform: rotateY(180deg);
  364. transform: rotateY(180deg);
  365. }
  366.  
  367.  
  368. div.flip:hover > div.rotate.y{ /* Y Axis rotate specific CSS. Rotate div.rotate.y when mouse rolls over container */
  369. -moz-transform: rotateY(180deg);
  370. -webkit-transform: rotateY(180deg);
  371. -o-transform: rotateY(180deg);
  372. transform: rotateY(180deg);
  373. }
  374.  
  375.  
  376. {CustomCSS}
  377.  
  378. </style></head>
  379.  
  380.  
  381. <body>
  382. <div id="sidebar">
  383. <div class="flip" style="width: 250px; height: 200px; display: inline-block;">
  384. <div class="rotate y">
  385. <img src="{image:sidebar1}">
  386. <img src="{image:sidebar2}">
  387. </div>
  388. <div id="title">{Title}</div>
  389. <div id="links">
  390. <a href="{text:link 1 url}">{text:link 1}</a>
  391. <a href="{text:link 2 url}">{text:link 2}</a>
  392. <a href="{text:link 3 url}">{text:link 3}</a>
  393. <a href="{text:link 4 url}">{text:link 4}</a>
  394. </div>
  395.  
  396. <div id="description">{description}{block:Pagination}
  397. <div id="pagination">
  398.  
  399. {block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage}
  400. {block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}
  401. </div>{/block:Pagination}</div>
  402.  
  403. </div></div>
  404.  
  405.  
  406. <div id="postscontainer">
  407.  
  408. {block:Posts}
  409.  
  410. <div id="posts">
  411.  
  412.  
  413. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  414.  
  415.  
  416. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  417.  
  418. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  419.  
  420. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  421.  
  422. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  423.  
  424. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  425.  
  426. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  427.  
  428. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  429.  
  430. {block:Answer}
  431. <img src="{AskerPortraitURL-30}" align="left" class="askbg"><div class="speech"><span></span>{Asker}:<<br>{Question}&nbsp;</div><br>{Answer}
  432. {/block:Answer}
  433.  
  434. <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}
  435. {block:HasTags}<div id="tags"><b>#</b>:{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  436. {/block:Posts}<div id="tags" st>
  437. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  438. {/block:Posts}</div></div></div>
  439. </div>
  440.  
  441.  
  442. <div id="cred"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a></div>
  443. </body>
  444. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement