Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.00 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Cookie|Dancing+Script" rel="stylesheet">
  2.  
  3. <link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
  4.  
  5. <!DOCTYPE html>
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  10.  
  11. <title>{Title}</title>
  12.  
  13. <meta charset="utf-8">
  14.  
  15. <meta name="description" content="{MetaDescription}" />
  16.  
  17. <link rel="shortcut icon" href="{Favicon}" />
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Raleway:400,700,800,900,500' rel='stylesheet' type='text/css'>
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  27.  
  28. <script src="http://use.edgefonts.net/londrina-sketch.js"></script>
  29. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  30.  
  31. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300' rel='stylesheet' type='text/css'>
  34.  
  35.  
  36.  
  37. </head>
  38. <style type="text/css">
  39. body {
  40.  
  41. }
  42.  
  43. a {
  44. text-decoration: none;
  45. color: #0195ab;
  46. }
  47.  
  48. b,i,strong,em {
  49. color: #cbd165;
  50. }
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {
  53. background-color: #a1394e;
  54. height: 10px;
  55. }
  56. ::-webkit-scrollbar-thumb:horizontal {
  57. background-color: #877b75;
  58. height: 7px!important;
  59. }
  60. ::-webkit-scrollbar {
  61. background-color: #FFF;
  62. height: 2px;
  63. width: 2px;
  64. }
  65.  
  66. content {
  67. width: 100%;
  68. height: 100%;
  69. overflow: auto;
  70.  
  71. }
  72.  
  73. #content {
  74. margin: auto;
  75. width: 450px;
  76. height: 110%;
  77. padding: 10px;
  78. background-color: #babea5;
  79. margin-bottom: 0px;
  80. }
  81.  
  82. .box {
  83. width: 400px;
  84. height: 390px;
  85. background-color: #FFFFFF;
  86. padding: 15px;
  87. margin: 10px;
  88. display: inline-block;
  89. }
  90.  
  91. .box .header {
  92. width: 430px;
  93. height: 420px;
  94. background-color: #202020;
  95. margin-left: -15px;
  96. margin-top: -15px;
  97. margin-bottom: 50px;
  98.  
  99. }
  100.  
  101. .box .icon {
  102. width: 130px;
  103. height: 130px;
  104. border-radius: 130px;
  105. border: 5px solid #babea5;
  106. margin-left: -20px;
  107. position: absolute;
  108. margin-top: 310px;
  109. }
  110.  
  111. .nametag {
  112. width: 270px;
  113. height: 100px;
  114. padding: 70px
  115. background-color: #A0A0A0;
  116. padding-left: 90px;
  117. color: #a1394e;
  118. text-align: left;
  119. position: absolute;
  120. margin-top: 331px;
  121. margin-left: 50px;
  122. font-family: 'Cookie', cursive;
  123. text-shadow: 1px 1px 1px #eee;
  124. font-size: 82px;
  125. font-style: bold;
  126. letter-spacing: 1px;
  127. }
  128.  
  129. .info {
  130. width: 400px;
  131. height: auto;
  132. }
  133.  
  134. .general {
  135. font-family: 'cambria';
  136. font-size: 8px;
  137. font-style: italic;
  138. text-transform: uppercase;
  139. color: #202020;
  140. columns:100px 2;
  141. -webkit-columns:102px 2;
  142. -moz-columns:100px 2;
  143. margin-left: 80px;
  144. margin-top: -15px;
  145. margin-bottom: 10px;
  146.  
  147.  
  148. }
  149.  
  150. .gen {
  151. border-left: 10px solid #202020;
  152. padding-left: 10px;
  153. margin-bottom: 3px;
  154. display: block;
  155. }
  156.  
  157. .desc {
  158. width:400px;
  159. display: block;
  160. height: 150px;
  161. overflow: auto;
  162. font-family: cambria;
  163. font-size: 10px;
  164. color: #303030;
  165. margin-bottom: 10px;
  166. }
  167.  
  168. .desc:first-letter {
  169. float: left;
  170. font-family: 'cambria';
  171. font-size: 24px;
  172. margin-right: 5px;
  173. border: 3px double #eee;
  174. padding: 0px 10px 1px 10px;
  175. font-style: italic;
  176. background-color: #a1394e;
  177. color: #eee;
  178. }
  179.  
  180. .links {
  181. display: block;
  182. height: auto;
  183. }
  184.  
  185. .links a {
  186. display: inline-block;
  187. padding: 5px;
  188. width: 188px;
  189. background-color: #a1394e;
  190. text-align: center;
  191. font-family: 'cambria';
  192. font-size: 10px;
  193. font-style: italic;
  194. color: #eee;
  195. letter-spacing: 1px;
  196. -webkit-transition: all 0.2s ease-in-out;
  197. -moz-transition: all 0.2s ease-in-out;
  198. -o-transition: all 0.2s ease-in-out;
  199. -ms-transition: all 0.2s ease-in-out;
  200. transition: all 0.2s ease-in-out;
  201. }
  202.  
  203. .links a:hover {
  204. color: #202020;
  205. background-color: #fff;
  206. }
  207.  
  208.  
  209. #leftbar {
  210. width: 100%;
  211. height: auto;
  212. bottom: 0px;
  213. margin: auto;
  214. position: fixed;
  215. }
  216.  
  217. .all {
  218. margin: auto;
  219. width: 703px;
  220. padding: 20px;
  221. background-color: #101010;
  222. }
  223.  
  224. .lefttitle {
  225. font-family: arial black;
  226. font-weight: 700;
  227. color: #fff;
  228. font-size: 24px;
  229. letter-spacing: -2px;
  230. text-align: center;
  231.  
  232. }
  233.  
  234. .llinks {
  235. display: block;
  236. width: 220px;
  237. margin: auto;
  238. height: auto;
  239. margin-top: 10px;
  240. columns:100px 2;
  241. -webkit-columns:102px 2;
  242. -moz-columns:100px 2;
  243. margin-bottom: 10px;
  244. }
  245.  
  246. .llinks a {
  247. border-left: 10px solid #aaa;
  248. padding-left: 10px;
  249. margin-bottom: 3px;
  250. display: block;
  251. font-family: 'cambria';
  252. font-size: 8px;
  253. font-style: italic;
  254. text-transform: uppercase;
  255. color: #ccc;
  256. letter-spacing: 1px;
  257. -webkit-transition: all 0.2s ease-in-out;
  258. -moz-transition: all 0.2s ease-in-out;
  259. -o-transition: all 0.2s ease-in-out;
  260. -ms-transition: all 0.2s ease-in-out;
  261. transition: all 0.2s ease-in-out;
  262. }
  263.  
  264. .llinks a:hover {
  265. background-color: #fff;
  266. color: #303030;
  267. border-left: 10px solid #fff;
  268. }
  269.  
  270. </style>
  271. <body>
  272. <content>
  273.  
  274. <div id="content">
  275.  
  276. <!--- START COPYING BOX CODE HERE ---->
  277. <div class="box">
  278. <div class="header" style="background-image:url('http://i66.tinypic.com/653jwg.jpg');">
  279. <div class="nametag" style="background-image:url('');">Jean Grey</div>
  280. <div class="icon" style="background-image:url('http://i66.tinypic.com/2eekmko.png');">
  281. </div>
  282. </div>
  283.  
  284. <div class="info">
  285. <div class="general">
  286. <div class="gen" style="border-left: 10px solid #a1394e;">FIRST TAB</div>
  287. <div class="gen" style="border-left: 10px solid #912f49;">SECOND TAB</div>
  288. <div class="gen" style="border-left: 10px solid #a3334f;">THIRD TAB</div>
  289. <div class="gen" style="border-left: 10px solid #b03755;">FOURTH TAB</div>
  290. <div class="gen" style="border-left: 10px solid #c43d5f;">FIFTH TAB</div>
  291. <div class="gen" style="border-left: 10px solid #de466c;">SIXTH TAB</div>
  292. </div>
  293. <div class="desc">
  294. Insistently* Bow ties are cool! Come on Amy, I'm a normal bloke, tell me what normal blokes do!
  295. I'm the Doctor, I'm worse than everyone's aunt. *catches himself* And that is not how I'm introducing myself. Sorry, checking all the water in this area; there's an escaped fish. Aw, you're all Mr. Grumpy Face today.
  296.  
  297. I hate yogurt. It's just stuff with bits in. Annihilate? No. No violence. I won't stand for it. Not now, not ever, do you understand me?! I'm the Doctor, the Oncoming Storm - and you basically meant beat them in a football match, didn't you?
  298.  
  299. Annihilate? No. No violence. I won't stand for it. Not now, not ever, do you understand me?! I'm the Doctor, the Oncoming Storm - and you basically meant beat them in a football match, didn't you?
  300. I am the last of my species, and I know how that weighs on the heart so don't lie to me! Did I mention we have comfy chairs? Heh-haa! Super squeaky bum time! Sorry, checking all the water in this area; there's an escaped fish.
  301.  
  302. You hit me with a cricket bat.
  303. No… It's a thing; it's like a plan, but with more greatness.
  304. No… It's a thing; it's like a plan, but with more greatness.DESCRIPTION HERE.
  305.  
  306. </div>
  307. </div>
  308. <div class="links">
  309. <a href="#">biography post</a>
  310. <a href="#">character tag</a>
  311. </div>
  312. </div>
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. </content>
  322. </div>
  323. </body>
  324. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement