Advertisement
harreyeh

page pack - tags

Jan 30th, 2014
5,229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 KB | None | 0 0
  1. <head>
  2. <title>TAGS</title>
  3. <!--- change the title of the page here --->
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <!---
  7.  
  8. ᴛᴀɢs ᴘᴀɢᴇ ᴛʜᴇᴍᴇ ʙʏ ʜᴀʀᴅᴢɪᴀᴍ
  9. please don't take off the credit it's really small!!!!
  10.  
  11.  
  12. ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮ ╭━━┳╮╱╱╭╮
  13. ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃ ┃╭╮┃╰╮╭╯┃
  14. ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮ ┃╰╯╰╮╰╯╭╯
  15. ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃ ┃╭━╮┣╮╭╯
  16. ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃ ┃╰━╯┃┃┃
  17. ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯ ╰━━━╯╰╯
  18. ╭╮╱╭┳━━━┳━━━┳━━━┳━━━━┳━━┳━━━┳━╮╭━╮
  19. ┃┃╱┃┃╭━╮┃╭━╮┣╮╭╮┣━━╮━┣┫┣┫╭━╮┃┃╰╯┃┃
  20. ┃╰━╯┃┃╱┃┃╰━╯┃┃┃┃┃╱╭╯╭╯┃┃┃┃╱┃┃╭╮╭╮┃
  21. ┃╭━╮┃╰━╯┃╭╮╭╯┃┃┃┃╭╯╭╯╱┃┃┃╰━╯┃┃┃┃┃┃
  22. ┃┃╱┃┃╭━╮┃┃┃╰┳╯╰╯┣╯━╰━┳┫┣┫╭━╮┃┃┃┃┃┃
  23. ╰╯╱╰┻╯╱╰┻╯╰━┻━━━┻━━━━┻━━┻╯╱╰┻╯╰╯╰╯
  24.  
  25.  
  26. hardziam.tumblr.com // themesbyzsu.tumblr.com
  27.  
  28.  
  29.  
  30. --->
  31. <script src="//use.edgefonts.net/dawning-of-a-new-day;qwigley;alex-brush.js"></script>
  32.  
  33. <style type="text/css">
  34.  
  35. /* ----- HERE YOU EDIT ALL THE COLORS AND PUT IN AN IMAGE ------ */
  36.  
  37. .left {
  38. /* ------------ SIDE IMAGE HERE ----------- */
  39. background-image:url(http://25.media.tumblr.com/f945b63a3904eded6791bafe00bc2eb9/tumblr_mwbn7al2OB1sqenw7o1_500.png);
  40. /* ------------ SIDE IMAGE HERE -----------*/
  41. }
  42.  
  43. /* ------- HERE YOU CHANGE THE COLORS ----- */
  44.  
  45. .links a{
  46. border-right:10px solid #fff;
  47. color:black;}
  48.  
  49. .links a:hover {
  50. border-right:20px solid #bbb;
  51. color:#bbb;}
  52.  
  53. #title {
  54. color:black;}
  55.  
  56. .subtitle {
  57. background:#000;
  58. color:white;}
  59.  
  60. .tagbox a{
  61. color:black;
  62. background:#eee;}
  63.  
  64. .tagbox a:hover{
  65. color:black;
  66. background:#bbb;}
  67.  
  68. /* ------ END OF CUSTOMISATION ----- */
  69.  
  70.  
  71.  
  72. body {
  73. background: #fff;
  74. margin-left:0px;
  75. padding: 0;
  76. position:fixed;
  77. }
  78. a {
  79. text-decoration:none;
  80. outline:none;
  81. color:gray; /*change link colors here */
  82. -webkit-transition: all 0.5s ease-in-out;
  83. -moz-transition: all 0.5s ease-in-out;
  84. -o-transition: all 0.5s ease-in-out;
  85. }
  86.  
  87. a:hover {
  88. color:#eee; /*change link hover color */
  89. -webkit-transition: all 0.5s ease-in-out;
  90. -moz-transition: all 0.5s ease-in-out;
  91. -o-transition: all 0.5s ease-in-out;
  92. }
  93.  
  94.  
  95. #mainContainer {
  96. margin-top:-10px;
  97. width:900px;
  98. height:100%;
  99. }
  100.  
  101.  
  102. .links {
  103. margin-top:10px;
  104. text-align:right;
  105. }
  106.  
  107. .links a{
  108. font-family:century gothic;
  109. font-size:10px;
  110. text-transform:uppercase;
  111. padding-right:5px;
  112. text-decoration:none;
  113. display:block;
  114. margin-bottom:5px;
  115. -moz-transition-duration:0.5s;
  116. -webkit-transition-duration:0.5s;
  117. -o-transition-duration:0.5s;
  118. }
  119.  
  120. .links a:hover{
  121. padding-right:15px;
  122. -moz-transition-duration:0.5s;
  123. -webkit-transition-duration:0.5s;
  124. -o-transition-duration:0.5s;
  125. }
  126.  
  127. .container {
  128. width:640px;
  129. margin-left:400px;
  130. z-index:20000;
  131. position:fixed;
  132. background:white;
  133. }
  134.  
  135. .left {
  136. height:700px;
  137. width:400px;
  138. z-index:99;
  139. background-size:cover;
  140. background-position: center;
  141. position:fixed;
  142. float:left;
  143. -webkit-transition: all 0.8s ease;
  144. -moz-transition: all 0.8s ease;
  145. -o-transition: all 0.8s ease;
  146. }
  147.  
  148. #title {
  149. font-family:century gothic;
  150. text-align:left;
  151. background:white;
  152. text-transform:uppercase;
  153. position:fixed;
  154. width:500px;
  155. padding-left:20px;
  156. font-size:40px;
  157. letter-spacing:10px;
  158. }
  159.  
  160. #mainstuff {
  161. height:550px;
  162. overflow:auto;
  163. background:#fff;
  164. position:absolute;
  165. margin-top:50px;
  166. padding:10px;
  167. color:black;
  168. width:640px;
  169. }
  170.  
  171. .subtitle {
  172. text-transform:lowercase;
  173. position:absolute;
  174. font-family: alex-brush, cursive;
  175. font-style:italic;
  176. height:29px;
  177. font-size:25px;
  178. border:1px solid black;
  179. letter-spacing:1px;
  180. width:270px;
  181. margin-left:-10px;
  182. }
  183.  
  184. .tagbox {
  185. width:250px;
  186. border:1px solid #eee;
  187. background:white;
  188. float:left;
  189. text-align:center;
  190. margin-bottom:20px;
  191. margin-left:40px;
  192. }
  193.  
  194. .tagbox a{
  195. display:block;
  196. margin:5px;
  197. padding:3px;
  198. font-family:calibri;
  199. text-transform:uppercase;
  200. font-size:11px;
  201. }
  202.  
  203. #leftcolumn {
  204. position: absolute;
  205. margin-left:0px;
  206. margin-top:0px;
  207. width:320px;
  208. text-align: left;
  209. }
  210.  
  211. #rightcolumn {
  212. position: absolute;
  213. margin-left:320px;
  214. margin-top:0px;
  215. width:320px;
  216. text-align: left;
  217. }
  218.  
  219. #tags {
  220. margin-top:30px;
  221. overflow-y:auto;
  222. overflow-x:hidden;
  223. }
  224.  
  225.  
  226. #credit {
  227. position:fixed;
  228. right:0px;
  229. bottom:0px;
  230. padding:4px;
  231. width:15px;
  232. text-transform:none;
  233. font-family: helvetica;
  234. font-weight:none;
  235. letter-spacing:1px;
  236. margin-bottom:3px;
  237. font-size:9px;
  238. margin-right:3px;
  239. border:1px solid;
  240. opacity:0.7;
  241. border-color:#bbb;
  242. background: #fff;
  243. -moz-transition-duration:1s;
  244. -webkit-transition-duration:1s;
  245. -o-transition-duration:1s;
  246. }
  247.  
  248. #credit:hover {
  249. opacity:1;
  250. width:15px;
  251. background:black;
  252. -moz-transition-duration:0.5s;
  253. -webkit-transition-duration:0.5s;
  254. -o-transition-duration:0.5s;
  255. }
  256.  
  257. </style>
  258.  
  259.  
  260. </head>
  261.  
  262. <body>
  263.  
  264. <div id="mainContainer">
  265. <div class="left">
  266. <div class="links">
  267. <a href="/">home</a>
  268. <a href="/ask">message</a>
  269. <a href="/">link</a>
  270. <a href="/">link</a>
  271. <a href="link">link</a>
  272.  
  273. </div>
  274. </div>
  275. <div class="container">
  276. <div id="title">tags.</div>
  277.  
  278. <div id="mainstuff">
  279. <div id="leftcolumn">
  280. <!--- the first column starts here, copy this whole thing below to make a new box. --->
  281.  
  282.  
  283. <div class="tagbox">
  284. <div class="subtitle">TITLE HERE</div>
  285. <div id="tags">
  286. <a href="/">tag</a>
  287. <a href="/">tag</a>
  288. </div>
  289. </div>
  290.  
  291.  
  292.  
  293. <!--- first column ends here, DO NOT TOUCH THIS --->
  294. </div>
  295. <div id="rightcolumn">
  296. <!--- the second column starts here --->
  297.  
  298. <div class="tagbox">
  299. <div class="subtitle">TITLE HERE</div>
  300. <div id="tags">
  301. <a href="/">tag</a>
  302. <a href="/">tag</a>
  303. </div>
  304. </div>
  305.  
  306.  
  307.  
  308.  
  309. </div>
  310. </div>
  311. </div>
  312.  
  313. <div id="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
  314. </body>
  315. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement