Advertisement
Demi-monde

Konnor

Jun 24th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.43 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Alegreya|Alex+Brush|Audiowide');
  2.  
  3. body {
  4. background-image: url("https://i.imgur.com/UMOwIWK.png");
  5. background-attachment: fixed;
  6. background-position: top;
  7. color: #004f39;
  8. background-color: #80A79C;
  9. font-family: "Alegreya";
  10. font-size: 16px;
  11. }
  12.  
  13. #credit {
  14. Position: fixed; bottom: 10px; left: 10px;
  15. font-family: "Audiowide";
  16. font-size: 14px;
  17. text-shadow: 2px 0 0 #4C9DCC, -2px 0 0 #4C9DCC, 0 2px 0 #4C9DCC, 0 -2px 0 #4C9DCC, 1px 1px #4C9DCC, -1px -1px 0 #4C9DCC, 1px -1px 0 #4C9DCC, -1px 1px 0 #4C9DCC;
  18. z-index: 99;
  19. }
  20.  
  21. #CenterPic{
  22. position: fixed; left: 0px; right: 0px; top: -275px; bottom: 0px; margin: auto;
  23. height: 255px;
  24. width: 255px;
  25. border-radius: 50%;
  26. z-index: 99;
  27. background-image: url('https://data.whicdn.com/images/69865100/original.gif');
  28. background-size:cover;
  29. background-repeat:no-repeat;
  30. background-position:center center;
  31. background-attachment:absolute;
  32. }
  33.  
  34. #CenterPicFrame{
  35. position: fixed; left: 0px; right: 0px; top: -275px; bottom: 0px; margin: auto;
  36. background-image: url("https://i.imgur.com/A0bOwgU.png");
  37. background-color: #004f39;
  38. background-position: center;
  39. background-attachment:fixed;
  40. background-size: 400 400;
  41. height: 285px;
  42. width: 285px;
  43. border-radius: 50%;
  44. z-index: 98;
  45. }
  46.  
  47. #LeftPic{
  48. position: fixed; left: -800px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  49. width: 255px;
  50. height: 550px;
  51. z-index: 5;
  52. background-image: url('https://media.giphy.com/media/MHGpNXUrj9jry/giphy.gif');
  53. background-size:cover;
  54. background-repeat:no-repeat;
  55. background-position:center center;
  56. background-attachment:absolute;}
  57.  
  58. #LeftPicFrame{
  59. position: fixed; left: -800px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  60. background-image: url("https://i.imgur.com/A0bOwgU.png");
  61. background-color: #004f39;
  62. background-position: center;
  63. background-attachment:fixed;
  64. background-size: 400 400;
  65. width: 285px;
  66. height: 580px;
  67. z-index: 4;
  68. }
  69.  
  70. #RightPic{
  71. position: fixed; left: 0px; right: -800px; top: 0px; bottom: 0px; margin: auto;
  72. width: 255px;
  73. height: 550px;
  74. z-index: 5;
  75. background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTQGQ5Zf2SOIWxIdrx5GdTQ6nutoFOrK9f1PJp0YtEX2RL1cFW0');
  76. background-size:cover;
  77. background-repeat:no-repeat;
  78. background-position:center center;
  79. background-attachment:absolute}
  80.  
  81. #RightPicFrame{
  82. position: fixed; left: 0px; right: -800px; top: 0px; bottom: 0px; margin: auto;
  83. background-image: url("https://i.imgur.com/A0bOwgU.png");
  84. background-color: #004f39;
  85. background-position: center;
  86. background-attachment:fixed;
  87. background-size: 400 400;
  88. width: 285px;
  89. height: 580px;
  90. z-index: 4;
  91. }
  92.  
  93. #LineOne{
  94. position: fixed; left: 0px; right: 0px; top: -275px; bottom: 0px; margin: auto;
  95. background-image: url("https://i.imgur.com/A0bOwgU.png");
  96. background-color: #004f39;
  97. background-position: center;
  98. background-attachment:fixed;
  99. background-size: 400 400;
  100. width: 100%;
  101. height: 50px;
  102. z-index: 1;
  103. }
  104.  
  105. #LineTwo{
  106. position: fixed; left: 0px; right: 0px; top: 0px; bottom: -120px; margin: auto;
  107. background-image: url("https://i.imgur.com/A0bOwgU.png");
  108. background-color: #004f39;
  109. background-position: center;
  110. background-attachment:fixed;
  111. background-size: 400 400;
  112. width: 100%;
  113. height: 50px;
  114. z-index: 1;
  115. }
  116.  
  117. #LineThree{
  118. position: fixed; left: 0px; right: 0px; top: 0px; bottom: -380px; margin: auto;
  119. background-image: url("https://i.imgur.com/A0bOwgU.png");
  120. background-color: #004f39;
  121. background-position: center;
  122. background-attachment:fixed;
  123. background-size: 400 400;
  124. width: 100%;
  125. height: 50px;
  126. z-index: 1;
  127. }
  128.  
  129. #Box{
  130. position: fixed; left: 0px; right: 0px; top: 0px; bottom: -220px; margin: auto;
  131. background-color: #C0D3CE;
  132. width: 400px;
  133. height: 225px;
  134. padding: 10px;
  135. padding-top: 20px;
  136. z-index: 3;
  137. }
  138.  
  139. #tab{
  140. position: fixed; left: 0px; right: 0px; top: 0px; bottom: -220px; margin: auto;
  141. background-color: #C0D3CE;
  142. width: 400px;
  143. height: 225px;
  144. padding: 10px;
  145. padding-top: 20px;
  146. z-index: 3;
  147. overflow: auto;
  148. visibility: hidden;
  149. }
  150.  
  151. #OOC #tab {
  152. visibility: visible;
  153. }
  154.  
  155. #Stats:target #tab, #Personality:target #tab, #Abilities:target #tab, #History:target #tab, #Associates:target #tab, #OOC:target #tab {
  156. visibility: visible;
  157. z-index: 90;
  158. }
  159.  
  160. #BoxFrame{
  161. position: fixed; left: 0px; right: 0px; top: 0px; bottom: -255px; margin: auto;
  162. background-image: url("https://i.imgur.com/A0bOwgU.png");
  163. background-color: #004f39;
  164. background-position: center;
  165. background-attachment:fixed;
  166. background-size: 400 400;
  167. width: 450px;
  168. height: 325px;
  169. z-index: 1;
  170. }
  171.  
  172. #Navigation{
  173. position: fixed; left: 0px; right: 0px; top: 0px; bottom: -530px; margin: auto;
  174. width: 440px;
  175. height: 20px;
  176. z-index: 5;
  177. }
  178.  
  179. .NaviTab{
  180. display: inline-block;
  181. background-color: #C0D3CE;
  182. width: 54px;
  183. height: 20px;
  184. z-index: 5;
  185. margin: 0 8 0 8;
  186. -webkit-transition: 0.5s linear;
  187. -moz-transition: 0.5s linear;
  188. -o-transition: 0.5s linear;
  189. transition: 0.5s linear;
  190. }
  191.  
  192. .NaviTab:hover {
  193. background-color: white;
  194. }
  195.  
  196. .friendpic {
  197. border: 5px solid #004f39;
  198. width: 100px;
  199. height: 100px;
  200. margin: 7px;
  201. border-radius: 50%;
  202. padding: 0;
  203. -webkit-transition: 0.5s linear;
  204. -moz-transition: 0.5s linear;
  205. -o-transition: 0.5s linear;
  206. transition: 0.5s linear;
  207. }
  208.  
  209. .friendpic:hover {
  210. border: 5px solid #0c8dbc;
  211. border-radius: 50%;
  212. }
  213.  
  214. a.credit:link {color:#f0f0f0; font-family: "Audiowide"; font-size: 16px; z-index: 99;}
  215. a.credit:visited {color:#f0f0f0;}
  216. a.credit:hover {color:#6f52be;}
  217. a.credit {text-decoration:none;}
  218.  
  219. a {color:#00281D; font-family: "Alex Brush"; font-size: 16px; text-decoration:none;
  220. -webkit-transition: 0.5s linear;
  221. -moz-transition: 0.5s linear;
  222. -o-transition: 0.5s linear;
  223. transition: 0.5s linear;}
  224. a:visited {color:#00281D;}
  225. a:hover {color:#0c8dbc;}
  226.  
  227. b {color:#00281D;}
  228.  
  229. h1 {
  230. overflow: hidden;
  231. text-align: center;
  232. font-size: 20px;
  233. padding: 0px;
  234. margin: 0px;
  235. }
  236.  
  237. h1:before,
  238. h1:after {
  239. border-top: 3px solid #004f39;
  240. border-bottom: 3px solid #004f39;
  241. content: "";
  242. display: inline-block;
  243. height: .25em;
  244. position: relative;
  245. vertical-align: middle;
  246. width: 50%;
  247. margin-bottom: .15em;
  248. }
  249.  
  250. h1:before {
  251. right: 0.5em;
  252. margin-left: -50%;
  253. }
  254.  
  255. h1:after {
  256. left: 0.5em;
  257. margin-right: -50%;
  258. }
  259.  
  260. ::-webkit-scrollbar {
  261. width: 0px;
  262. height: 1px;
  263. }
  264.  
  265. ::-webkit-scrollbar-track {
  266. border-radius: 0px;
  267. }
  268.  
  269. ::-webkit-scrollbar-thumb {
  270. background: transparent;
  271. }
  272. </style>
  273.  
  274. <img id="CenterPic"></div>
  275.  
  276. <img id="LeftPic"></div>
  277.  
  278. <img id="RightPic"></div>
  279.  
  280. <div id="CenterPicFrame"></div>
  281. <div id="LeftPicFrame"></div>
  282. <div id="RightPicFrame"></div>
  283. <div id="LineOne"></div>
  284. <div id="LineTwo"></div>
  285. <div id="LineThree"></div>
  286. <div id="BoxFrame"></div>
  287. <div id="Box"></div>
  288. <div id="Navigation">
  289. <a href="#Stats"><div class="NaviTab"></div></a>
  290. <a href="#Personality"><div class="NaviTab"></div></a>
  291. <a href="#Abilities"><div class="NaviTab"></div></a>
  292. <a href="#History"><div class="NaviTab"></div></a>
  293. <a href="#Associates"><div class="NaviTab"></div></a>
  294. <a href="#OOC"><div class="NaviTab"></div></a>
  295. </div>
  296.  
  297. <div id="Stats">
  298. <div id="tab">
  299. <h1>Stats</h1>
  300. <b>Name:</b><font style=float:right>Konnor</font><br>
  301. <b>Age:</b><font style=float:right>Appears 24</font><br>
  302. <b>Gender:</b><font style=float:right>Male</font><br>
  303. <b>Species:</b><font style=float:right>Familiar</font><br>
  304. <b>Rank:</b><font style=float:right>Rhaeli</font><br>
  305. <b>Hair:</b><font style=float:right>Dark Brown</font><br>
  306. <b>Eyes:</b><font style=float:right>Ice Blue</font><br>
  307. <b>Height:</b><font style=float:right>6'0</font><br>
  308. <b>Weight:</b><font style=float:right>185 pounds</font><br>
  309. <b>Orientation:</b><font style=float:right>Heterosexual</font><br>
  310. <b>Status:</b><font style=float:right>Undisclosed</font><br>
  311. <b>Residence:</b><font style=float:right>Nibiru</font><br>
  312. </div></div>
  313.  
  314. <div id="Personality">
  315. <div id="tab">
  316. <h1>Personality</h1>
  317. Konnor can be quite an idiot at times. He's forever cracking a joke or his comments are sarcastic. Full of energy, far more than the average person and always, always grinning.
  318. </div></div>
  319.  
  320. <div id="Abilities">
  321. <div id="tab">
  322. <h1>Abilities</h1>
  323. <b>Ability name:</b> Ability description.<br>
  324. <b>Ability name:</b> Ability description.<br>
  325. <b>Ability name:</b> Ability description.<br>
  326. <b>Ability name:</b> Ability description.<br>
  327. <b>Ability name:</b> Ability description.<br>
  328. <b>Ability name:</b> Ability description.<br>
  329. <b>Ability name:</b> Ability description.<br>
  330. <b>Ability name:</b> Ability description.<br>
  331. <b>Ability name:</b> Ability description.<br>
  332. <b>Ability name:</b> Ability description.
  333. </div></div>
  334.  
  335. <div id="History">
  336. <div id="tab">
  337. <h1>History</h1>
  338. Konnor was not born in the conventional sense. In fact, he was made, summoned, created for the sole purpose of shielding those The Order deemed necessary to protect. Given the task of watching over 'specials', be it human, Fae, lycans, witches or mages. Entrusted with a set of skills, and marked by a symbol, a chosen few are sent out on the mission to protect. And it is to the death.
  339. </p>
  340. <p>
  341. A grueling and intense training regime that lasts a period of four years, in which time Konnor is assigned his first witch. It wasn't without trial and error however, and the young familiar grew a strong attachment to the witchling. It wasn't to be however, and Konnor risked his life only for the witch to perish at the hands of those that sought to eradicate any form of unnatural beings.
  342. He returned to Nibiru, a place where the Elders reside and teach the young ones the ways in which they abide. There, the Order is etablished, governed by twelve individuals whose souls are as ancient as the Gods themselves.
  343. </p>
  344. <p>
  345. Over the decades, Konnor is assigned to others, though some are fleeting. Until he is sanctioned to protect one of the 'Few'. Not much is known about this grouping, though their power is immense. One can go through an entire existance without knowing they are of those Few. Konnor was entrusted to one, keeping his presence near untraceable until those abilities begane to take form.A tradegy took the sanity of the mage and it was that Konnor lay down his life, sacrificing his existence in order to save the one he was chosen to protect. It was the only way he knew how. He gifted the mage with his own shifting abilities, giving up everything to see his promise held true.Death does not stop a familiar's reign. The body is recovered, consecrated and reborn. From the very ashes in which scorching fire burns the flesh to cinders. A blank slate, save for the one burning purpose branded into each familiar's soul. Protect.
  346. </div></div>
  347.  
  348. <div id="Associates">
  349. <div id="tab">
  350. <h1>Associates</h1>
  351. <center>
  352. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  353. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  354. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  355. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  356. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  357. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  358. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  359. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  360. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="friendpic" title="DESCRIPTION OF FRIEND HERE"></a>
  361. </center>
  362. </div></div>
  363.  
  364. <div id="OOC">
  365. <div id="tab">
  366. <h1>Out of Character</h1>
  367. <b>01.</b> DM Friendly.<br>
  368. <b>02.</b> IC is not OOC. Know the difference.<br>
  369. <b>03.</b> Room RP Preferred.<br>
  370. <b>04.</b> Snowball writer. Shit post to multi para.<br>
  371. <b>05.</b> Story/Smut. Story is adored.<br>
  372. <b>06.</b> Don't be a cunt, I won't be a dick.<br>
  373. <b>07.</b> FC - Matt Lanter
  374. </div></div>
  375.  
  376. <div id="credit"><a class="credit" href="https://roleplay.chat/profile.php?user=Spaceman+Codes">Spaceman</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement