Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.13 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. ::-webkit-scrollbar {
  4. width:11px;
  5. height:7px;}
  6.  
  7. ::-webkit-scrollbar-track-piece {
  8. background-color:#111; }
  9.  
  10. ::-webkit-scrollbar-thumb {
  11. background-color:#767B91;
  12. border:2px solid #111;
  13. border-right:4px solid #111;
  14. border-radius:5px; }
  15.  
  16.  
  17. body{
  18. background:#4b504c;
  19. background-image:url('');
  20. background-attachment:fixed;
  21. background-repeat:repeat;
  22. padding:0;
  23. margin:0;}
  24.  
  25. body a{
  26. text-decoration:none;}
  27.  
  28. #content{
  29. position:fixed;
  30. top:17%;
  31. left:50%;
  32. margin-left:-425px;
  33. width:850px;
  34. height:auto;
  35. padding:10px;
  36. opacity:.9; }
  37.  
  38. #content li{
  39. list-style-type:square;
  40. margin:2px;}
  41.  
  42.  
  43. #content a{
  44. color:#dba0ac;
  45. -webkit-transition: all 0.5s ease-in-out;
  46. -moz-transition: all 0.5s ease-in-out;
  47. -ms-transition: all 0.5s ease-in-out;
  48. -o-transition: all 0.5s ease-in-out;
  49. }
  50.  
  51. #content a:hover{
  52. color:#e28178;
  53. -webkit-transition: all 0.5s ease-in-out;
  54. -moz-transition: all 0.5s ease-in-out;
  55. -ms-transition: all 0.5s ease-in-out;
  56. -o-transition: all 0.5s ease-in-out;
  57. }
  58.  
  59. #content i{
  60. font-size:11px;
  61. color:#DA2A05;
  62. }
  63.  
  64. #content b{
  65. font-size:11px;
  66. color:#000;
  67. }
  68.  
  69. #sideimg img{
  70. float:right;
  71. margin-top:-30px;
  72. width:300px;
  73. height:auto;
  74. padding:10px;
  75. background:#121212;
  76. background-image:url('');
  77. border-radius:7px;
  78. }
  79.  
  80.  
  81. #title{
  82. float:right;
  83. text-align:right;
  84. margin-top:-44px;
  85. margin-right:170px;
  86. width:350px;
  87. color:#fff;
  88. line-height:100%;
  89. text-transform:uppercase;
  90. font-size:52px;
  91. letter-spacing:4px;
  92. font-family: 'Oswald', sans-serif;
  93. text-shadow:0px 0px 3px #444;
  94. }
  95.  
  96.  
  97. #title:first-letter{
  98. font-weight:700;
  99. color:#fff;
  100. text-shadow:0px 0px 3px #444;
  101. letter-spacing:5px;
  102. font-size:55px;
  103. }
  104.  
  105.  
  106. #intro{
  107. margin-top:65px;
  108. margin-left:130px;
  109. padding:8px;
  110. text-align:;
  111. font-family:arial narrow;
  112. font-weight:bold;
  113. font-size:12px;
  114. letter-spacing:-1px;
  115. text-transform: uppercase;
  116. line-height:100%;
  117. background-color:#121212;
  118. color:#fff;
  119. background-image:url('');
  120. width:414px;
  121. height:auto;
  122. }
  123.  
  124.  
  125. #info{
  126. margin-top:20px;
  127. margin-left:137px;
  128. margin-left:;
  129. width:395px;
  130. height:300px;
  131. padding:10px;
  132. font-family:arial narrow;
  133. font-weight:bold;
  134. font-size:12px;
  135. letter-spacing:1px;
  136. text-transform: uppercase;
  137. color:#eee;
  138. background:#121212;
  139. background-image:url('');
  140. font-size:10px;
  141. line-height:120%;
  142. overflow:hidden;
  143. border-radius:3px;
  144. }
  145.  
  146.  
  147. #box1{
  148. float:right;
  149. margin-top:29px;
  150. margin-right:19px;
  151. width:13px;
  152. height:13px;
  153. background:#2A324B;
  154. border-radius:3px;
  155. box-shadow:0px 0px 3px #333;
  156. }
  157.  
  158. #box2{
  159. float:right;
  160. margin-top:27px;
  161. margin-right:19px;
  162. width:15px;
  163. height:15px;
  164. background:#767B91;
  165. box-shadow:0px 0px 3px #333;
  166. border-radius:3px;
  167. }
  168.  
  169. #box3{
  170. float:right;
  171. margin-top:29px;
  172. margin-right:19px;
  173. width:13px;
  174. height:13px;
  175. background:#C7CCDB;
  176. box-shadow:0px 0px 3px #333;
  177. border-radius:3px;
  178. }
  179.  
  180. #box4{
  181. float:right;
  182. margin-top:27px;
  183. margin-right:19px;
  184. width:15px;
  185. height:15px;
  186. background:#E1E5EE;
  187. box-shadow:0px 0px 3px #333;
  188. border-radius:3px;
  189. }
  190.  
  191. #box5{
  192. float:right;
  193. margin-top:29px;
  194. margin-right:19px;
  195. width:13px;
  196. height:13px;
  197. background:#fff;
  198. opacity:.9;
  199. box-shadow:0px 0px 3px #333;
  200. border-radius:3px;
  201. }
  202.  
  203.  
  204. #pattern_horizontal{
  205. position:fixed;
  206. top:19%;
  207. left:0px;
  208. height:65px;
  209. width:100%;
  210. background-color:#121212;
  211. background-image:url('');
  212. opacity:;.9;
  213. z-index:-1;
  214. }
  215.  
  216. #pattern_vertical{
  217. position:fixed;
  218. top:0;
  219. left:20%;
  220. height:100%;
  221. width:50px;
  222. background-color:121212;
  223. background-image:url('');
  224. opacity:.9;
  225. z-index:-2;
  226. }
  227.  
  228.  
  229. #border1{
  230. position:fixed;
  231. top:0;
  232. left:0;
  233. width:100%;
  234. height:15px;
  235. background-color:121212;
  236. background-image:url('');
  237. opacity:.9;
  238. }
  239.  
  240. #border2{
  241. position:fixed;
  242. top:0;
  243. left:0;
  244. width:10px;
  245. height:100%;
  246. background-color:121212;
  247. background-image:url('');
  248. opacity:.9;
  249. }
  250.  
  251. #border3{
  252. position:fixed;
  253. bottom:0;
  254. left:0;
  255. width:100%;
  256. height:15px;
  257. background-color:121212;
  258. background-image:url('');
  259. opacity:.9;
  260. }
  261.  
  262. #border4{
  263. position:fixed;
  264. top:0;
  265. right:0;
  266. width:10px;
  267. height:100%;
  268. background-color:121212;
  269. background-image:url('');
  270. opacity:.9;
  271. }
  272.  
  273.  
  274. #links {
  275. position:absolute;
  276. margin-top:130px;
  277. margin-left:5px;
  278. width:100px;
  279. padding:8px;
  280. text-align:center;
  281. height:auto;
  282. background-color:121212;
  283. background-image:url('');
  284. border-radius:4px;
  285. }
  286.  
  287. #links .first{
  288. float:left;
  289. width: 90px;
  290. margin:4px 3px;
  291. padding:2px;
  292. text-transform:uppercase;
  293. font-size:9px;
  294. letter-spacing:1px;
  295. font-family: 'Noto Sans', sans-serif;
  296. color:#767B91;
  297. background:#333;
  298. border-radius:4px;
  299. box-shadow:0px 0px 3px #555;
  300. -webkit-transition: all 0.5s ease-in-out;
  301. -moz-transition: all 0.5s ease-in-out;
  302. -ms-transition: all 0.5s ease-in-out;
  303. -o-transition: all 0.5s ease-in-out;
  304. }
  305.  
  306. #links .first:hover{
  307. color:#000;
  308. background:#fff;
  309. border-radius:6px;
  310. box-shadow:0px 0px 5px #444;
  311. -webkit-transition: all 0.5s ease-in-out;
  312. -moz-transition: all 0.5s ease-in-out;
  313. -ms-transition: all 0.5s ease-in-out;
  314. -o-transition: all 0.5s ease-in-out;
  315. }
  316.  
  317. #links .second{
  318. float:left;
  319. width: 90px;
  320. margin:4px 3px;
  321. padding:2px;
  322. text-transform:uppercase;
  323. font-size:9px;
  324. letter-spacing:1px;
  325. font-family: 'Noto Sans', sans-serif;
  326. color:#767B91;
  327. background:#222;
  328. border-radius:4px;
  329. box-shadow:0px 0px 3px #333;
  330. -webkit-transition: all 0.5s ease-in-out;
  331. -moz-transition: all 0.5s ease-in-out;
  332. -ms-transition: all 0.5s ease-in-out;
  333. -o-transition: all 0.5s ease-in-out;
  334. }
  335.  
  336. #links .second:hover{
  337. color:#000;
  338. background:#fff;
  339. border-radius:6px;
  340. box-shadow:0px 0px 5px #444;
  341. -webkit-transition: all 0.5s ease-in-out;
  342. -moz-transition: all 0.5s ease-in-out;
  343. -ms-transition: all 0.5s ease-in-out;
  344. -o-transition: all 0.5s ease-in-out;
  345. }
  346.  
  347.  
  348.  
  349.  
  350. </style>
  351.  
  352.  
  353.  
  354.  
  355. <div id="border1"></div>
  356. <div id="border2"></div>
  357. <div id="border3"></div>
  358. <div id="border4"></div>
  359.  
  360.  
  361. <div id="pattern_horizontal"></div>
  362. <div id="pattern_vertical"></div>
  363.  
  364. <div id="content">
  365.  
  366.  
  367. <div id="sideimg">
  368. <img src="https://s-media-cache-ak0.pinimg.com/736x/d4/00/3b/d4003b6337591a8a90e12285e427ae3a.jpg" />
  369. </div>
  370.  
  371. <div id="box1"></div>
  372. <div id="box2"></div>
  373. <div id="box3"></div>
  374. <div id="box4"></div>
  375. <div id="box5"></div>
  376.  
  377.  
  378. <div id="title">☾Pawn<big>☽</big></div>
  379.  
  380. <div id="links">
  381.  
  382. <a href="#a" class="first">link 0</a>
  383. <a href="#b" class="first">link 0</a>
  384. <a href="#c" class="first">link 0</a>
  385. <a href="#d" class="second">link 0</a>
  386. <a href="#e" class="second">link 0</a>
  387. <a href="#f" class="second">link 0</a>
  388. <a href="#g" class="second">link 0</a>
  389. </div>
  390.  
  391. <div id="intro">
  392. <i style="color:#767B91;font-size:12px">Give me a castle, and I will make sure it never falls.</i>
  393. </div>
  394.  
  395.  
  396.  
  397. <div id="info">
  398.  
  399. <a name="a"></a>
  400. <div style="width: 100%; height:320px;overflow: auto;">
  401.  
  402.  
  403. <br>
  404. <i>First name</i>: Abas.<br>
  405. <i>Last name</i>: Pourchet<br>
  406. <i>Species</i>: Human<br>
  407. <i>Age</i>: 30 <br>
  408. <i>Height</i>: Seven foot exactly, a giant.<br>
  409. <i>Weight</i> 320, pure muscle.<br>
  410. <i>Hair color</i>: Black, although shaven.<br>
  411. <i>Eye color</i>: Solid green.<br>
  412. <I>Face</I>: <a target="_blank" href="http://i.picpar.com/7Bfc.jpg " target="_blank">Reference.</a> <br>
  413. <i>Skin tone</i>: Light skinned, rather pale.<br>
  414. <i>Physical structure</i>: Heavily muscular.<br>
  415. <i>Personality traits</i>: Tactical, chilvalrous, fierce.<br>
  416. <i>Profession</I>: Pawn of the Crimson faction
  417. <br>
  418. <br>
  419. <br>
  420. <br>
  421. [Work in progress, most definitely.]
  422.  
  423.  
  424.  
  425.  
  426.  
  427. </div>
  428.  
  429.  
  430.  
  431.  
  432. <a name="b"></a>
  433. <div style="width: 100%; height:320px;overflow: auto;">
  434.  
  435.  
  436.  
  437. Biography <br><br>
  438.  
  439. Abas was born into a half-noble family. His father was a knight and his mother was a peasant woman. When Abas's mother gave birth to her baby boy, the baby was a few inches larger than the average baby, this was the start of a giant growth. When Abas was 13 years of age, he was already six feet tall, taller than most grown men at this time period. When he hit 15 years of age he was six foot five, something was helping his growth along, no one knew what. When he hit 18 he was seven feet tall, and already a great warrior on the battlefield as most boys who went into the line of soldiering started at 13. His first battle was a small skirmish in the woods. His father and their troop were moving along to meet up with another unit of force. The night they set up camp they were brutally ambushed by a larger force, the boy's father's troops got slaughtered. The ones who were left alive were taken as prisoners, the boy had lost his father that night, to this day he does not remember what he looked like. It was weeks of travel later that the boy was sold to a slave collector who was interested in the boy's size. This slave collector, however, ran fighting rings. It was not long before Abas was made to fight, and fight he did. The experience of fights in the gladiatorial ring lasted from when he was 14 to when he was 17. Three years it took him to gain enough coin for himself to buy his freedom.
  440. <br><br>
  441. Once the now man was free, he decided revenge was worth it, and three nights hence from his freeing, he decimated the entire command structure of the slave collectors. It was a bloody night. He quickly found work again in his line of work, he was soon a soldier under a commander who excelled on the battlefield. It was at this time that Abas had found his weapon of choice through multiple years of fighting, it was a two handed axe. War is where he found his true calling, there on the front lines. Over the years, Abas had collected hundreds of kills for himself, as one would expect with his build in the time. When the giant of a man turned 21 he decided to take a break from war to study with an engineer he had made friends with over the years. It was this bond that he learned everything about a castle's defenses. He studied for five years with weapons training in the middle when he had free time. He had taken a large interest in the idea of how to defend a fortress with what resources were available. When the man was 26 it was his first time to oversee the defenses of a castle. He strategized decently and it wasn't until the very end of the siege that the enemies broke through, although they were later routed out by an allied force coming to help. Never again, Abas thought to himself. Every day afterward he dedicated every minute of his time, even while training to think of new ways of defending. A year later he was tested once more, this time the enemy couldn't seem to breach the inner wall with all they brought.
  442. <br><br>
  443. Some say it is because Abas lived so high in the clouds because of his height that he was so good at defending castles, he had an ariel prespective on most things. They probably weren't wrong.
  444.  
  445.  
  446. </div>
  447.  
  448.  
  449.  
  450. <a name="c"></a>
  451. <div style="width: 100%; height:320px;overflow: auto;">
  452.  
  453. <font color=#FF0000> <b>Equipment and gear.</b>
  454. <br><br>
  455. <b>Armor of the Giants. <br>
  456. -This armor is of full plate, making it quite good against all forms of attack.<br>
  457. -- This armor is the personal suit of full plate that Abas wears at all time, helmet optional! With this armor upon his body, Abas becomes an absolute monster on the battlefield. <br>
  458. --- This armor is so old that previous legends before wore it, all who were giant in nature. The blessing throughout the ages have been powered on and off, each time a wearer dons this armor, they gain two random abilities with it, as long as they prove their worth to the armor itself. When Abas put his armor on, he was granted two things that complimented his fighting style highly.<br><br>
  459.  
  460. Spell Negation: This was the very first ability the armor chose for its wearer. With it, any hostile magics that attempt to harm the user, either from the inside or outside seem to fizzle as soon as it reaches him. This allows him to traverse over the landscape without having to worry about being picked off from afar with spells. However, he is still mighty vulnerable via ranged attacks such as archery or siege weapons or even thrown weapons.<br><br>
  461.  
  462. Force Absorption: This was the second ability given by the armor to its wearer. Whenever a physical attack strikes the suit of armor, the damage will be done, however, the force of impact is absorbed through the armor and used as fuel that is directly pumped into the giant's muscles, giving him an overhaul of strength and speed for a limited time. Repeated strikes to the armor stack upon each other.<br><br>
  463.  
  464. The Axe of Giants: This is not an enchanted item, nor a special one. This is simply a two-handed axe that is larger than any normal two-handed axe, therefore anyone that isn't a giant and trying to wield it will handle it improperly. <br><br>
  465.  
  466. A giant dagger that is in a sheath at the small of his back. </font>
  467. </div>
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475. <a name="d"></a>
  476. <div style="width: 100%; height:320px;overflow: auto;">
  477.  
  478.  
  479.  
  480. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  481.  
  482. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
  483.  
  484. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
  485.  
  486. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
  487.  
  488. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
  489. </div>
  490.  
  491. <a name="e"></a>
  492. <div style="width: 100%; height:320px;overflow: auto;">
  493. Catapult
  494. </div>
  495.  
  496. <a name="f"></a>
  497. <div style="width: 100%; height:320px;overflow: auto;">
  498. Trebuchet
  499. </div>
  500.  
  501. <a name="g"></a>
  502. <div style="width: 100%; height:320px;overflow: auto;">
  503. Ballista
  504. </div>
  505.  
  506. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement