Advertisement
minimu

abstract / theme page 1

Jan 16th, 2015
2,398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.03 KB | None | 0 0
  1. <!--jcgged.tumblr.com-->
  2.  
  3. <head>
  4.  
  5.  
  6. <link rel="shortcut icon" href="{favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{rss}">
  8.  
  9. <style type="text/css">
  10.  
  11. ::-webkit-scrollbar {width: 2px; height: 3px; background: #FFFFFF;}
  12. ::-webkit-scrollbar-thumb {background-color:black ;}
  13.  
  14. body
  15. {font-family: times;
  16. font-size: 11px;
  17. color: #000;
  18. background-position: fixed;
  19. background-attachment:fixed;
  20. background-repeat:repeat;
  21. background-color:#fff;}
  22.  
  23. a:link, a:active, a:visited{
  24. color: #777777;
  25. text-decoration: none;
  26.  
  27. }
  28.  
  29.  
  30.  
  31. #all {
  32. margin:10;
  33. margin-left:30%;
  34. }
  35.  
  36. #pannel {
  37. width:180px;
  38. height:210px;
  39. padding:0px;
  40. background-color:#fff;
  41. }
  42.  
  43. #poster {
  44. width:120px;
  45. height:120px;
  46. margin-top:10px;
  47. position: fixed;
  48. background-color:#fff;
  49. }
  50.  
  51. #poster img {
  52. width:120px;
  53. height:120px;
  54. border:10px solid black;
  55. }
  56.  
  57.  
  58. #about {
  59. text-align:justify;
  60. padding:10px;
  61. padding-top:3px;
  62. overflow:auto;
  63. margin-bottom:20px;
  64. height:100px;
  65. position:absolute;
  66. width:118px;
  67. border:solid 1px black;
  68. opacity:0;
  69. font-size:9px;
  70. background:white;
  71. color:#000;
  72. -webkit-transition: all 0.5s ease-out;
  73. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  74.  
  75. }
  76.  
  77. #pannel:hover #about {
  78. opacity:.98;
  79. margin-top:0px;
  80. height:120px;
  81. -webkit-transition: all 0.5s ease-out;
  82. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  83. }
  84.  
  85. #name {
  86. font-family: arial;
  87. font-size:10px;
  88. text-align:justify;
  89. text-transform:lowercase;
  90. }
  91.  
  92. #stats{margin-top:5px;
  93. text-align:center;
  94. color:white;
  95. width:124px;
  96. padding:8px;
  97. background-color:black;
  98. font-family:arial;
  99. font-size:10px;
  100. }
  101.  
  102. #top {
  103. width:550px;
  104. height:auto;
  105. font-family: arial;
  106. font-size:11px;
  107. margin-left: 30.5%;
  108. line-height:18px;
  109. padding:2px;
  110. margin-top: 20px;
  111. text-align:center;
  112. text-transform:uppercase;
  113. font-weight:bold;
  114. background-color:#fff;
  115. }
  116.  
  117. #top a{width:100px;
  118. margin-top:5px;
  119. color:black;
  120. display:inline-block;}
  121.  
  122. #description{height:30px;
  123. font-size:10px;
  124. margin-top:10px;
  125. font-weight:normal;
  126. text-align:justify;
  127. line-height:120%;
  128. text-transform:lowercase;
  129. overflow:auto;}
  130.  
  131. #admin {
  132. font-size:9px;
  133. border:1px solid black;
  134. color:#000;
  135. font-family: arial;
  136. text-align: center;
  137. font-weight:bold;
  138. text-transform:uppercase;
  139. padding: 2 3 2 3;
  140. width: 120px;
  141. padding:9px;
  142. position: fixed;
  143. margin-top: -12px;
  144. }
  145.  
  146. .header {
  147. height:20px;
  148. color:#000;
  149. font-family:arial;
  150. font-weight:bold;
  151. border:solid 1px black;
  152. font-size:18px;
  153. text-align:center;
  154. letter-spacing:1px;
  155. text-transform:uppercase;
  156. padding:5px 10px;
  157. margin:0px;
  158. }
  159.  
  160. .header a {
  161. color:#eeeeee;
  162. text-decoration:none;
  163. }
  164.  
  165. #tags {font-size:9px;
  166. font-family:arial;
  167. text-align:center;
  168. padding:5px;
  169. margin-top:3px;
  170. margin-bottom:-2px;
  171. width:120px;
  172. }
  173.  
  174. #tags a {color:black;}
  175.  
  176. </style>
  177.  
  178.  
  179. <div id="border-top"></div>
  180.  
  181.  
  182.  
  183. </div>
  184. <div id="top">
  185. <div class="header">TITLE HERE</div>
  186. <div id="description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent et varius lacus. Nullam sit amet maximus velit, sit amet sollicitudin augue. Donec vitae odio turpis. Praesent sodales libero at diam viverra pellentesque. Integer at consequat velit, ac efficitur arcu. Sed commodo tristique purus at vulputate. Proin interdum lorem vel felis luctus, ac gravida sapien rhoncus. Donec sodales dignissim cursus. Donec molestie mi at ex sollicitudin faucibus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tellus augue, iaculis et tortor nec, fringilla ultrices tellus.
  187. </div>
  188. <a href=" ">link</a>
  189. <a href=" ">link</a>
  190. <a href=" ">link</a>
  191.  
  192. </div>
  193.  
  194. <table id="all" border="0" cellpadding="0" cellspacing="20">
  195.  
  196.  
  197. <!-- start of 1st column-->
  198. <!--start 1st pannel-->
  199. <td><div id="pannel">
  200. <div id="poster">
  201. <div id="admin"><a href="http://linkifuwant.tumblr.com/"> NAME </a></div><!--name of the member-->
  202. <p>
  203. <div id="about">
  204. <div id="name"><p><!--- description goes here-->
  205. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent et varius lacus. Nullam sit amet maximus velit, sit amet sollicitudin augue. Donec vitae odio turpis. Praesent sodales libero at diam viverra pellentesque. Integer at consequat velit, ac efficitur arcu. Sed commodo tristique purus at vulputate. Proin interdum lorem vel felis luctus, ac gravida sapien rhoncus. Donec sodales dignissim cursus. Donec molestie mi at ex sollicitudin faucibus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tellus augue, iaculis et tortor nec, fringilla ultrices tellus.
  206. </div>
  207. </div>
  208. <img width="120px" src="https://31.media.tumblr.com/3034d4c0133c770922735ced615543e1/tumblr_inline_ni9xac4bjh1t0iex7.png"/><!--replace this url with the image url you want to use-->
  209. <div id="tags"><a href="/tagged/ss">images</a> ! <a href="/tagged/ss">threads</a> ! <a href="/tagged/ss">verses</a></div>
  210. <div id="stats">FEMALE <b>20</b> </div>
  211. </div>
  212.  
  213. </div></td>
  214. <!--end 2st pannel-->
  215.  
  216.  
  217.  
  218. <!--start 2nd pannel-->
  219. <td><div id="pannel">
  220. <div id="poster">
  221. <div id="admin"><a href="/"> name </a></div><!--name of the member-->
  222. <p>
  223. <div id="about">
  224. <div id="name"><p>description here</div><!--- description goes here-->
  225. </div>
  226. <img width="120px" src="https://31.media.tumblr.com/3034d4c0133c770922735ced615543e1/tumblr_inline_ni9xac4bjh1t0iex7.png"/><!--replace this url with the image url you want to use-->
  227.  
  228. <div id="tags"><a href="/tagged/ss">images</a> ! <a href="/tagged/ss">threads</a> ! <a href="/tagged/ss">verses</a></div>
  229. <div id="stats">FEMALE <b>20</b> </div>
  230. </div>
  231.  
  232. </div></td>
  233. <!--end 2nd pannel-->
  234.  
  235.  
  236. <!--start 3rd pannel-->
  237. <td><div id="pannel">
  238. <div id="poster">
  239. <div id="admin"><a href="/"> name </a></div><!--name of the member-->
  240. <p>
  241. <div id="about">
  242. <div id="name"><p>description here</div><!--- description goes here-->
  243. </div>
  244. <img width="120px" src="https://31.media.tumblr.com/3034d4c0133c770922735ced615543e1/tumblr_inline_ni9xac4bjh1t0iex7.png"/><!--replace this url with the image url you want to use-->
  245. <div id="tags"><a href="/tagged/ss">images</a> ! <a href="/tagged/ss">threads</a> ! <a href="/tagged/ss">verses</a></div>
  246. <div id="stats">FEMALE <b>20</b> </div>
  247. </div>
  248.  
  249. </div></td>
  250. <!--end of 3rd pannel-->
  251. <!-- end of 1st column-->
  252.  
  253. <tr>
  254.  
  255. <!--- start of 2nd column-->
  256. <!--start 1st pannel-->
  257. <td><div id="pannel">
  258. <div id="poster">
  259. <div id="admin"><a href="/"> name </a></div><!--name of the member-->
  260. <p>
  261. <div id="about">
  262. <div id="name"><p>description here</div><!--- description goes here-->
  263. </div>
  264. <img width="120px" src="https://31.media.tumblr.com/3034d4c0133c770922735ced615543e1/tumblr_inline_ni9xac4bjh1t0iex7.png"/><!--replace this url with the image url you want to use-->
  265. <div id="tags"><a href="/tagged/ss">images</a> ! <a href="/tagged/ss">threads</a> ! <a href="/tagged/ss">verses</a></div>
  266. <div id="stats">FEMALE <b>20</b> </div>
  267. </div>
  268.  
  269. </div></td>
  270. <!--end 1st pannel-->
  271.  
  272.  
  273.  
  274.  
  275. <!--start 2nd pannel-->
  276. <td><div id="pannel">
  277. <div id="poster">
  278. <div id="admin"><a href="/"> name </a></div><!--name of the member-->
  279. <p>
  280. <div id="about">
  281. <div id="name"><p>description here</div><!--- description goes here-->
  282. </div>
  283. <img width="120px" src="https://31.media.tumblr.com/3034d4c0133c770922735ced615543e1/tumblr_inline_ni9xac4bjh1t0iex7.png"/><!--replace this url with the image url you want to use-->
  284. <div id="tags"><a href="/tagged/ss">images</a> ! <a href="/tagged/ss">threads</a> ! <a href="/tagged/ss">verses</a></div>
  285. <div id="stats">FEMALE <b>20</b> </div>
  286. </div>
  287.  
  288. </div></td>
  289. <!--end 2nd pannel-->
  290.  
  291.  
  292.  
  293. <!--start 3rd pannel-->
  294. <td><div id="pannel">
  295. <div id="poster">
  296. <div id="admin"><a href="/"> name </a></div><!--name of the member-->
  297. <p>
  298. <div id="about">
  299. <div id="name"><p>description here</div><!--- description goes here-->
  300. </div>
  301. <img width="120px" src="https://31.media.tumblr.com/3034d4c0133c770922735ced615543e1/tumblr_inline_ni9xac4bjh1t0iex7.png"/><!--replace this url with the image url you want to use-->
  302. <div id="tags"><a href="/tagged/ss">images</a> ! <a href="/tagged/ss">threads</a> ! <a href="/tagged/ss">verses</a></div>
  303. <div id="stats">FEMALE <b>20</b> </div>
  304. </div>
  305.  
  306. </div></td>
  307. <!--end of 3rd pannel-->
  308. <!-- end of 2nd column-->
  309.  
  310. <!-- to add more columns, copy everything from <tr> of the first pannel to </td> of the third pannel!
  311. k-->
  312.  
  313. </table>
  314.  
  315.  
  316. <div style="font-size: 8px; font-family:arial;float: left; position: fixed; padding: 2 4 2 4; bottom: 13px; right: 14px; background: white; border-top:1px solid #DADADA; border-right:1px solid #DADADA; border-left:1px solid #DADADA; border-bottom:1px solid #DADADA;text-transform:lowercase;"><a href="http://jcgged.tumblr.com/">©</a></div>
  317.  
  318. </body>
  319. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement