Advertisement
sexycullen

76 (2)

Feb 6th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.31 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. THEME # 76 V1
  9. BY: http://britishrobert.tumblr.com/ (PREV SPUNKHANDSOME)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Kotta+One' rel='stylesheet' type='text/css'>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Junge' rel='stylesheet' type='text/css'>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
  30.  
  31.  
  32. <style type="text/css">
  33.  
  34. ::-webkit-scrollbar {background-color: transparent; height:4px; width:3px}
  35. ::-webkit-scrollbar-thumb:vertical {background-color:#000000; height:50px}
  36. ::-webkit-scrollbar-thumb:horizontal {background-color:#FFFFFF; height:8px!important}
  37.  
  38. body {
  39. color: {color:Text};
  40. background-color:#FFFFFF;
  41. }
  42.  
  43. a {
  44. color: #5d5c5c;
  45. text-decoration: none;
  46. -moz-transition-duration: 0.5s;
  47. -o-transition-duration: 0.5s;
  48. -webkit-transition-duration: 0.5s;
  49. transition-duration: 0.5s;
  50. }
  51.  
  52. a:hover {
  53. color: #9d9d9d;
  54. -moz-transition-duration: 0.5s;
  55. -o-transition-duration: 0.5s;
  56. -webkit-transition-duration: 0.5s;
  57. transition-duration: 0.5s;
  58. }
  59.  
  60. .sidebar {
  61. margin:auto;
  62. top:10px;
  63. margin-left:375px;
  64. }
  65.  
  66. .part1 {
  67. padding:5px;
  68. top:30px;
  69. margin:auto;
  70. }
  71.  
  72. .table1 {
  73. width:200px;
  74. padding:0px 5px 5px 5px;
  75. border-right: 0px solid #F5F5F5;
  76. }
  77.  
  78. .links1 {
  79. text-transform: uppercase;
  80. letter-spacing: 0px;
  81. font-family: Open Sans Condensed;
  82. font-size:11px;
  83. letter-spacing:1px;
  84. text-align:center;
  85. padding:4px;
  86. line-height:290%;
  87. margin: 15px 0 6px 0;
  88. color:#262626;
  89. }
  90.  
  91. .links1 a {
  92. border-bottom: 1px solid #f0f0f0;
  93. padding:3px;
  94. }
  95.  
  96. .links1 a:hover {
  97. letter-spacing:4px;
  98. -moz-transition-duration: 0.5s;
  99. -o-transition-duration: 0.5s;
  100. -webkit-transition-duration: 0.5s;
  101. transition-duration: 0.5s;
  102. }
  103.  
  104. .container {
  105. width:1000px;
  106. height:auto;
  107. position:relative;
  108. margin:auto;
  109. top: 3px;
  110. bottom:10px;
  111. left:1px;
  112. border: 0px solid #f0f0f0;
  113. }
  114.  
  115. .chars {
  116. width:1000px;
  117. height:auto;
  118. margin:auto;
  119. position:relative;
  120. top: -33px;
  121. margin-left:200px;
  122. border: 0px solid #000;
  123. }
  124.  
  125. .table {
  126. width:120px;
  127. height:auto;
  128. position:relative;
  129. margin-left:20px;
  130. text-align:center;
  131. margin-top:28px;
  132. display:inline-block;
  133. border: 1px solid #f0f0f0;
  134. }
  135.  
  136. .image {
  137. width:120px;
  138. height:auto;
  139. border-bottom: 1px solid #f0f0f0;
  140. }
  141.  
  142. .name {
  143. width:120px;
  144. font-size:10px;
  145. font-family:calibri;
  146. letter-spacing:0px;
  147. margin-top:2px;
  148. padding-top:5px;
  149. padding-bottom:5px;
  150. text-align:center;
  151. text-transform:uppercase;
  152. font-weight:none;
  153. color:#4f4e4e;
  154. background-color:;
  155. border-bottom: 2px solid #f0f0f0;
  156. }
  157.  
  158. .credit {
  159. position:fixed;
  160. font-family:calibri;
  161. font-size:8px;
  162. font-weight:normal;
  163. line-height:150%;
  164. letter-spacing:0px;
  165. right:5px;
  166. bottom:20px;
  167. text-transform:uppercase;
  168. text-align:center;
  169. }
  170.  
  171. .credit a {
  172. font-style:normal;
  173. padding:3px;
  174. color:{color:Link};
  175. -moz-transition-duration:0.5s;
  176. -webkit-transition-duration:0.5s;
  177. -o-transition-duration:0.5s;
  178. }
  179.  
  180. </style>
  181. </head>
  182. <body>
  183. <div class="container">
  184. <div class="sidebar">
  185. <td>
  186.  
  187. <div class="part1">
  188. <div class="table1">
  189.  
  190. <div class="links1">
  191. <a href="/">back</a>
  192. <a href="https://www.tumblr.com/dashboard">dashboard</a>
  193. </div>
  194.  
  195. </div>
  196. </div>
  197. </div>
  198. </td>
  199.  
  200.  
  201. <div class="chars">
  202.  
  203. <! 1 >
  204. <tr>
  205. <div class="table">
  206.  
  207. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  208. <div class="name">
  209. <a href="/">name here</a>
  210. </div>
  211. </div>
  212.  
  213.  
  214.  
  215. <! 2 >
  216. <tr>
  217. <div class="table">
  218.  
  219. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  220. <div class="name">
  221. <a href="/">name here</a>
  222. </div>
  223. </div>
  224.  
  225.  
  226. <! 3 >
  227. <tr>
  228. <div class="table">
  229.  
  230. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  231. <div class="name">
  232. <a href="/">name here</a>
  233. </div>
  234. </div>
  235.  
  236.  
  237.  
  238.  
  239. <! 4 >
  240. <tr>
  241. <div class="table">
  242.  
  243. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  244. <div class="name">
  245. <a href="/">name here</a>
  246. </div>
  247. </div>
  248.  
  249. <br>
  250.  
  251.  
  252. <! 5 >
  253. <tr>
  254. <div class="table">
  255.  
  256. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  257. <div class="name">
  258. <a href="/">name here</a>
  259. </div>
  260. </div>
  261.  
  262.  
  263. <! 6 >
  264. <tr>
  265. <div class="table">
  266.  
  267. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  268. <div class="name">
  269. <a href="/">name here</a>
  270. </div>
  271. </div>
  272.  
  273.  
  274. <! 7 >
  275. <tr>
  276. <div class="table">
  277.  
  278. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  279. <div class="name">
  280. <a href="/">name here</a>
  281. </div>
  282. </div>
  283.  
  284.  
  285.  
  286. <! 8 >
  287. <tr>
  288. <div class="table">
  289.  
  290. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  291. <div class="name">
  292. <a href="/">name here</a>
  293. </div>
  294. </div>
  295.  
  296. <br>
  297.  
  298. <! 9 >
  299. <tr>
  300. <div class="table">
  301.  
  302. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  303. <div class="name">
  304. <a href="/">name here</a>
  305. </div>
  306. </div>
  307.  
  308.  
  309.  
  310.  
  311. <! 10 >
  312. <tr>
  313. <div class="table">
  314.  
  315. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  316. <div class="name">
  317. <a href="/">name here</a>
  318. </div>
  319. </div>
  320.  
  321.  
  322.  
  323. <! 11 >
  324. <tr>
  325. <div class="table">
  326.  
  327. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  328. <div class="name">
  329. <a href="/">name here</a>
  330. </div>
  331. </div>
  332.  
  333.  
  334. <! 12 >
  335. <tr>
  336. <div class="table">
  337.  
  338. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  339. <div class="name">
  340. <a href="/">name here</a>
  341. </div>
  342. </div>
  343.  
  344.  
  345. <br>
  346.  
  347.  
  348. <! 13 >
  349. <tr>
  350. <div class="table">
  351.  
  352. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  353. <div class="name">
  354. <a href="/">name here</a>
  355. </div>
  356. </div>
  357.  
  358.  
  359.  
  360.  
  361. <! 14 >
  362. <tr>
  363. <div class="table">
  364.  
  365. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  366. <div class="name">
  367. <a href="/">name here</a>
  368. </div>
  369. </div>
  370.  
  371.  
  372. <! 15 >
  373. <tr>
  374. <div class="table">
  375.  
  376. <center><img src="https://31.media.tumblr.com/f735b42c08219859a33171a09b0b8614/tumblr_inline_n6ebkcr72s1rv574r.png" class="image">
  377. <div class="name">
  378. <a href="/">name here</a>
  379. </div>
  380. </div>
  381.  
  382.  
  383.  
  384.  
  385. <div class="credit"><a href="http://britishrobert.tumblr.com/"><u>britishrobert</a></u></div>
  386.  
  387.  
  388. </div>
  389. </div>
  390. </div>
  391.  
  392.  
  393. </body>
  394. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement