Advertisement
dylanohelps

IV - The Family Tree

Apr 3rd, 2014
9,598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!---------------
  4.  
  5.  
  6.  
  7.  
  8. IV - FAMILY TREE by DOMINICWRITES
  9. Rules and Regulations:
  10. #1: Please DO NOT commit thievery and steal this theme/page. I've worked hard on in so I'd appreciate if you didn't.
  11.  
  12. #2: DO NOT redistribute this theme/page,
  13.  
  14. #3: You can customize to your liking, just make sure that your theme/page is readable and credible for your viewers.
  15.  
  16.  
  17.  
  18. ---------------->
  19.  
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  21. <head>
  22. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  23.  
  24. <title>{Title}</title>
  25.  
  26. <meta charset="utf-8">
  27.  
  28. <meta name="description" content="{MetaDescription}" />
  29.  
  30. <link rel="shortcut icon" href="{Favicon}" />
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Raleway:400,700,800,900,500' rel='stylesheet' type='text/css'>
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  40.  
  41. <script src="http://use.edgefonts.net/londrina-sketch.js"></script>
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  43.  
  44. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300' rel='stylesheet' type='text/css'>
  47.  
  48.  
  49.  
  50. </head>
  51. <style type="text/css">
  52. body {
  53. margin: 0px;
  54. list-style: none;
  55. background-color: #000000;
  56. font-family: 'Roboto', sans-serif;
  57. font-weight: 300;
  58. font-size: 10px;
  59. color: #877b76;
  60. background-image:url('http://static.tumblr.com/kamm2qy/t84n3g3m2/wild_oliva.png');
  61. background-attachment: fixed;
  62.  
  63. }
  64.  
  65. a {
  66. text-decoration: none;
  67. color: #0195ab;
  68. }
  69.  
  70. b,i,strong,em {
  71. color: #cbd165;
  72. }
  73.  
  74. ::-webkit-scrollbar-thumb:vertical {
  75. background-color: #877b76;
  76. height: 10px;
  77. }
  78. ::-webkit-scrollbar-thumb:horizontal {
  79. background-color: #877b75;
  80. height: 7px!important;
  81. }
  82. ::-webkit-scrollbar {
  83. background-color: #FFF;
  84. height: 2px;
  85. width: 2px;
  86. }
  87.  
  88. content {
  89. width: 100%;
  90. height: 100%;
  91. overflow: auto;
  92.  
  93. }
  94.  
  95. #content {
  96. margin: auto;
  97. width: 703px;
  98. height: 100%;
  99. padding: 20px;
  100. background-color: #101010;
  101. margin-bottom: 170px;
  102. }
  103.  
  104. .box {
  105. width: 300px;
  106. height: 390px;
  107. background-color: #FFFFFF;
  108. padding: 15px;
  109. margin: 10px;
  110. display: inline-block;
  111. }
  112.  
  113. .box .header {
  114. width: 330px;
  115. height: 120px;
  116. background-color: #202020;
  117. margin-left: -15px;
  118. margin-top: -15px;
  119. margin-bottom: 50px;
  120.  
  121. }
  122.  
  123. .box .icon {
  124. width: 48px;
  125. height: 48px;
  126. border-radius: 48px;
  127. border: 5px solid #101010;
  128. margin-left: 24px;
  129. position: absolute;
  130. margin-top: 104px;
  131. }
  132.  
  133. .nametag {
  134. width: 233px;
  135. padding: 7px;
  136. background-color: #101010;
  137. padding-left: 90px;
  138. color: #eee;
  139. text-align: left;
  140. position: absolute;
  141. margin-top: 120px;
  142. font-family: 'cambria';
  143. font-size: 12px;
  144. font-style: italic;
  145. text-transform: lowercase;
  146. letter-spacing: 1px;
  147. }
  148.  
  149. .info {
  150. width: 300px;
  151. height: auto;
  152. }
  153.  
  154. .general {
  155. font-family: 'cambria';
  156. font-size: 8px;
  157. font-style: italic;
  158. text-transform: uppercase;
  159. color: #202020;
  160. columns:100px 2;
  161. -webkit-columns:102px 2;
  162. -moz-columns:100px 2;
  163. margin-bottom: 10px;
  164. }
  165.  
  166. .gen {
  167. border-left: 10px solid #202020;
  168. padding-left: 10px;
  169. margin-bottom: 3px;
  170. display: block;
  171. }
  172.  
  173. .desc {
  174. width: 100%;
  175. display: block;
  176. height: 150px;
  177. overflow: auto;
  178. font-family: cambria;
  179. font-size: 10px;
  180. color: #303030;
  181. margin-bottom: 10px;
  182. }
  183.  
  184. .desc:first-letter {
  185. float: left;
  186. font-family: 'cambria';
  187. font-size: 24px;
  188. margin-right: 5px;
  189. border: 3px double #eee;
  190. padding: 0px 10px 1px 10px;
  191. font-style: italic;
  192. background-color: #505050;
  193. color: #eee;
  194. }
  195.  
  196. .links {
  197. display: block;
  198. height: auto;
  199. }
  200.  
  201. .links a {
  202. display: inline-block;
  203. padding: 5px;
  204. width: 138px;
  205. background-color: #202020;
  206. text-align: center;
  207. font-family: 'cambria';
  208. font-size: 10px;
  209. font-style: italic;
  210. color: #eee;
  211. letter-spacing: 1px;
  212. -webkit-transition: all 0.2s ease-in-out;
  213. -moz-transition: all 0.2s ease-in-out;
  214. -o-transition: all 0.2s ease-in-out;
  215. -ms-transition: all 0.2s ease-in-out;
  216. transition: all 0.2s ease-in-out;
  217. }
  218.  
  219. .links a:hover {
  220. color: #202020;
  221. background-color: #fff;
  222. }
  223.  
  224.  
  225. #leftbar {
  226. width: 100%;
  227. height: auto;
  228. bottom: 0px;
  229. margin: auto;
  230. position: fixed;
  231. }
  232.  
  233. .all {
  234. margin: auto;
  235. width: 703px;
  236. padding: 20px;
  237. background-color: #101010;
  238. }
  239.  
  240. .lefttitle {
  241. font-family: arial black;
  242. font-weight: 700;
  243. color: #fff;
  244. font-size: 24px;
  245. letter-spacing: -2px;
  246. text-align: center;
  247.  
  248. }
  249.  
  250. .llinks {
  251. display: block;
  252. width: 220px;
  253. margin: auto;
  254. height: auto;
  255. margin-top: 10px;
  256. columns:100px 2;
  257. -webkit-columns:102px 2;
  258. -moz-columns:100px 2;
  259. margin-bottom: 10px;
  260. }
  261.  
  262. .llinks a {
  263. border-left: 10px solid #aaa;
  264. padding-left: 10px;
  265. margin-bottom: 3px;
  266. display: block;
  267. font-family: 'cambria';
  268. font-size: 8px;
  269. font-style: italic;
  270. text-transform: uppercase;
  271. color: #ccc;
  272. letter-spacing: 1px;
  273. -webkit-transition: all 0.2s ease-in-out;
  274. -moz-transition: all 0.2s ease-in-out;
  275. -o-transition: all 0.2s ease-in-out;
  276. -ms-transition: all 0.2s ease-in-out;
  277. transition: all 0.2s ease-in-out;
  278. }
  279.  
  280. .llinks a:hover {
  281. background-color: #fff;
  282. color: #303030;
  283. border-left: 10px solid #fff;
  284. }
  285.  
  286. </style>
  287. <body>
  288. <content>
  289.  
  290. <div id="content">
  291.  
  292. <!--- START COPYING BOX CODE HERE ---->
  293. <div class="box">
  294. <div class="header" style="background-image:url('HEADER URL HERE');">
  295. <div class="nametag">CHARACTER NAME</div>
  296. <div class="icon" style="background-image:url('ICON URL HERE');">
  297. </div>
  298. </div>
  299.  
  300. <div class="info">
  301. <div class="general">
  302. <div class="gen" >FIRST TAB</div>
  303. <div class="gen" style="border-left: 10px solid #303030;">SECOND TAB</div>
  304. <div class="gen" style="border-left: 10px solid #404040;">THIRD TAB</div>
  305. <div class="gen" style="border-left: 10px solid #505050;">FOURTH TAB</div>
  306. <div class="gen" style="border-left: 10px solid #606060;">FIFTH TAB</div>
  307. <div class="gen" style="border-left: 10px solid #707070;">SIXTH TAB</div>
  308. </div>
  309. <div class="desc">
  310. DESCRIPTION HERE.
  311.  
  312. </div>
  313. </div>
  314. <div class="links">
  315. <a href="#">biography post</a>
  316. <a href="#">character tag</a>
  317. </div>
  318. </div>
  319. <!------ END COPYING BOX CODE HERE ------->
  320.  
  321. <!-- Then, paste is on the space here ---->
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336. <!-- POST ALL BOXES ABOVE THIS LINE -->
  337. </div>
  338.  
  339.  
  340. <div id="leftbar">
  341. <div class="all">
  342. <div class="lefttitle">characters.</div>
  343. <div class="llinks">
  344. <a href="#">Link 1</a>
  345. <a href="#">Link 2</a>
  346. <a href="#">Link 3</a>
  347. <a href="#">Link 4</a>
  348. <a href="#">Link 5</a>
  349. <a href="#">Link 6</a>
  350. <a href="#">Link 7</a>
  351. <a href="http://dominicwrites.tumblr.com">copyright</a>
  352. </div>
  353.  
  354. </div>
  355. </div>
  356.  
  357.  
  358. </content>
  359. </div>
  360. </body>
  361. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement