kimtys

PAGEPACK #1 (ABOUT)

Aug 18th, 2015
8,415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7.  
  8. PAGE PACK - #1 ABOUT PAGE BY KIMTYS.TUMBLR.COM
  9.  
  10. edit as much as you want but please don't hide or remove credits!
  11.  
  12.  
  13. -->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <meta name="description" content="{MetaDescription}" />
  18. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  21. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'/>
  22.  
  23. <script>
  24. $(document).ready(function(){
  25. $("a[title]").style_my_tooltips({
  26. tip_follows_cursor:true,
  27. tip_delay_time:0,
  28. tip_fade_speed:0,
  29. attribute:"title"
  30. });
  31. });
  32. </script>
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37. ::-webkit-scrollbar-thumb:vertical {
  38. background: #ffc3d4; /* SCROLL COLOR */
  39. height: 5px;
  40. width:9px;
  41. border-radius: 0px; -moz-border-radius: 8px -webkit-border-radius: 8px o-border-radius: 8px; -ms-border-radius: 8px;
  42. }
  43.  
  44.  
  45. ::-webkit-scrollbar {
  46. height: 0px;
  47. width: 3px;
  48. background: #fff; /* SCROLLBAR COLOR (SAME AS ABOUT) */
  49. }
  50.  
  51.  
  52. ::-moz-selection {
  53. background:#ffc3d4; /* SELECT BACKGROUND COLOR */
  54. color:#fff; /* SELECT TEXT COLOR */
  55. }
  56. ::selection {
  57. background:#ffc3d4; /* SELECT BACKGROUND COLOR */
  58. color:#fff; /* SELECT TEXT COLOR */
  59. }
  60.  
  61.  
  62. body {
  63. background:#f5f5f5; /* BACKGROUND COLOR */
  64. font-family:arial;
  65. font-size:11px;
  66. }
  67.  
  68. hr {
  69. border: 0;
  70. height: 2px;
  71. background: #f5f5f5; /* BREAK LINE COLOR */
  72. margin-bottom:10px;
  73. margin-top:10px;
  74. }
  75.  
  76.  
  77. #s-m-t-tooltip {
  78. z-index: 9999;
  79. background: #fff; /* TOOLTIP COLOR */
  80. line-height:150%;
  81. font: 9px tunga;
  82. font-style: normal;
  83. letter-spacing: 1px;
  84. font-weight:bold;
  85. text-transform: uppercase;
  86. border: 2px solid #f5f5f5; /* TOOLTIP BORDER 1 COLOR */
  87. outline:2px solid #fff; /* TOOLTIP BORDER 2 COLOR */
  88. max-width: 300px;
  89. color:#bbb; /* TOOLTIP TEXT COLOR */
  90. text-align: justify;
  91. padding: 3px 6px 2px 6px;
  92. display: block;
  93. margin: 24px 14px 7px 12px;
  94. }
  95.  
  96.  
  97. a {
  98. color:#aaa; /* LINK COLOR */
  99. text-decoration:underline;
  100. }
  101.  
  102.  
  103. a:hover {
  104. color:#aaa; /*LINK HOVER COLOR */
  105. cursor:help;
  106. text-decoration:none;
  107. }
  108.  
  109. b, bold, strong {
  110. color:#aaa; /* BOLD COLOR */
  111. }
  112.  
  113. #box1 {
  114. margin-top:200px; /* ABOUT TOP POSITION */
  115. margin-left:600px; /* ABOUT LEFT POSITION */
  116. }
  117.  
  118. #box2 {
  119. padding:0px;
  120. width:330px; /* ABOUT WIDTH */
  121. max-height:210px; /* ABOUT MAX HEIGHT */
  122. overflow:scroll;
  123. overflow:auto;
  124. border:2px solid #f5f5f5; /* ABOUT BORDER 1 COLOR */
  125. outline:2px solid #fff; /* ABOUT BORDER 2 COLOR */
  126. }
  127.  
  128. #box3 {
  129. background:#fff; /* ABOUT BACKGROUND */
  130. color:#bbb; /* TEXT COLOR */
  131. font-family:tunga;
  132. font-size:9px;
  133. letter-spacing:1px;
  134. font-weight:bold;
  135. width:100%;
  136. text-transform: uppercase;
  137. line-height:150%;
  138. padding:8px 8px;
  139. text-align:justify;
  140. }
  141.  
  142. #title{
  143. font-family: 'Oswald', sans-serif;
  144. line-height:90%;
  145. font-size:30px;
  146. font-weight:300;
  147. text-transform:uppercase;
  148. word-spacing:3px;
  149. letter-spacing:-1px;
  150. color: #ccc; /* TITLE COLOR */
  151. padding: 5px;
  152. text-align:left;
  153. width:330px; /* IF YOU CHANGE THE ABOUT WIDTH, CHANGE THIS TOO */
  154. margin-left:-1px;
  155. margin-bottom:3px;}
  156.  
  157. #title span {
  158. font-weight:300;
  159. color:#ffc3d4; /* TITLE SECOND COLOR */
  160. }
  161.  
  162. #link {
  163. display:inline-block;
  164. font:9px tunga;
  165. text-transform:uppercase;
  166. font-weight:bold;
  167. text-align:right;
  168. letter-spacing:1px;
  169. Width:330px; /* IF YOU CHANGE THE ABOUT WIDTH, CHANGE THIS TOO */
  170. margin-left:6px;
  171. margin-top:5px;
  172. }
  173.  
  174. #link a {
  175. color:#bbb; /* BOTTOM LINKS COLOR */
  176. padding: 1px 4px 0px 4px;
  177. text-decoration:none;
  178. }
  179.  
  180. #link a:hover {
  181. background:#fff; /* BOTTOM LINKS HOVER BACKGROUND */
  182. color:#bbb; /* BOTTOM LINKS HOVER COLOR */
  183. text-decoration:none;
  184. }
  185.  
  186.  
  187. #sub {
  188. color:#ffc3d4; /* SUBTITLES COLOR */
  189. letter-spacing:3px;
  190. margin-bottom:0px;
  191. }
  192.  
  193. ul, li {
  194. list-style: none;
  195. font-size: 9px;
  196. margin-left:-12px;
  197. padding-top:0px;
  198. }
  199.  
  200. li:before {
  201. content:"●";
  202. font-size:7px;
  203. vertical-align:middle;
  204. color:#ffc3d4; /* BULLET COLOR */
  205. }
  206.  
  207. #cr {
  208. bottom:10px;
  209. right:10px;
  210. font-weight:bold;
  211. color:#ffc3d4; /* CR LINK COLOR */
  212. font-size:12px;
  213. position:fixed;
  214. background:#fff; /* CR BACKGROUND COLOR */
  215. padding:5px 7px;
  216. border: 2px solid #f5f5f5; /* CR BORDER 1 COLOR */
  217. outline:2px solid #fff; /* CR BORDER 2 COLOR */
  218. }
  219.  
  220.  
  221. </style>
  222.  
  223. </head><body>
  224.  
  225. <!-- RENDER IMAGE - IF YOU DON'T WANT IT PLEASE DELETE -->
  226.  
  227. <img src="IMG URL HERE"
  228. style="position:fixed;
  229. bottom:0px; /* IMAGE BOTTOM POSITION */
  230. left:0px; /* IMAGE LEFT POSITION */
  231. opacity:0.8;
  232. z-index:-999"/>
  233.  
  234. <!-- TITLE -->
  235.  
  236. <div id="box1">
  237. <div id="title">YOUR <span>TITLE</span></div>
  238. <div id="box2">
  239. <table id="box3"><tr><td>
  240.  
  241. <!-- TEXT 1 -->
  242.  
  243. <div id="sub">title 1</div>
  244.  
  245. stuff here
  246.  
  247.  
  248. <!-- BREAK LINE -->
  249. <hr>
  250.  
  251. <!-- TEXT 2 -->
  252.  
  253. <div id="sub">title 2</div>
  254.  
  255. stuff here
  256.  
  257.  
  258. <!-- BREAK LINE -->
  259. <hr>
  260.  
  261. <!-- TEXT 3 -->
  262.  
  263. <div id="sub">title 3</div>
  264.  
  265. stuff here
  266.  
  267. <ul>
  268. <li> some</li>
  269. <li> bullets</li>
  270. </ul>
  271.  
  272. <!-- END TEXT -->
  273.  
  274.  
  275.  
  276. </tr></td></table>
  277. </div>
  278.  
  279. <!-- LINKS -->
  280.  
  281. <div id="link"><a href="/">back</a> <a href="/ask">ask</a></div>
  282. </div>
  283.  
  284.  
  285. <!-- CREDIT -->
  286.  
  287.  
  288.  
  289. <a href="https://kimtys.tumblr.com" title="theme by kimtys"><div id="cr">k.</div></a>
  290.  
  291.  
  292.  
  293. </body>
  294. </html>
  295.  
  296. <!--
Advertisement
Add Comment
Please, Sign In to add comment