mkbye

layout 2 — mkbye:celina

Sep 5th, 2015
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. <!--
  9. layout 2 made by celina aka mkbye :-)
  10. please don't remove credit, or at least put it somewhere else on your blog!
  11. if you're stealing codes, bitch I will find you :))
  12.  
  13. theme created: 09.04.15
  14. theme posted publicly: 09.05.15
  15. -->
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. <html lang="en">
  27. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  28. <html xmlns="http://www.w3.org/1999/xhtml">
  29. <head>
  30. <script type="text/javascript"
  31. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  32.  
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar {width: 5px; height: 5px; background: #FFFFFF;}
  36. ::-webkit-scrollbar-thumb {background-color:#000;border:2px solid white;}
  37.  
  38. p {
  39. margin:0px;
  40. margin-top:0px;
  41. }
  42.  
  43. body {
  44. padding: 0px;
  45. margin: 0px;
  46. color:{color:text};
  47. font-family:arial;
  48. line-height:15px;
  49. font-size:10px;
  50. background-color:#f8f8f8;
  51. background-image:url({'background image url'});
  52. background-attachment: fixed;
  53. background-repeat: repeat;
  54. }
  55.  
  56. a:link, a:active, a:visited{
  57. text-decoration: none;
  58. -webkit-transition: color 0.3s ease-out;
  59. -moz-transition: color 0.3s ease-out;
  60. transition: color 0.3s ease-out;
  61. color:{color:link};
  62. }
  63.  
  64. div#center{
  65. margin:auto;
  66. position:relative;
  67. width:1250px;
  68. background-color:;
  69. overflow:auto;
  70. overflow-y:hidden;
  71. }
  72.  
  73. #sr{
  74. position:fixed !important;
  75. width:100%;
  76. height:100%;
  77. top:0px;
  78. left:0px;
  79. }
  80.  
  81. #icon{
  82. margin-top:-10px;
  83. margin-left:-570px;
  84. border-radius:5px;
  85. }
  86.  
  87. #icon img{
  88. width:70px;
  89. height:70px;
  90. border-radius:5px;
  91. border:1px solid #ddd;
  92. background:white;
  93. }
  94.  
  95. #box{
  96. margin-top:150px;
  97. margin-left:80px;
  98. width:450px;
  99. height:300px;
  100. padding:10px;
  101. background:white;
  102. border:1px solid #ddd;
  103. border-radius:5px;
  104. }
  105.  
  106. #links{
  107. z-index:999999;
  108. margin-top:-70px;
  109. margin-left:-10px;
  110. width:460px;
  111. height:40px;
  112. background:white;
  113. line-height:60px;
  114. font-size:11px;
  115. padding-right:10px;
  116. font-weight:bold;
  117. text-align:right;
  118. color:#000;
  119. border-bottom:1px solid #ddd;
  120. }
  121.  
  122. #links a{
  123. color:#000;
  124. padding:5px;
  125. }
  126.  
  127. #tit{
  128. position:fixed;
  129. margin-top:-65px;
  130. margin-left:10px;
  131. font-size:20px;
  132. font-style:italic;
  133. }
  134.  
  135. #insidebox{
  136. position:fixed;
  137. margin-top:20px;
  138. margin-left:10px;
  139. width:430px;
  140. height:235px;
  141. background:#fff;
  142. text-align:justify;
  143. overflow:auto;
  144. padding-right:15px;
  145. }
  146.  
  147. #tdcd{
  148. position:fixed;
  149. bottom:5px;
  150. z-index:99999;
  151. right:5px;
  152. background:white;
  153. border:1px solid #eee;
  154. width:30px;
  155. height:30px;
  156. -webkit-transition: all .7s ease;
  157. -moz-transition: all .7s ease;
  158. -o-transition: all .7s ease;
  159. transition: all .7s ease;
  160. }
  161.  
  162. #tdcd:hover{
  163. right:75px;
  164. }
  165.  
  166. #cr{
  167. position:fixed;
  168. bottom:5px;
  169. z-index:99999;
  170. background:white;
  171. border:1px solid #eee;
  172. width:70px;
  173. height:30px;
  174. right:-70px;
  175. font-size:8px;
  176. text-align:center;
  177. line-height:30px;
  178. font-weight:bold;
  179. -webkit-transition: all .7s ease;
  180. -moz-transition: all .7s ease;
  181. -o-transition: all .7s ease;
  182. transition: all .7s ease;
  183. }
  184.  
  185. #tdcd:hover #cr{
  186. right:0px;
  187. }
  188.  
  189. #cr a{
  190. color:{color:blogtitle};
  191. }
  192.  
  193. #infscr-loading{
  194. bottom: -70px;
  195. position: absolute;
  196. left: 50%;
  197. margin-left:-8px;
  198. width:16px;
  199. height:11px;
  200. overflow:hidden;
  201. margin-bottom: 50px;
  202. }
  203.  
  204. blockquote{
  205. padding:0px 0px 2px 5px;
  206. margin:0px 0px 2px 10px;
  207. border-left: 1px dotted #555555;
  208. }
  209.  
  210. blockquote p, ul{
  211. margin:0px;
  212. padding:0px;
  213. }
  214.  
  215. {CustomCSS}
  216.  
  217. </style>
  218.  
  219. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  220. <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/vGfn06hpd/document.txt"></script>
  221.  
  222. <title>i n b o x</title>
  223.  
  224. <link rel="shortcut icon" href="http://38.media.tumblr.com/tumblr_lkl6u2Pii71qfamg6.gif" />
  225. <meta name="viewport" content="width=820" />
  226. </head>
  227.  
  228. <body>
  229. <BODY onselectstart="return false;" ondragstart="return false;">
  230. <div class="wrapper">
  231. <div class="header">
  232. </div>
  233.  
  234. <div id="cage">
  235. <div id="center">
  236.  
  237. <div id="sr">
  238. <center>
  239. <div id="box">
  240.  
  241. <div id="icon"><img src="IMAGE URL"></div> <!-----replace IMAGE URL with the image url of your choice!!----->
  242.  
  243. <div id="links">
  244. <a href="/">back to blog</a>
  245. <a href="/ask">inbox</a>
  246. <a href="/">links</a> <!--replace / with the link---->
  247. <a href="http://mkbye.tumblr.com">theme</a> <!--DO NOT REMOVE---->
  248.  
  249. <div id="tit">inbox</div>
  250. </div>
  251.  
  252.  
  253. <div id="insidebox">
  254.  
  255. <!--use the code below for subheadings, and to go to the next line, use the code </br>
  256.  
  257. <font style="font-weight:bold;color#000;text-align:left;">
  258. SUBHEADING TEXT HERE</br></font>
  259. ----->
  260.  
  261.  
  262. <font style="font-weight:bold;color#000;text-align:left;">
  263. ABOUT ME</br></font>
  264.  
  265. If your subheading was about yourself, you would simply write things about yourself. Pretty self-explainatory, eh? Hi, my name is Celina and I'm the thememaker of this layout. I haven't made a layout for months, maybe even years. So here is a layout inspired by a layout on the site tumblr itself (a text post or somethin').
  266.  
  267. </br></br>
  268.  
  269. <!---use two </br>'s for a new subheading after you're done with one & then repeat---->
  270.  
  271. <font style="font-weight:bold;color#000;text-align:left;">
  272. FREQUENTLY ASKED QUESTIONS</br></font>
  273.  
  274. If your subheading was about frequently asked questions, you would simply write questions that you're frequently asked about.</br>
  275. <b>How many hands do you have?</b> Two.</br>
  276. <b>How many fingers do you have?</b> 10, you idiot.
  277. </br></br>
  278.  
  279. <!---use two </br>'s for a new subheading after you're done with one & then repeat---->
  280.  
  281.  
  282.  
  283.  
  284.  
  285. </br>
  286. <!----MAKE SURE TO EDIT THE ASK FORM SO YOU RECEIVE YOUR QUESTIONS!
  287. edit "YOUR URL" and replace it with your username!---->
  288. <center><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/YOUR URL.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  289. </center>
  290. </div>
  291.  
  292. </div>
  293. </center>
  294. </div>
  295.  
  296. <!---don't touch--->
  297. <div id="tdcd"><img src="http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons-256/3d-transparent-glass-icons-people-things/059464-3d-transparent-glass-icon-people-things-hand-peace.png" style="width:30px;height:30px;"></a>
  298. <div id ="cr"><a href="http://mkbye.tumblr.com" style="color:#000">layout by mkbye</a></div>
  299. </div>
  300.  
  301. </body>
  302.  
  303. </html>
Advertisement
Add Comment
Please, Sign In to add comment