Advertisement
paciffismthemes

exploration

May 25th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.72 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. <!--- exploration - i hope you like it as much as i enjoyed making it. please don't delete this credit
  4. - paciffism-->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11. <link href='https://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'>
  12. <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  13.  
  14. <title>{Title}</title>
  15.  
  16. {block:Description}<meta name="description" content="{MetaDescription}"/>
  17. {/block:Description}
  18. <link rel="shortcut icon" href="{Favicon}" />
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  20.  
  21. <style type="text/css">
  22.  
  23.  
  24. /*--scrollbar--*/
  25.  
  26. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  27. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  28. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  29. ::-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;
  30. }
  31. /*--body--*/
  32.  
  33.  
  34. body {
  35. font-style:none;
  36. background-color:{color:bg};
  37. font-family:comfortaa;
  38. color:{color:text};
  39. font-size:9px;
  40. }
  41.  
  42.  
  43. a {
  44. color:{color:link};
  45. text-decoration:none;
  46. -webkit-transition: all 0.5s ease-out;
  47. -moz-transition: all 0.5s ease-out;
  48. transition: all 0.5s ease-out;
  49. }
  50.  
  51. a:hover {
  52. color:{color:hover};
  53. text-decoration:none;
  54. -webkit-transition: all 0.8s ease-out;
  55. -moz-transition: all 0.8s ease-out;
  56. transition: all 0.8s ease-out;
  57. }
  58.  
  59. img {
  60. border:none;
  61. }
  62.  
  63. blockquote {
  64. padding-left:5px;
  65. border-left:2px solid #fad6a5;
  66. }
  67.  
  68. h1 {
  69. font-size:10px;
  70. }
  71.  
  72. /*--Cursor code--*/
  73.  
  74.  
  75. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  76.  
  77. /*everything*/
  78.  
  79. #everything {
  80. margin-left:250px;
  81. margin-top:100px;
  82. }
  83.  
  84. /*--title--*/
  85.  
  86. #title {
  87. font-family:cookie;
  88. font-size:80px;
  89. margin-top:-67px;
  90. margin-left:350px;
  91. color: #fad6a5;
  92. }
  93.  
  94. /*--links--*/
  95.  
  96. #links {
  97. width:150px;
  98. font-family:comfortaa;
  99. text-transform:uppercase;
  100. text-align:center;
  101. margin-top:20px;
  102. margin-left:334px;
  103. border-bottom: 1px dotted #ccc;
  104. }
  105.  
  106. #links a {
  107. padding:3px;
  108. font-size:10px;
  109. color: #fad6a5;
  110. -webkit-transition: all 0.4s ease-in-out;
  111. -moz-transition: all 0.4s ease-in-out;
  112. -o-transition: all 0.4s ease-in-out;
  113. -ms-transition: all 0.4s ease-in-out;
  114. transition: all 0.4s ease-in-out;
  115. }
  116.  
  117. #links a:hover {
  118. color:#fff;
  119. background-color: #fad6a5;
  120. }
  121.  
  122.  
  123.  
  124. #grouptitle {
  125. padding:5px;
  126. text-align:center;
  127. font-style:;
  128. font-family:comfortaa;
  129. color: #fad6a5;
  130. font-size:15px;
  131. width:118px;
  132. margin-left:105px;
  133. margin-top:80px;
  134. border-left:1px solid #fad6a5;
  135. border-right:1px solid #fad6a5;
  136. border-top:1px solid #fad6a5;
  137. }
  138.  
  139.  
  140. #grouplinks {
  141. width:120px;
  142. margin-top:0px;
  143. padding:4px;
  144. margin-left:105px;
  145. border:1px solid #fad6a5;
  146. }
  147.  
  148.  
  149. #grouplinks a {
  150. font-family: comfortaa;
  151. display:block;
  152. color: #fad6a5;
  153. font-size:10px;
  154. padding:6px;
  155. text-align:center;
  156. letter-spacing:1px;
  157. text-transform:uppercase;
  158. margin-bottom:5px;
  159. -webkit-transition: all 0.4s ease-in-out;
  160. -moz-transition: all 0.4s ease-in-out;
  161. -o-transition: all 0.4s ease-in-out;
  162. -ms-transition: all 0.4s ease-in-out;
  163. transition: all 0.4s ease-in-out;
  164. border: 1px dotted #ccc;
  165. }
  166.  
  167. #grouplinks a:hover {
  168. background: #fad6a5;
  169. color:#fff;
  170. }
  171.  
  172. #credit {
  173. position:fixed;
  174. right:10px;
  175. bottom:6px;
  176. background: #fad6a5;
  177. padding-top:5px;
  178. padding-right:6px;
  179. padding-left:6px;
  180. padding-bottom:2px;
  181. font-size:11px;
  182. font-family: comfortaa;
  183. z-index:9999;
  184. } /*Don't remove this please, I will report if I see that is removed.*/
  185.  
  186. #credit a{
  187. color:#000;
  188. }
  189.  
  190.  
  191.  
  192. {CustomCSS}
  193.  
  194. </style></head>
  195.  
  196.  
  197. <body>
  198.  
  199. <div id="everything">
  200.  
  201. <div id="title">Title</div>
  202.  
  203. <div id="links">
  204. <a href="/">HOME</a>
  205. <a href="/ask">ASK</a>
  206. <a href="http://barbarapalvin.stfuslut.com/">CREDIT</a>
  207. </div>
  208.  
  209. <table id="all" border="0" cellpadding="0" cellspacing="0">
  210.  
  211.  
  212. <td><div id="grouptitle"><big>Group One</div>
  213. <div id="grouplinks">
  214. <a href="/tagged/">link 1</a>
  215.  
  216. <a href="/tagged/">link 2</a>
  217.  
  218. <a href="/tagged/">link 3</a>
  219.  
  220. <a href="/tagged/">link 4</a>
  221.  
  222. <a href="/tagged/">link 5</a>
  223.  
  224. <a href="/tagged/">link 6</a>
  225.  
  226. </div></td>
  227.  
  228.  
  229. <td><div id="grouptitle"><big>Group One</div>
  230. <div id="grouplinks">
  231. <a href="/tagged/">link 1</a>
  232.  
  233. <a href="/tagged/">link 2</a>
  234.  
  235. <a href="/tagged/">link 3</a>
  236.  
  237. <a href="/tagged/">link 4</a>
  238.  
  239. <a href="/tagged/">link 5</a>
  240.  
  241. <a href="/tagged/">link 6</a>
  242.  
  243. </div></td>
  244.  
  245. <td><div id="grouptitle"><big>Group One</div>
  246. <div id="grouplinks">
  247. <a href="/tagged/">link 1</a>
  248.  
  249. <a href="/tagged/">link 2</a>
  250.  
  251. <a href="/tagged/">link 3</a>
  252.  
  253. <a href="/tagged/">link 4</a>
  254.  
  255. <a href="/tagged/">link 5</a>
  256.  
  257. <a href="/tagged/">link 6</a>
  258.  
  259. </div></td>
  260.  
  261. <tr>
  262.  
  263. <td><div id="grouptitle"><big>Group One</div>
  264. <div id="grouplinks">
  265. <a href="/tagged/">link 1</a>
  266.  
  267. <a href="/tagged/">link 2</a>
  268.  
  269. <a href="/tagged/">link 3</a>
  270.  
  271. <a href="/tagged/">link 4</a>
  272.  
  273. <a href="/tagged/">link 5</a>
  274.  
  275. <a href="/tagged/">link 6</a>
  276.  
  277. </div></td>
  278.  
  279. <td><div id="grouptitle"><big>Group One</div>
  280. <div id="grouplinks">
  281. <a href="/tagged/">link 1</a>
  282.  
  283. <a href="/tagged/">link 2</a>
  284.  
  285. <a href="/tagged/">link 3</a>
  286.  
  287. <a href="/tagged/">link 4</a>
  288.  
  289. <a href="/tagged/">link 5</a>
  290.  
  291. <a href="/tagged/">link 6</a>
  292.  
  293. </div></td>
  294.  
  295. <td><div id="grouptitle"><big>Group One</div>
  296. <div id="grouplinks">
  297. <a href="/tagged/">link 1</a>
  298.  
  299. <a href="/tagged/">link 2</a>
  300.  
  301. <a href="/tagged/">link 3</a>
  302.  
  303. <a href="/tagged/">link 4</a>
  304.  
  305. <a href="/tagged/">link 5</a>
  306.  
  307. <a href="/tagged/">link 6</a>
  308.  
  309. </div></td>
  310.  
  311.  
  312. </table>
  313.  
  314. </div>
  315.  
  316. <div id="credit"><a href="http://paciffismthemes.tumblr.com/">PT</a></div> <!-- don't remove this please, I will report if I see that is removed. -->
  317. </body>
  318. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement