Advertisement
harreyeh

network theme

Jan 25th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.98 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. <!--Please do not remove credits. Page by Pohroro-->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7.  
  8. <title>SWAGGIN IT OUT</title>
  9. <link rel="shortcut icon" href="http://static.tumblr.com/ssqfxic/xp1mxmas6/favicon.png">
  10. <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Oswald">
  11. <style type="text/css">
  12.  
  13. html, body
  14. {
  15. margin: 0;
  16. padding: 0;
  17. }
  18.  
  19. body
  20. {
  21. background: url(http://i.imgur.com/ciB41Rh.png?1); /*change your body background image or color over here*/
  22. font-family: Libre Baskerville;
  23. font-size: 10px;
  24. color: white; /*change your body font color here*/
  25. width: 100%;
  26. }
  27.  
  28. a
  29. {
  30. text-decoration: none;
  31. color: white; /*change your link color over here*/
  32. }
  33.  
  34. a:hover
  35. {
  36. color: #0282C2; /*change your hover link color here*/
  37. }
  38.  
  39. #mainContainer
  40. {
  41. width: auto;
  42. height: auto;
  43. overflow-x: hidden;
  44. overflow-y: hidden;
  45. display: inline-block;
  46. }
  47.  
  48. #bar
  49. {
  50. width: 100%;
  51. height: 110px;
  52. bottom: 0px;
  53. text-align: center;
  54. position: fixed;
  55. }
  56.  
  57. #title
  58. {
  59. font-family: Oswald;
  60. letter-spacing: 10px;
  61. font-size: 36px;
  62. text-transform: uppercase;
  63. }
  64.  
  65. #subtitle
  66. {
  67. font-family: Libre Baskerville;
  68. font-style: italic;
  69. font-size: 14px;
  70. letter-spacing: 1px;
  71. line-height: 0px;
  72. padding-bottom: 15px;
  73. border-bottom: 1px solid white;
  74. width: 300px;
  75. margin: 0 auto;
  76. }
  77.  
  78. #navigation
  79. {
  80. font-family: Oswald;
  81. font-size: 12px;
  82. text-transform: uppercase;
  83. letter-spacing: 7px;
  84. margin-top: 7px;
  85. }
  86.  
  87.  
  88. table
  89. {
  90. position: absolute;
  91. margin-left: 0px;
  92. margin-top: 60px;
  93. text-align: center;
  94. }
  95.  
  96. td
  97. {
  98. width: 180px;
  99. padding-left: 0px;
  100. padding-right: 0px;
  101. text-align: center;
  102. }
  103.  
  104. .name
  105. {
  106. font-family: Oswald;
  107. font-size: 20px;
  108. letter-spacing: 5px;
  109. text-transform: uppercase;
  110. line-height: 10px;
  111. }
  112. #thing {
  113. width:188px;
  114. height:390px;
  115. }
  116.  
  117.  
  118.  
  119. #thing:hover img{
  120. -webkit-filter: grayscale(0%);
  121. -moz-filter: grayscale(0%);
  122. -ms-filter: grayscale(0%);
  123. -o-filter: grayscale(0%);
  124. filter: grayscale(0%);
  125. }
  126.  
  127. .url
  128. {
  129. font-family: Libre Baskerville;
  130. font-style: italic;
  131. letter-spacing: 3px;
  132. text-transform: lowercase;
  133. line-height: 20px;
  134. }
  135.  
  136. img
  137. {
  138. -webkit-filter: grayscale(100%);
  139. -moz-filter: grayscale(100%);
  140. -ms-filter: grayscale(100%);
  141. -o-filter: grayscale(100%);
  142. filter: grayscale(100%);
  143. border: 7px solid white;
  144. width: 188px;
  145. height: 350px;
  146. }
  147.  
  148. #thing:hover .description{
  149. opacity:0.8;
  150. height:50px;
  151. margin-left:5px;
  152. -webkit-transition: all 0.5s ease-in-out;
  153. -moz-transition: all 0.5s ease-in-out;
  154. -o-transition: all 0.5s ease-in-out;
  155. }
  156.  
  157. .description
  158. {
  159. width: 180px;
  160. height: 0px;
  161. position: absolute;
  162. background: white;
  163. padding:5px;
  164.  
  165. opacity:0;
  166. padding-top:0px;
  167. color: #606060; /*change the color of your description font here*/
  168. margin-top: -360px;
  169. margin-left: 5px;
  170. text-align: center;
  171. padding-right: 5px;
  172. font-family: 'helvetica neue';
  173. letter-spacing: 1px;
  174. z-index: 1;
  175. -webkit-transition: all 0.5s ease-in-out;
  176. -moz-transition: all 0.5s ease-in-out;
  177. -o-transition: all 0.5s ease-in-out;
  178. }
  179.  
  180. .description a
  181. {
  182. color: black;
  183. }
  184.  
  185. .description a:hover
  186. {
  187. background: yellow;
  188. }
  189. .links
  190. {
  191. margin-top: 10px;
  192. font-size: 12px;
  193. color: gray;
  194. }
  195.  
  196. .links a
  197. {
  198. font-family: Oswald;
  199. text-transform: uppercase;
  200. font-size: 10px;
  201. letter-spacing: 2px;
  202. }
  203.  
  204. ::-webkit-scrollbar
  205. {
  206. height: 5px;
  207. width: 3px;
  208. background: white;
  209. }
  210.  
  211. ::-webkit-scrollbar-thumb
  212. {
  213. background: #606060; /*change the color of the scrollbar here*/
  214. }
  215. </style>
  216. </head>
  217. <body>
  218. <div id="mainContainer">
  219.  
  220. <table>
  221. <tr>
  222.  
  223. <!--start of member 1-->
  224. <td>
  225. <div class="name">name here</div>
  226. <div class="url"><a href="http://URL HERE.tumblr.com">url here</a></div>
  227. <div id="thing">
  228. <a href="http://URL HERE.tumblr.com">
  229. <img src="IMAGE URL - SIZE IS 188 X 350px"><!--change your member image here--></a>
  230.  
  231. <div class="descriptionBack"><div class="description">
  232. <p><!--edit your member description from here-->description
  233. </div></div>
  234. <div class="links"><a href="http://URL HERE.tumblr.com">go to blog</a></div></td></div>
  235. <!--end of member 1-->
  236.  
  237.  
  238. <!--start of member, copy and past this whole thing-->
  239. <td><div class="name">you?</div>
  240. <div class="url">url</div>
  241. <div id="thing"><a href="http://url.tumblr.com/">
  242. <img src="http://static.tumblr.com/ssqfxic/PBfmzr0q3/nisaf.jpg"></a><!--change your member image here-->
  243. <div class="descriptionBack"><div class="description">
  244. <p><!--edit your member description from here-->
  245. descrippppp
  246. </div></div>
  247. <div class="links"><!--edit the links over here--><a href="http://url.tumblr.com">go to blog</a></div></td></div>
  248. <!--end of member-->
  249.  
  250. </tr>
  251. </table>
  252.  
  253. </div>
  254.  
  255. <div id="bar">
  256. <div id="title">swagulars!</div>
  257. <div id="subtitle">the swagulars promo/friend group.</div>
  258. <div id="navigation">
  259. <a href="/">Home</a> - <a href="/message">Message</a> - <a href="/apply">join</a> - <a href="http://pohroro.tumblr.com" title="Page by Pohroro">&#169;</a>
  260. </div>
  261. </div>
  262. </body>
  263. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement