Advertisement
attractedtosin

Tag Page 001c

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