sexycullen

# 80

Jun 14th, 2014
2,766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.56 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 # 80
  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.  
  22. <meta name="color:Link" content="#444444">
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Kotta+One' rel='stylesheet' type='text/css'>
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Junge' rel='stylesheet' type='text/css'>
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
  33.  
  34. <script type="text/javascript"
  35.  
  36. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  37.  
  38. <script type="text/javascript"
  39.  
  40. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47.  
  48. ::-webkit-scrollbar {background-color: transparent; height:4px; width:3px}
  49. ::-webkit-scrollbar-thumb:vertical {background-color:#000000; height:50px}
  50. ::-webkit-scrollbar-thumb:horizontal {background-color:#FFFFFF; height:8px!important}
  51.  
  52. body {
  53. color: {color:Text};
  54. background-color:#FFFFFF;
  55. }
  56.  
  57.  
  58. a {
  59. color: #4d4d4d;
  60. text-decoration: none;
  61. -moz-transition-duration: 0.5s;
  62. -o-transition-duration: 0.5s;
  63. -webkit-transition-duration: 0.5s;
  64. transition-duration: 0.5s;
  65. }
  66.  
  67. a:hover {
  68. color: #000000;
  69. -moz-transition-duration: 0.5s;
  70. -o-transition-duration: 0.5s;
  71. -webkit-transition-duration: 0.5s;
  72. transition-duration: 0.5s;
  73. }
  74.  
  75. .container {
  76. width:900px;
  77. position:relative;
  78. margin:auto;
  79. top: 40px;
  80. left:90px;
  81. border: 0px solid #f0f0f0;
  82. }
  83.  
  84. .sidebar {
  85. position:fixed;
  86. font-family:calibri;
  87. font-size:8px;
  88. font-weight:normal;
  89. line-height:150%;
  90. letter-spacing:0px;
  91. right:5px;
  92. bottom:20px;
  93. text-transform:uppercase;
  94. text-align:center;
  95. }
  96.  
  97. .sidebarlinks {
  98. font-size:7px;
  99. font-family:arial;
  100. letter-spacing:1px;
  101. margin-top:1px;
  102. line-height:200%;
  103. padding-top:4px;
  104. padding-bottom:0px;
  105. text-align:center;
  106. text-transform:uppercase;
  107. font-weight:lighter;
  108. color:#444;
  109. -moz-transition-duration: 0.5s;
  110. -o-transition-duration: 0.5s;
  111. -webkit-transition-duration: 0.5s;
  112. transition-duration: 0.5s;
  113. }
  114.  
  115. .sidebarlinks a {
  116. color:#444;
  117. padding:8px;
  118. -moz-transition-duration: 0.5s;
  119. -o-transition-duration: 0.5s;
  120. -webkit-transition-duration: 0.5s;
  121. transition-duration: 0.5s;
  122. }
  123.  
  124. .sidebarlinks a:hover {
  125. color:#444;
  126. -moz-transition-duration: 0.5s;
  127. -o-transition-duration: 0.5s;
  128. -webkit-transition-duration: 0.5s;
  129. transition-duration: 0.5s;
  130. }
  131.  
  132. .sidebar2 {
  133. width:900px;
  134. position:relative;
  135. margin:auto;
  136. top: 30px;
  137. left:-40px;
  138. }
  139.  
  140. .title {
  141. width:900px;
  142. font-size:7px;
  143. font-family:arial;
  144. letter-spacing:4px;
  145. margin-top:1px;
  146. padding-top:4px;
  147. padding-bottom:14px;
  148. text-align:center;
  149. text-transform:uppercase;
  150. font-weight:lighter;
  151. color:#444;
  152. }
  153.  
  154. .container2 {
  155. float: left;
  156. margin:auto;
  157. position:relative;
  158. height:auto;
  159. border: 0px solid #f0f0f0;
  160. }
  161.  
  162. .table {
  163. width:260px;
  164. height:auto;
  165. text-align:center;
  166. position:relative;
  167. margin-bottom:49px;
  168. border: 0px solid #f0f0f0;
  169. }
  170.  
  171.  
  172. .name {
  173. width:160px;
  174. font-size:11px;
  175. font-family:calibri;
  176. letter-spacing:0px;
  177. margin-top:1px;
  178. padding-top:4px;
  179. padding-left:5px;
  180. padding-bottom:4px;
  181. text-align:left;
  182. text-transform:lowercase;
  183. font-weight:lighter;
  184. color:#444;
  185. border-bottom: 1px solid #FAFAFA;
  186. background-color:#FAFAFA;
  187. }
  188.  
  189.  
  190. .tag {
  191. width:160px;
  192. text-transform: lowercase;
  193. font-family:arial;
  194. letter-spacing:0px;
  195. font-size:11px;
  196. padding:4px;
  197. line-height:5px;
  198. padding:4px;
  199. color:#444;
  200. text-align:left;
  201. border-left: 1px solid #FAFAFA;
  202. }
  203.  
  204. .tag a {
  205. display:block;
  206. border-bottom: 0px solid #f0f0f0;
  207. padding:5px;
  208. }
  209.  
  210. .tag a:hover {
  211. color:#000;
  212. -moz-transition-duration: 0.5s;
  213. -o-transition-duration: 0.5s;
  214. -webkit-transition-duration: 0.5s;
  215. transition-duration: 0.5s;
  216. }
  217.  
  218.  
  219.  
  220. </style>
  221. </head>
  222. <body>
  223.  
  224. <div class="container">
  225.  
  226. <div class="container2">
  227. <! 1 >
  228. <tr>
  229. <div class="table">
  230.  
  231. <div class="name">
  232. <a href="/">tags 1</a>
  233. </div>
  234.  
  235. <div class="tag">
  236.  
  237. <a href="tagged/">tag here</a>
  238. <a href="tagged/">tag here</a>
  239. <a href="tagged/">tag here</a>
  240. <a href="tagged/">tag here</a>
  241. <a href="tagged/">tag here</a>
  242. <a href="tagged/">tag here</a>
  243. <a href="tagged/">tag here</a>
  244. <a href="tagged/">tag here</a>
  245. <a href="tagged/">tag here</a>
  246.  
  247. </div>
  248. </div>
  249.  
  250.  
  251. <! 4 >
  252. <tr>
  253. <div class="table">
  254.  
  255. <div class="name">
  256. <a href="/">tags 4</a>
  257. </div>
  258.  
  259.  
  260. <div class="tag">
  261.  
  262. <a href="tagged/">tag here</a>
  263. <a href="tagged/">tag here</a>
  264. <a href="tagged/">tag here</a>
  265. <a href="tagged/">tag here</a>
  266. <a href="tagged/">tag here</a>
  267. <a href="tagged/">tag here</a>
  268. <a href="tagged/">tag here</a>
  269. <a href="tagged/">tag here</a>
  270. <a href="tagged/">tag here</a>
  271.  
  272. </div>
  273. </div>
  274.  
  275.  
  276. <! 7 >
  277. <tr>
  278. <div class="table">
  279.  
  280. <div class="name">
  281. <a href="/">tags 7</a>
  282. </div>
  283.  
  284.  
  285. <div class="tag">
  286.  
  287. <a href="tagged/">tag here</a>
  288. <a href="tagged/">tag here</a>
  289. <a href="tagged/">tag here</a>
  290. <a href="tagged/">tag here</a>
  291. <a href="tagged/">tag here</a>
  292. <a href="tagged/">tag here</a>
  293. <a href="tagged/">tag here</a>
  294. <a href="tagged/">tag here</a>
  295. <a href="tagged/">tag here</a>
  296.  
  297. </div>
  298. </div>
  299.  
  300. </div>
  301. <div class="container2">
  302. <! 2 >
  303. <tr>
  304. <div class="table">
  305.  
  306. <div class="name">
  307. <a href="/">tags 2</a>
  308. </div>
  309.  
  310.  
  311. <div class="tag">
  312.  
  313. <a href="tagged/">tag here</a>
  314. <a href="tagged/">tag here</a>
  315. <a href="tagged/">tag here</a>
  316. <a href="tagged/">tag here</a>
  317. <a href="tagged/">tag here</a>
  318. <a href="tagged/">tag here</a>
  319. <a href="tagged/">tag here</a>
  320. <a href="tagged/">tag here</a>
  321. <a href="tagged/">tag here</a>
  322.  
  323.  
  324. </div>
  325. </div>
  326.  
  327.  
  328.  
  329. <! 5 >
  330. <tr>
  331. <div class="table">
  332.  
  333. <div class="name">
  334. <a href="/">tags 5</a>
  335. </div>
  336.  
  337.  
  338. <div class="tag">
  339.  
  340. <a href="tagged/">tag here</a>
  341. <a href="tagged/">tag here</a>
  342. <a href="tagged/">tag here</a>
  343. <a href="tagged/">tag here</a>
  344. <a href="tagged/">tag here</a>
  345. <a href="tagged/">tag here</a>
  346. <a href="tagged/">tag here</a>
  347. <a href="tagged/">tag here</a>
  348. <a href="tagged/">tag here</a>
  349.  
  350.  
  351. </div>
  352. </div>
  353.  
  354.  
  355.  
  356.  
  357. <! 7 >
  358. <tr>
  359. <div class="table">
  360.  
  361. <div class="name">
  362. <a href="/">tags 8</a>
  363. </div>
  364.  
  365.  
  366. <div class="tag">
  367.  
  368. <a href="tagged/">tag here</a>
  369. <a href="tagged/">tag here</a>
  370. <a href="tagged/">tag here</a>
  371. <a href="tagged/">tag here</a>
  372. <a href="tagged/">tag here</a>
  373. <a href="tagged/">tag here</a>
  374. <a href="tagged/">tag here</a>
  375. <a href="tagged/">tag here</a>
  376. <a href="tagged/">tag here</a>
  377.  
  378. </div>
  379. </div>
  380.  
  381.  
  382. </div>
  383. <div class="container2">
  384. <! 3 >
  385. <tr>
  386. <div class="table">
  387.  
  388. <div class="name">
  389. <a href="/">tags 3</a>
  390. </div>
  391.  
  392.  
  393. <div class="tag">
  394.  
  395. <a href="tagged/">tag here</a>
  396. <a href="tagged/">tag here</a>
  397. <a href="tagged/">tag here</a>
  398. <a href="tagged/">tag here</a>
  399. <a href="tagged/">tag here</a>
  400. <a href="tagged/">tag here</a>
  401. <a href="tagged/">tag here</a>
  402. <a href="tagged/">tag here</a>
  403. <a href="tagged/">tag here</a>
  404.  
  405.  
  406. </div>
  407. </div>
  408.  
  409.  
  410.  
  411. <! 6 >
  412. <tr>
  413. <div class="table">
  414.  
  415. <div class="name">
  416. <a href="/">tags 6</a>
  417. </div>
  418.  
  419.  
  420. <div class="tag">
  421.  
  422. <a href="tagged/">tag here</a>
  423. <a href="tagged/">tag here</a>
  424. <a href="tagged/">tag here</a>
  425. <a href="tagged/">tag here</a>
  426. <a href="tagged/">tag here</a>
  427. <a href="tagged/">tag here</a>
  428. <a href="tagged/">tag here</a>
  429. <a href="tagged/">tag here</a>
  430. <a href="tagged/">tag here</a>
  431.  
  432.  
  433. </div>
  434. </div>
  435.  
  436.  
  437.  
  438.  
  439. <! 6 >
  440. <tr>
  441. <div class="table">
  442.  
  443. <div class="name">
  444. <a href="/">tags 9</a>
  445. </div>
  446.  
  447.  
  448. <div class="tag">
  449.  
  450. <a href="tagged/">tag here</a>
  451. <a href="tagged/">tag here</a>
  452. <a href="tagged/">tag here</a>
  453. <a href="tagged/">tag here</a>
  454. <a href="tagged/">tag here</a>
  455. <a href="tagged/">tag here</a>
  456. <a href="tagged/">tag here</a>
  457. <a href="tagged/">tag here</a>
  458. <a href="tagged/">tag here</a>
  459.  
  460.  
  461. </div>
  462. </div>
  463.  
  464.  
  465.  
  466. <div class="sidebar">
  467. <div class="sidebarlinks">
  468. <a href="http://britishrobert.tumblr.com/">credit</a><br>
  469. <a href="/">back to blog</a><br>
  470. <a href="http://www.tumblr.com/dashboard">dashboard</a>
  471. </div>
  472. </div>
  473.  
  474.  
  475.  
  476. </body>
  477. </html>
Advertisement
Add Comment
Please, Sign In to add comment