sexycullen

MY CHARS

Feb 28th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.38 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 # 58 2
  9. BY: http://britishrobert.tumblr.com/ (PREV SPUNKHANDSOME)
  10.  
  11. Inspired by hellmouths
  12.  
  13. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  14.  
  15. --------------------------------------------->
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  20. <meta name="description" content="" />
  21. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Kotta+One' rel='stylesheet' type='text/css'>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Junge' 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: #000000;
  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: #000000;
  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. width:900px;
  62. position:relative;
  63. margin:auto;
  64. top: 30px;
  65. left:200px;
  66. }
  67.  
  68. .title {
  69. width:600px;
  70. font-size:18px;
  71. font-family:arial;
  72. letter-spacing:-2px;
  73. font-weight:bold;
  74. line-height:90%;
  75. text-transform:lowercase;
  76. color:#000000;
  77. }
  78.  
  79. .sidebarlinks {
  80. width:300px;
  81. margin-bottom:4px;
  82. margin-top:3px;
  83. padding-bottom:2px;
  84. text-transform:lowercase;
  85. font-family:helvetica;
  86. font-size:9px;
  87. text-align:left;
  88. font-weight:normal;
  89. border-bottom:1px solid #F5F5F5;
  90. -moz-transition-duration: 0.5s;
  91. -o-transition-duration: 0.5s;
  92. -webkit-transition-duration: 0.5s;
  93. transition-duration: 0.5s;
  94. }
  95.  
  96. .sidebarlinks a {
  97. color:#000000;
  98. padding:3px;
  99. -moz-transition-duration: 0.5s;
  100. -o-transition-duration: 0.5s;
  101. -webkit-transition-duration: 0.5s;
  102. transition-duration: 0.5s;
  103. }
  104.  
  105. .sidebarlinks a:hover {
  106. color:#FFFFFF;
  107. letter-spacing:2px;
  108. -moz-transition-duration: 0.5s;
  109. -o-transition-duration: 0.5s;
  110. -webkit-transition-duration: 0.5s;
  111. transition-duration: 0.5s;
  112. }
  113.  
  114. .description {
  115. width:500px;
  116. position:absolute;
  117. text-align:left;
  118. font-size:9px;
  119. font-family: helvetica;
  120. color:#000;
  121. }
  122.  
  123. .container {
  124. width:900px;
  125. height:auto;
  126. position:relative;
  127. margin:auto;
  128. top: 60px;
  129. left:200px;
  130. }
  131.  
  132. .table {
  133. width:160px;
  134. height:auto;
  135. position:relative;
  136. margin-left:10px;
  137. top:4px;
  138. margin-top:10px;
  139. display:inline-block;
  140. padding:0px 0px 0px 0px;
  141. border: 1px solid #f0f0f0;
  142. }
  143.  
  144. .image {
  145. width:160px;
  146. height:auto;-webkit-transition-duration: .90s;-webkit-filter: grayscale(100%);opacity:4;
  147. }
  148.  
  149. .name {
  150. width:160px;
  151. font-size:9px;
  152. font-family:cambria;
  153. letter-spacing:1px;
  154. margin-top:2px;
  155. text-align:center;
  156. text-transform:;
  157. font-weight:bold;
  158. font-style:italic;
  159. color:#000;
  160. background-color:;
  161. }
  162.  
  163. .basic {
  164. font-family:arial;
  165. font-size:9px;
  166. padding:5px 3px;
  167. margin: 3px 0 6px 0;
  168. color:#000;
  169. border-top: 1px solid #f0f0f0;
  170. border-bottom: 1px solid #f0f0f0;
  171. }
  172.  
  173. .links {
  174. letter-spacing: 0px;
  175. font-family: calibri;
  176. font-size:11px;
  177. padding:4px 3px;
  178. margin: 5px 0 6px 0;
  179. color:#262626;
  180. border-bottom: 0px solid #f0f0f0;
  181. }
  182.  
  183. .links a {
  184. padding:3px;
  185. }
  186.  
  187. .info {
  188. padding:4px;
  189. margin:1px;
  190. text-align:justify;
  191. font-size:10px;
  192. font-family: calibri;
  193. color:#000000;
  194. }
  195.  
  196.  
  197. </style>
  198. </head>
  199. <body>
  200.  
  201. <div class="sidebar">
  202. <div class="title">
  203. Don't go cryin' to your mama
  204. 'Cause you're on your own in the real world
  205. </div>
  206.  
  207. <div class="sidebarlinks">
  208. <a href="http://britishrobert.tumblr.com/">credit</a>
  209. <a href="http://oncereckless.tumblr.com/">back to blog</a>
  210. <a href="http://www.tumblr.com/dashboard">dashboard</a>
  211. </div>
  212. <div class="description">
  213. <b>ATTENTION HERE:</b> Frederick and Ridley are my main muses, but I use all and if you want to play with some specific and want to know more about any of them, just tell me.
  214. </div>
  215. </div>
  216.  
  217. <div class="container">
  218.  
  219.  
  220.  
  221. <! 1 >
  222. <tr>
  223. <div class="table">
  224.  
  225. <center><img src="https://31.media.tumblr.com/7494b77ae00b78bd8146e5b7ead73850/tumblr_inline_mzzbp9Jvg11sso8d0.gif" class="image">
  226. <div class="name">
  227. frederick edwards
  228. </div>
  229. <div class="basic">
  230. 20 years old, single (main verse), from London— <i>straight</i>, good guy, idiot and friendly
  231. </div>
  232. <div class="links">
  233. <span title="verses"><a href="/fau">01.</a></span>
  234. <span title="para"><a href="/fpara">02.</a></span>
  235. <span title="starters"><a href="/tagged/starter: fred">03.</a></span>
  236. <span title="pictures"><a href="/tagged/frederick">04.</a></span>
  237. <span title="convo"><a href="/tagged/convo: fred">05.</a></span>
  238. </div></center>
  239.  
  240. </div>
  241.  
  242.  
  243.  
  244. <! 2 >
  245. <tr>
  246. <div class="table">
  247.  
  248. <center><img src="https://31.media.tumblr.com/8d9d87c3869efafc4bcb9f951ec9ed07/tumblr_inline_mzzbwrsCDp1sso8d0.gif" class="image">
  249. <div class="name">
  250. Ridley Cooper
  251. </div>
  252. <div class="basic">
  253. 20 years old, single (main verse), born in NYC— <i>straight</i>, bitch, cold heart but frendly
  254. </div>
  255. <div class="links">
  256. <span title="verses"><a href="/rau">01.</a></span>
  257. <span title="para"><a href="/rpara">02.</a></span>
  258. <span title="starters"><a href="/tagged/starter: ridley">03.</a></span>
  259. <span title="pictures"><a href="/tagged/ridley">04.</a></span>
  260. <span title="convo"><a href="/tagged/convo: ridley">05.</a></span>
  261. </div></center>
  262.  
  263. </div>
  264.  
  265.  
  266. <! 3 >
  267. <tr>
  268. <div class="table">
  269.  
  270. <center><img src="https://31.media.tumblr.com/88975f07bd75551dc1911f6be1c6b0fd/tumblr_inline_mzzbzmrbde1sso8d0.gif" class="image">
  271. <div class="name">
  272. Isabella Homes O’Connelly
  273. </div>
  274. <div class="basic">
  275. 22 years old, single (main verse), from Seattle— <i>straight</i>, arrogant, loving, self-confident
  276. </div>
  277. <div class="links">
  278. <span title="verses"><a href="/iau">01.</a></span>
  279. <span title="para"><a href="/ipara">02.</a></span>
  280. <span title="starters"><a href="/tagged/starter: isabella">03.</a></span>
  281. <span title="pictures"><a href="/tagged/isabella">04.</a></span>
  282. <span title="convo"><a href="/tagged/convo: isabella">05.</a></span>
  283. </div></center>
  284.  
  285. </div>
  286.  
  287. <br>
  288.  
  289. <! 4 >
  290. <tr>
  291. <div class="table">
  292.  
  293. <center><img src="https://31.media.tumblr.com/f540621a6d89550461694035ac5a2f7a/tumblr_inline_mzzc44EbvR1sso8d0.gif" class="image">
  294. <div class="name">
  295. Barbara Hendrick
  296. </div>
  297. <div class="basic">
  298. 20 years old, single (main verse), Los Angeles— <i>straight</i> adventurous, silly, impulsive, temperamental
  299. </div>
  300. <div class="links">
  301. <span title="verses"><a href="/bau">01.</a></span>
  302. <span title="para"><a href="/bpara">02.</a></span>
  303. <span title="starters"><a href="/tagged/starter: barbara">03.</a></span>
  304. <span title="pictures"><a href="/tagged/barbara">04.</a></span>
  305. <span title="convo"><a href="/tagged/convo: barbara">05.</a></span>
  306. </div></center>
  307.  
  308. </div>
  309.  
  310.  
  311.  
  312. <! 5 >
  313. <tr>
  314. <div class="table">
  315.  
  316. <center><img src="https://31.media.tumblr.com/3733f3736f4b7b3782e1c2316cfa8f95/tumblr_inline_mzbpg6olg41rlbkk5.gif" class="image">
  317. <div class="name">
  318. Dylan Wesley
  319. </div>
  320. <div class="basic">
  321. 22 years old, single (main verse), born in NYC— <i>straight</i>, possessive, friendly, melodramatic
  322. </div>
  323. <div class="links">
  324. <span title="verses"><a href="/dyau">01.</a></span>
  325. <span title="para"><a href="/dypara">02.</a></span>
  326. <span title="starters"><a href="/tagged/starter: dylan">03.</a></span>
  327. <span title="pictures"><a href="/tagged/dylan">04.</a></span>
  328. <span title="convo"><a href="/tagged/convo: dylan">05.</a></span>
  329. </div></center>
  330.  
  331. </div>
  332.  
  333.  
  334.  
  335. <! 6 >
  336. <tr>
  337. <div class="table">
  338.  
  339. <center><img src="https://31.media.tumblr.com/7f529bf4f62583dbb2ca9cba60fb77b7/tumblr_inline_mzzcjlbgil1sso8d0.gif" class="image">
  340. <div class="name">
  341. Donovan Folkworth
  342. </div>
  343. <div class="basic">
  344. 20 years old, single (mv), vampire TVD FANDOM— <i>straight</i> pain in the ass, sometimes good, arrogant
  345. </div>
  346. <div class="links">
  347. <span title="verses"><a href="/dau">01.</a></span>
  348. <span title="para"><a href="/dpara">02.</a></span>
  349. <span title="starters"><a href="/tagged/starter: donovan">03.</a></span>
  350. <span title="pictures"><a href="/tagged/donovan">04.</a></span>
  351. <span title="convo"><a href="/tagged/convo: donovan">05.</a></span>
  352. </div></center>
  353.  
  354. </div>
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362. </body>
  363. </html>
Advertisement
Add Comment
Please, Sign In to add comment