Advertisement
Mikaela

Imessage

Nov 22nd, 2014
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.94 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 #43 'IMESSAGE' 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. OK ENJOY NOW
  5. -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15.  
  16. <meta name="color:bg" content="#ffffff">
  17. <meta name="color:link" content="#bbb8b8">
  18. <meta name="color:text" content="#9a9a9a">
  19. <meta name="color:tags" content="#b9b7b7">
  20. <meta name="color:ask" content="#ededed">
  21. <meta name="color:hover" content="#eeeeee">
  22. <meta name="color:border" content="#e7e7e7">
  23. <meta name="color:scrollbar" content="#d6d5d5">
  24.  
  25. <meta name="text:receiver" content="Name?">
  26. <meta name="text:send 1" content="Send">
  27. <meta name="text:receive 1" content="Receive">
  28. <meta name="text:send 2" content="Send">
  29. <meta name="text:receive 2" content="Receive">
  30. <meta name="text:send 3" content="Send">
  31. <meta name="text:receive 3" content="Receive">
  32.  
  33. <meta name="text:link 1" content="">
  34. <meta name="text:link 1 url" content="/">
  35. <meta name="text:link 2" content="">
  36. <meta name="text:link 2 url" content="/">
  37. <meta name="text:link 3" content="">
  38. <meta name="text:link 3 url" content="/">
  39. <meta name="text:link 4" content="">
  40. <meta name="text:link 4 url" content="/">
  41.  
  42. <style type="text/css">
  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. body {
  54. font-style:none;
  55. font-family:calibri;
  56. font-size:9px;
  57. background-color:{color:big};
  58. }
  59.  
  60.  
  61. a {
  62. color:{color:link};
  63. text-decoration:none;
  64. }
  65.  
  66. a:hover {
  67. color:{color:hover};
  68. text-decoration:none;
  69. }
  70.  
  71. img {
  72. border:none;
  73. }
  74.  
  75. blockquote {
  76. padding-left:5px;
  77. border-left:2px solid {color:border};
  78. }
  79.  
  80. h1 {
  81. font-size:10px;
  82. }
  83.  
  84. .links {
  85. font-family:'calibri';
  86. text-transform:uppercase;
  87. text-align:center;
  88. padding:5px;
  89. }
  90.  
  91. .links a {
  92. padding:3px;
  93. font-size:15px;
  94. }
  95.  
  96. .links a:hover {
  97. color:{color:hover};
  98. }
  99.  
  100. /*--sidebar--*/
  101.  
  102. #sidebar {
  103. position:fixed;
  104. width:140px;
  105. margin-left:110px;
  106. margin-top:120px;
  107. }
  108.  
  109. /*--iphone--*/
  110.  
  111. #iphone {
  112. background: #aaa;
  113. border-radius: 40px;
  114. font-family: Helvetica, Arial, sans-serif;
  115. font-size: 10px;
  116. font-weight: 100;
  117. height: 380px;
  118. margin: auto;
  119. width:200px;
  120. padding: 50px 15px;
  121. position: relative;
  122. z-index:-3;
  123. }
  124.  
  125. #iphone:before {
  126. background: rgba(0,0,0,0.35);
  127. border-radius: 4px;
  128. content: " ";
  129. height: 7px;
  130. left: 50%;
  131. margin-left: -20px;
  132. position: absolute;
  133. top: 30px;
  134. width: 60px;
  135. z-index:-3;
  136. }
  137.  
  138. #iphone:after {
  139. background: rgba(0,0,0,0.35);
  140. border: 4px solid rgba(255,255,255,0.6);
  141. border-radius: 50%;
  142. bottom: 5px;
  143. content: " ";
  144. height: 40px;
  145. left: 50%;
  146. margin-left: -23px;
  147. position: absolute;
  148. width: 40px;
  149. z-index:-3;
  150. }
  151.  
  152. /*--white screen--*/
  153.  
  154. .screen {
  155. background: #fff;
  156. border-radius: 2px;
  157. height: 220px;
  158. overflow: auto;
  159. padding-top:5px;
  160. padding-right:20px;
  161. padding-left:20px;
  162. padding-bottom:5px;
  163. position: relative;
  164. margin-top:-1px;
  165. z-index: 1;
  166. }
  167.  
  168. .screen:after {
  169. clear: both;
  170. content: " ";
  171. display: table;
  172. }
  173.  
  174. /*--send & receive messages--*/
  175.  
  176. .message {
  177. border-radius: 20px;
  178. color:black;
  179. clear: both;
  180. margin: 3px 0;
  181. max-width: 125px;
  182. padding: 8px 15px;
  183. position: relative;
  184. }
  185.  
  186. .message:after {
  187. border-radius: 50%;
  188. bottom: 0;
  189. content: " ";
  190. height: 30px;
  191. position: absolute;
  192. width: 30px;
  193. z-index: -1;
  194. }
  195.  
  196. .receive {
  197. background: #dedede;
  198. float: left;
  199. }
  200.  
  201. .receive:after {
  202. box-shadow: inset 1px 9px 0 4px #fff, inset -9px 0px 0 2px #dedede, 0 0 0 1px #fff;
  203. left: -19px;
  204. }
  205.  
  206. .send {
  207. background: #2d8cfa;
  208. color: #fff;
  209. float: right;
  210. }
  211.  
  212. .send:after {
  213. box-shadow: inset -1px 9px 0 4px #fff, inset 9px 1px 0 2px #2d8cfa, 0 0 0 1px #fff;
  214. right: -19px;
  215. }
  216.  
  217. * {
  218. box-sizing: border-box;
  219. }
  220.  
  221. .header{
  222. width:100%;
  223. padding:9px;
  224. margin-top:21px;
  225. height:auto;
  226. background:#eee;
  227. font-family: Helvetica, Arial, sans-serif;
  228. font-size:10px;
  229. color:#2d8cfa;
  230. }
  231.  
  232. /*--link popup menu--*/
  233.  
  234. #bubble {
  235. position: relative;
  236. width: 145px;
  237. margin-top:-180px;
  238. margin-left:-36px;
  239. height: 130px;
  240. padding: 0px;
  241. z-index:99999999999999999999999999999999999;
  242. -webkit-border-radius: 14px;
  243. -moz-border-radius: 14px;
  244. border-radius: 14px;
  245. background:#fff;
  246. border:4px #aaa solid;
  247. display:none;
  248. }
  249.  
  250. #bubble:after {
  251. content: '';
  252. position: absolute;
  253. border-style: solid;
  254. border-width: 18px 14px 0;
  255. border-color: #aaa transparent;
  256. display: block;
  257. width: 0;
  258. z-index: 1;
  259. bottom: -18px;
  260. left: 58px;
  261. }
  262.  
  263. #bubble:before {
  264. content: '';
  265. position: absolute;
  266. border-style: solid;
  267. border-width: 22px 18px 0;
  268. border-color: #aaa transparent;
  269. display: block;
  270. width: 0;
  271. z-index: 0;
  272. bottom: -25px;
  273. left: 54px;
  274. }
  275.  
  276. /*--clickable menu--*/
  277.  
  278. #menu{
  279. margin-top:23px;
  280. margin-left:22px;
  281. letter-spacing:1px;
  282. font-size:11px;
  283. color: white;
  284. cursor:pointer;
  285. font-weight:bold;
  286. text-transform:uppercase;
  287. z-index:999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999;
  288. }
  289.  
  290. /*--camera--*/
  291.  
  292. .dot{
  293. background:rgba(0,0,0,0.35);
  294. border-radius:100px;
  295. margin-top:-23px;
  296. width:12px;
  297. height:12px;
  298. font-size:100px;
  299. margin-left:48px;
  300. overflow:hidden;
  301. }
  302.  
  303. /*--search button--*/
  304.  
  305. #search{
  306. margin-top:-80px;
  307. margin-left:15px;
  308. position:fixed;
  309. padding-top:3px;
  310. padding-bottom:3px;
  311. padding-right:3px;
  312. padding-left:25px;
  313. height:23px;
  314. width:auto;
  315. background:#eee;
  316. z-index:999;
  317. }
  318.  
  319. /*--iphone links--*/
  320.  
  321. .links a{
  322. background: linear-gradient(to bottom, #d8d8db, #b8b8b9);
  323. border: none;
  324. border-radius: 0.35em;
  325. color: #fff;
  326. display: inline-block;
  327. font-size: 10px;
  328. font-weight: bold;
  329. line-height: 1em;
  330. margin: .1em 0;
  331. padding: 0.8em 1.5em;
  332. transition: box-shadow .3s .05s ease-in-out;
  333. text-align: center;
  334. text-decoration: none;
  335. vertical-align: middle;
  336. }
  337.  
  338. .links a:hover{
  339. background: #d8d8db;
  340. color:black;;
  341. }
  342.  
  343. .links:active{
  344. box-shadow: 0 0 20px rgba(0, 0, 0, 0.25)
  345. }
  346.  
  347. /*--pagination--*/
  348.  
  349. #pagination {
  350. margin-top:-20px;
  351. margin-left:-168px;
  352. text-align:center;
  353. font-weight:bold;
  354. font-size:18px;
  355. font-family:calibri;
  356. color:{color:link};
  357. }
  358.  
  359. #pagination a{
  360. color:{color:link};
  361. }
  362.  
  363. #pagination a:hover {
  364. color:{color:hover};
  365. }
  366.  
  367. /*--posts--*/
  368.  
  369. #posts {
  370. width:500px;
  371. margin-bottom:10px;
  372. font-size:11px;
  373. color:{color:text};
  374. line-height:90%;
  375. text-align:justify;
  376. }
  377.  
  378. #postscontainer {
  379. margin-bottom:20px;
  380. padding:1px;
  381. margin-left:430px;
  382. margin-top:55px;
  383. }
  384.  
  385. /*--info--*/
  386.  
  387. #notes {
  388. font-family:anaheim;
  389. text-transform:lowercase;
  390. font-size:10px;
  391. color:#e7e7e7;
  392. }
  393.  
  394. #info {
  395. text-align:right;
  396. padding:5px;
  397. margin-top:5px;
  398. margin-bottom:10px;
  399. text-transform: uppercase;
  400. font-family:calibri;
  401. color:#e7e7e7;
  402. font-size:9px;
  403. margin-left:0px;
  404. border-top: 1px solid;
  405. border-color: #c6c6c6; }
  406.  
  407. #info #tags {
  408. opacity:0;
  409. -webkit-transition:all 0.5s ease-in-out;
  410. -moz-transition:all 0.5s ease-in-out;
  411. -o-transition:all 0.5s ease-in-out;
  412. -ms-transition:all 0.5s ease-in-out;
  413. transition:all 0.5s ease-in-out;
  414. color:#e7e7e7;}
  415.  
  416. #info:hover #tags {
  417. opacity:1;
  418. margin-top:4px;
  419. -webkit-transition:all 0.5s ease-in-out;
  420. -moz-transition:all 0.5s ease-in-out;
  421. -o-transition:all 0.5s ease-in-out;
  422. -ms-transition:all 0.5s ease-in-out;
  423. transition:all 0.5s ease-in-out; }
  424.  
  425. #tags {
  426. font-family:calibri;
  427. letter-spacing:1px;
  428. text-transform:uppercase;
  429. font-size:8px;
  430. margin-left:0px;
  431. margin-top:-2px;
  432. color:#e7e7e7;}
  433.  
  434. #tags a:hover {
  435. opacity:0.5;
  436. }
  437.  
  438. /*--asks--*/
  439.  
  440. .speech {
  441. align:right;
  442. background-color:{color:ask} ;
  443. margin:10px 0px 0px 50px;
  444. padding:10px;
  445. line-height:105%;
  446. font-size: 11px;
  447. font-family:'cambria';
  448. letter-spacing:1px;
  449. position:relative;}
  450.  
  451. .speech p {margin:1px 0px;}
  452.  
  453. .speech span {
  454. display:block;
  455. position:absolute;
  456. width:1px;
  457. height:1px;
  458. font-size:0;
  459. line-height:1px;
  460. left:-10px;
  461. top:10px;
  462. border-top:7px solid transparent;
  463. border-bottom:7px solid transparent;
  464. border-right:10px solid {color:ask};}
  465.  
  466. .askbg {
  467. float:left;
  468. margin:10px 4px 0px 0;
  469.  
  470. padding:2px;
  471. background-color:{color:ask};}
  472.  
  473. /*--credit--*/
  474.  
  475. #cred {
  476. right:0px;
  477. bottom:-2px;
  478. color:{color:text};
  479. position:fixed;
  480. -webkit-transition: all 0.5s ease-out;
  481. -moz-transition: all 0.5s ease-out;
  482. transition: all 0.5s ease-out;
  483. }
  484.  
  485.  
  486. {CustomCSS}
  487.  
  488. </style>
  489. <script type="text/javascript">
  490. <!--
  491. function toggle_visibility(id) {
  492. var e = document.getElementById(id);
  493. if(e.style.display == 'block')
  494. e.style.display = 'none';
  495. else
  496. e.style.display = 'block';
  497. }
  498. //-->
  499. </script>
  500. </head>
  501.  
  502. <body>
  503.  
  504. <div id="sidebar">
  505. <div id="iphone"><div class="dot">d</div>
  506. <div class="header" style="text-align:left;">< Mssgs
  507. <font color="#000"><big><div style="text-align:center; margin-top:-13px;"><b>{text:receiver}</div></b></big></font>
  508. <div style="text-align:right; margin-top:-12px;">Contact</div></div>
  509.  
  510. <div class="screen">
  511. <div class="send message">{text:send 1}</div>
  512. <div class="receive message">{text:receive 1}</div>
  513. <div class="send message">{text:send 2}</div>
  514. <div class="receive message">{text:receive 2}</div>
  515. <div class="send message">{text:send 3}</div>
  516. <div class="receive message">{text:receive 3}</div>
  517. </div></div>
  518.  
  519. <div id="search"><form onsubmit="return handleThis(this)">
  520. <input type="text" name="tag" value="search my tags?" style="font-size:10px; width:102px;" onfocus="if (this.value == 'search my tags?') {this.value=''}" onblur="if (this.value == '') {this.value='search my tags?'}" />
  521. <input type="submit" value="send" style="font-size:10px; cursor:pointer;"/>
  522. </form>
  523. </script>
  524.  
  525. {block:Pagination}
  526. <div id="pagination">
  527. {block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  528. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}
  529. </div>{/block:Pagination}
  530.  
  531. <div id="menu">
  532. <div id="menu" onclick="toggle_visibility('bubble');">Menu</a></div>
  533. <div id="bubble"><div class="links">
  534. <a id="download" class="button" href="{text:link 1 url}">{text:link 1}</a><br>
  535. <a id="download" class="button" href="{text:link 2 url}">{text:link 2}</a><br>
  536. <a id="download" class="button" href="{text:link 3 url}">{text:link 3}</a><br>
  537. <a id="download" class="button" href="{text:link 4 url}">{text:link 4}</a><br>
  538. </div></div></div></div></div></div>
  539.  
  540.  
  541. <div id="postscontainer">
  542.  
  543. {block:Posts}
  544.  
  545. <div id="posts">
  546.  
  547.  
  548. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  549.  
  550.  
  551. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  552.  
  553. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  554.  
  555. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  556.  
  557. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  558.  
  559. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  560.  
  561. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  562.  
  563. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  564.  
  565. {block:Answer}
  566. <img src="{AskerPortraitURL-30}" align="left" class="askbg"><div class="speech"><span></span>{Asker}:<br>{Question}&nbsp;</div><br>{Answer}
  567. {/block:Answer}
  568.  
  569. <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}
  570. {block:HasTags}<div id="tags"><b>tagged as</b>:{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  571. {/block:Posts}<div id="tags" st>
  572. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  573. {/block:Posts}</div></div></div>
  574. </div>
  575.  
  576. <div id="cred"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a></div>
  577.  
  578. </body>
  579. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement