Advertisement
dizzyperrie

Theme Nineteen By Floraleigh

Aug 27th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 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. <!--
  4.  
  5. BASE CODE BY DYLAENOBRIENS
  6.  
  7. ✿THEME MADE BY FLORALEIGH
  8.  
  9. ✿DO NOT CLAIM AS YOURS OR REPOST IT✿
  10. -->
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13.  
  14.  
  15. <head>
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <title>{Title}</title>
  22.  
  23. {block:Description}<meta name="description" content="{MetaDescription}"/>
  24. {/block:Description}
  25. <link rel="shortcut icon" href="{Favicon}" />
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  27.  
  28. <style type="text/css">
  29.  
  30.  
  31. /*--scrollbar--*/
  32.  
  33. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  34. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  35. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  36. ::-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;
  37. }
  38. /*--body--*/
  39.  
  40.  
  41. body {
  42. font-style:none;
  43. background-color:{color:bg};
  44. font-family:calibri;
  45. color:{color:text};
  46. font-size:9px;
  47. }
  48.  
  49.  
  50. a {
  51. color:{color:link};
  52. text-decoration:none;
  53. -webkit-transition: all 0.5s ease-out;
  54. -moz-transition: all 0.5s ease-out;
  55. transition: all 0.5s ease-out;
  56. }
  57.  
  58. a:hover {
  59. color:{color:hover};
  60. text-decoration:none;
  61. -webkit-transition: all 0.8s ease-out;
  62. -moz-transition: all 0.8s ease-out;
  63. transition: all 0.8s ease-out;
  64. }
  65.  
  66. img {
  67. border:none;
  68. }
  69.  
  70. blockquote {
  71. padding-left:5px;
  72. border-left:2px solid {color:border};
  73. }
  74.  
  75. h1 {
  76. font-size:10px;
  77. }
  78.  
  79. /*--cursor code--*/
  80.  
  81.  
  82. *, body, a, a:hover {cursor: url("http://www.snazzyspace.com/cursor/black-and-white-pointer-png"), auto }
  83.  
  84.  
  85. /*everything*/
  86.  
  87. #everything {
  88. margin-left:250px;
  89. margin-top:100px;
  90. }
  91.  
  92.  
  93. /*--links--*/
  94.  
  95. #links {
  96. width:150px;
  97. font-family:'cambria';
  98. text-transform:uppercase;
  99. text-align:center;
  100. margin-top:20px;
  101. margin-left:385px;
  102. }
  103.  
  104. #links a {
  105. padding:3px;
  106. font-size:11px;
  107. color:#000000;
  108. -webkit-transition: all 0.4s ease-in-out;
  109. -moz-transition: all 0.4s ease-in-out;
  110. -o-transition: all 0.4s ease-in-out;
  111. -ms-transition: all 0.4s ease-in-out;
  112. transition: all 0.4s ease-in-out;
  113. }
  114.  
  115. #links a:hover {
  116. color:#fff;
  117. background-color:#ffffff;
  118. }
  119.  
  120. #sidebar {
  121. margin-top:18px;
  122. margin-left:290px;
  123. }
  124.  
  125. #sidebar img {
  126. width:350px;
  127. height:250;
  128. }
  129.  
  130. #grouptitle {
  131. padding:5px;
  132. text-align:center;
  133. font-style:none;
  134. font-family:'Times New Roman';
  135. color:#000000;
  136. font-size:17px;
  137. width:118px;
  138. margin-left:220px;
  139. margin-top:80px;
  140. border-left:1px solid #ffffff;
  141. border-right:1px solid #ffffff;
  142. border-top:1px solid #ffffff;
  143. }
  144.  
  145.  
  146. #grouplinks {
  147. width:120px;
  148. margin-top:0px;
  149. padding:4px;
  150. margin-left:220px;
  151. border:1px solid #ffffff;
  152. }
  153.  
  154.  
  155. #grouplinks a {
  156. font-family:arial;
  157. display:block;
  158. color:#000000;
  159. font-size:10px;
  160. padding:6px;
  161. text-align:center;
  162. letter-spacing:1px;
  163. text-transform:uppercase;
  164. margin-bottom:5px;
  165. -webkit-transition: all 0.4s ease-in-out;
  166. -moz-transition: all 0.4s ease-in-out;
  167. -o-transition: all 0.4s ease-in-out;
  168. -ms-transition: all 0.4s ease-in-out;
  169. transition: all 0.4s ease-in-out;
  170. }
  171.  
  172. #grouplinks a:hover {
  173. background:#000000;
  174. color:#fff;
  175. }
  176.  
  177.  
  178.  
  179. {CustomCSS}
  180.  
  181. </style></head>
  182.  
  183.  
  184. <body>
  185.  
  186. <div id="everything">
  187.  
  188. <div id="links">
  189. <a href="/">HOME</a>
  190. <a href="/ask">ASK</a>
  191. <a href="https://www.tumblr.com/dashboard">DASH</a>
  192. <a href="http://floraleigh.tumblr.com/">CREDIT</a>
  193. </div>
  194.  
  195. <div id="sidebar">
  196. <img src="http://data3.whicdn.com/images/59550314/large.png">
  197. </div>
  198.  
  199. <table id="all" border="0" cellpadding="0" cellspacing="0">
  200.  
  201.  
  202. <td><div id="grouptitle"><big>Links</div>
  203. <div id="grouplinks">
  204. <a href="/tagged/">link 1</a>
  205.  
  206. <a href="/tagged/">link 2</a>
  207.  
  208. <a href="/tagged/">link 3</a>
  209.  
  210. <a href="/tagged/">link 4</a>
  211.  
  212.  
  213. </div></td>
  214.  
  215.  
  216. <td><div id="grouptitle"><big>Links</div>
  217. <div id="grouplinks">
  218. <a href="/tagged/">link 1</a>
  219.  
  220. <a href="/tagged/">link 2</a>
  221.  
  222. <a href="/tagged/">link 3</a>
  223.  
  224. <a href="/tagged/">link 4</a>
  225.  
  226.  
  227.  
  228. </div></td>
  229.  
  230.  
  231.  
  232.  
  233.  
  234. </div></td>
  235.  
  236.  
  237.  
  238.  
  239. </table>
  240.  
  241. </div>
  242. </body>
  243. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement