Advertisement
attractedtosin

Tag Page 001d

Jul 21st, 2013
3,354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.95 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!------
  6. TAG PAGE 001d
  7. wolfwrecked [ohcodey.tumblr.com]
  8.  
  9. Please observe common theme sharing etiquette:
  10. :you may alter but do not remove credit
  11. :do not use as a base or redistibute
  12. :etc
  13.  
  14. ----->
  15.  
  16.  
  17. <title>Tags Page</title>
  18. <link rel="shortcut icon" href="{Favicon}"/>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Signika+Negative' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
  22. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  23.  
  24.  
  25. <style type="text/css">
  26.  
  27. /* BORDER COLOURS */
  28. /*Change the HEX CODES below to alter the colours of the columns & the Header's coloured trim*/
  29.  
  30. .header {border-bottom-color:#ffe26e;}
  31. .column1 h4, .column1 a:hover {border-bottom-color:#4ebce0; color:#4ebce0;}
  32. .column2 h4, .column2 a:hover {border-bottom-color:#C7F464; color:#C7F464;}
  33. .column3 h4, .column3 a:hover {border-bottom-color:#ff6eab; color:#ff6eab;}
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. /* CSS */
  41.  
  42. body {
  43. background-color:#f6f6f6;
  44. margin:0;
  45. font-family: 'Signika Negative', sans-serif;
  46. }
  47.  
  48.  
  49. .contain {
  50. width:740px;
  51. margin:10px auto 0 auto;
  52. overflow:auto;
  53. }
  54.  
  55. a {
  56. text-decoration: none;
  57. text-align:center;
  58. text-transform:uppercase;
  59. font-size:10px;
  60. color:#777777;
  61. }
  62.  
  63. .header {
  64. width: 100%;
  65. height:50px;
  66. background-color:#222222;
  67. margin:100px auto 0 auto;
  68. padding: 5px 0 0 0;
  69. color:#ffffff;
  70. font-size:36px;
  71. text-align:center;
  72. font-family: 'Arvo', serif;
  73. border-bottom-width:5px;
  74. border-bottom-style:solid;
  75. }
  76.  
  77. .subhead {
  78. padding:5px 0;
  79. background:#ffffff;
  80. width: 100%;
  81. text-align:center;
  82. font-size:8px;
  83. color:#eeeeee;
  84. letter-spacing:+2px;
  85. }
  86.  
  87. .subhead a {font-size:9px;
  88. letter-spacing:+4px;
  89. color:#bbb;}
  90.  
  91. .column1 {
  92. width:220px;
  93. float:left;
  94. margin:10px;
  95.  
  96. }
  97.  
  98. .column1 h4{
  99. font-family: 'Roboto Condensed', sans-serif;
  100. font-weight:normal;
  101. letter-spacing:+2px;
  102. font-size:16px;
  103. display:block;
  104. background-color:#222222;
  105. text-transform:uppercase;
  106. color:#ffffff;
  107. text-align:center;
  108. padding:5px;
  109. width:210px;
  110. margin:0;
  111. border-bottom-width:5px;
  112. border-bottom-style:solid;
  113.  
  114. }
  115.  
  116. .column1 a {
  117. display:block;
  118. padding:5px;
  119. width:210px;
  120. background-color:#ffffff;
  121. margin:2px 0;
  122. transition: all 0.3s ease-out;
  123. -o-transition: all 0.3s ease-out;
  124. -webkit-transition: all 0.3s ease-out;
  125. -moz-transition: all 0.3s ease-out;
  126. }
  127.  
  128. .column1 a:hover {
  129. background-color:#f6f6f6;
  130. letter-spacing:+2px;
  131. transition: all 0.3s ease-out;
  132. -o-transition: all 0.3s ease-out;
  133. -webkit-transition: all 0.3s ease-out;
  134. -moz-transition: all 0.3s ease-out;
  135. }
  136.  
  137. .column2 {
  138. width:220px;
  139. float:left;
  140. margin:10px;
  141. }
  142.  
  143. .column2 h4{
  144. font-family: 'Roboto Condensed', sans-serif;
  145. font-weight:normal;
  146. letter-spacing:+2px;
  147. font-size:16px;
  148. display:block;
  149. background-color:#222222;
  150. text-transform:uppercase;
  151. color:#ffffff;
  152. text-align:center;
  153. padding:5px;
  154. width:210px;
  155. margin:0;
  156. border-bottom-width:5px;
  157. border-bottom-style:solid;
  158. }
  159.  
  160. .column2 a {
  161. display:block;
  162. padding:5px;
  163. width:210px;
  164. background-color:#ffffff;
  165. margin:2px 0;
  166. transition: all 0.3s ease-out;
  167. -o-transition: all 0.3s ease-out;
  168. -webkit-transition: all 0.3s ease-out;
  169. -moz-transition: all 0.3s ease-out;
  170. }
  171.  
  172. .column2 a:hover {
  173. background-color:#f6f6f6;
  174. letter-spacing:+2px;
  175. transition: all 0.3s ease-out;
  176. -o-transition: all 0.3s ease-out;
  177. -webkit-transition: all 0.3s ease-out;
  178. -moz-transition: all 0.3s ease-out;
  179. }
  180.  
  181. .column3 {
  182. width:220px;
  183. float:left;
  184. margin:10px;
  185. }
  186.  
  187. .column3 h4{
  188. font-family: 'Roboto Condensed', sans-serif;
  189. font-weight:normal;
  190. letter-spacing:+2px;
  191. font-size:16px;
  192. display:block;
  193. background-color:#222222;
  194. text-transform:uppercase;
  195. color:#ffffff;
  196. text-align:center;
  197. padding:5px;
  198. width:210px;
  199. margin:0;
  200. border-bottom-width:5px;
  201. border-bottom-style:solid;
  202.  
  203. }
  204.  
  205. .column3 a {
  206. display:block;
  207. padding:5px;
  208. width:210px;
  209. background-color:#ffffff;
  210. margin:2px 0;
  211. transition: all 0.3s ease-out;
  212. -o-transition: all 0.3s ease-out;
  213. -webkit-transition: all 0.3s ease-out;
  214. -moz-transition: all 0.3s ease-out;
  215. }
  216.  
  217. .column3 a:hover {
  218. background-color:#f6f6f6;
  219. letter-spacing:+2px;
  220. transition: all 0.3s ease-out;
  221. -o-transition: all 0.3s ease-out;
  222. -webkit-transition: all 0.3s ease-out;
  223. -moz-transition: all 0.3s ease-out;
  224. }
  225.  
  226.  
  227.  
  228. .credit {
  229. padding:10px;
  230. font-size:10px;
  231. position:fixed;
  232. bottom:5px;
  233. right:5px;
  234. }
  235.  
  236. ::selection {
  237. background-color:#ffffff;
  238. color:#000000;
  239. }
  240.  
  241. ::-moz-selection {
  242. background-color:#ffffff;
  243. color:#000000;
  244. }
  245.  
  246. ::-webkit-scrollbar {
  247. width:5px;
  248. height:auto;
  249. background:#eeeeee;};
  250. }
  251.  
  252. ::-webkit-scrollbar-corner {
  253. background:#eeeeee;;
  254. }
  255.  
  256. ::-webkit-scrollbar-thumb:vertical {
  257. background:#cccccc;
  258. }
  259.  
  260. ::-webkit-scrollbar-thumb:horizontal {
  261. background:#cccccc;
  262. }
  263.  
  264. </style>
  265. </head>
  266.  
  267. <body>
  268.  
  269. <div class="header">TAGS PAGE YO</div>
  270. <div class="subhead">
  271. <a href="/">home</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="www.tumblr.com/dashboard">dash</a>
  272. </div>
  273.  
  274. <div class="contain">
  275.  
  276. <div class="column1">
  277.  
  278. <h4>COLUMN 1 HEADER HERE</h4>
  279. <a href="LINK">LINK NAME</A>
  280. <a href="LINK">LINK NAME</A>
  281. <a href="LINK">LINK NAME</A>
  282.  
  283. </div>
  284.  
  285. <div class="column2">
  286.  
  287. <h4>COLUMN 2 HEADER HERE</h4>
  288. <a href="LINK">LINK NAME</A>
  289. <a href="LINK">LINK NAME</A>
  290. <a href="LINK">LINK NAME</A>
  291.  
  292. </div>
  293.  
  294.  
  295.  
  296. <div class="column3">
  297.  
  298. <h4>COLUMN 3 HEADER HERE</h4>
  299. <a href="LINK">LINK NAME</A>
  300. <a href="LINK">LINK NAME</A>
  301. <a href="LINK">LINK NAME</A>
  302.  
  303. </div>
  304.  
  305.  
  306.  
  307. </div>
  308.  
  309. <div class="credit">
  310. <a href="http://ohcodey.tumblr.com">&copy;</a>
  311. </div>
  312.  
  313.  
  314. </body>
  315.  
  316. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement