Advertisement
Deanmon

GroupCode

Apr 12th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.60 KB | None | 0 0
  1. CSS::
  2.  
  3. #profile-container {background:none;}
  4.  
  5. body{
  6. background-size: cover;
  7. background-position: center top;
  8. position: fixed;
  9. background-repeat: no-repeat;
  10. background: url(http://i.picpar.com/n7Ib.jpg);
  11. overflow: fixed;
  12. width: 1300px
  13. border: transparent;
  14. }
  15.  
  16. ::-webkit-scrollbar {
  17. width: 12px;
  18. }
  19.  
  20. ::-webkit-scrollbar-track {
  21. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  22. border-radius: 10px;
  23. }
  24.  
  25. ::-webkit-scrollbar-thumb {
  26. border-radius: 10px;
  27. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  28. }
  29.  
  30.  
  31. .siggie{
  32. height: 80px;
  33. width: 500px;
  34. font-family: Coolvetica Rg;
  35. font-size: 20pt;
  36. color: #90EE90;
  37. position: absolute;
  38. top: 425px;
  39. left: -250px;
  40. -webkit-text-stroke: 2px #000000;
  41. -webkit-text-fill-color: #800000
  42. font-weight: 200;
  43. text-shadow: 2px -2px 4px #000;
  44. }
  45.  
  46. h1 {
  47. -webkit-text-stroke: 1px black;
  48. color: #CD0000;
  49. font-size: 30pt;
  50. font-family: Tahoma;
  51. text-shadow:
  52. 3px 3px 0 #000,
  53. -1px -1px 0 #000,
  54. 1px -1px 0 #000,
  55. -1px 1px 0 #000,
  56. 1px 1px 0 #000;
  57. }
  58.  
  59. .amibox{
  60. height: 40px;
  61. width: 30px;
  62. border: 5px solid #007d8d;
  63. border-radius: 10%;
  64. background: #000;
  65. padding-left: 5px;
  66. padding-right: 5px;
  67. position: fixed;
  68. top: 10px;
  69. left: 10px;
  70. color: transparent;
  71. overflow: hidden;
  72. transition: all 1s ease-in-out;
  73. -webkit-transition: all 1s ease-in-out;
  74. -moz-transition: all 1s ease-in-out;
  75. -o-transition: all 1s ease-in-out;
  76. transform: rotate(-5deg);
  77. }
  78.  
  79. .amibox:hover{
  80. height: 600px;
  81. width: 300px;
  82. transform: rotate(0deg);
  83. z-index: 1;
  84. }
  85.  
  86. .amibox01{
  87. height: 40px;
  88. width: 30px;
  89. border: 5px solid #007d8d;
  90. border-radius: 10%;
  91. background: #000;
  92. padding-left: 5px;
  93. padding-right: 5px;
  94. position: fixed;
  95. top: 100px;
  96. left: 10px;
  97. color: transparent;
  98. overflow: hidden;
  99. transition: all 1s ease-in-out;
  100. -webkit-transition: all 1s ease-in-out;
  101. -moz-transition: all 1s ease-in-out;
  102. -o-transition: all 1s ease-in-out;
  103. transform: rotate(5deg);
  104. }
  105.  
  106. .amibox01:hover{
  107. height: 600px;
  108. width: 300px;
  109. transform: rotate(0deg);
  110. top: 30px;
  111. position: fixed;
  112. z-index: 1;
  113. }
  114.  
  115. .innerbox{
  116. height: 500px;
  117. width: 300px;
  118. position: relative;
  119. padding: 10px;
  120. margin-right: auto;
  121. margin-left: auto;
  122. margin-top: 10px;
  123. overflow: auto;
  124. }
  125.  
  126. .members{
  127. height: 70px;
  128. width: 70px;
  129. border: 2px solid #FFF;
  130. background-position: center top;
  131. background-size: cover;
  132. background-repeat: no-repeat;
  133. position: relative;
  134. display: box;
  135. margin-top: 5px;
  136. margin-right: auto;
  137. margin-left: auto;
  138. transition: all 1s linear;
  139. -webkit-transition: all 1s linear;
  140. -moz-transition: all 1s linear;
  141. -o-transition: all 1s linear;
  142. }
  143.  
  144. .members:hover{
  145. width: 200px;
  146. background-size: cover;
  147. background-position: center center;
  148. background-repeat: no-repeat;
  149. }
  150.  
  151. .divider, .divider02{
  152. height: 650px;
  153. width: 10px;
  154. border: 5px solid #007d8d;
  155. background: #000;
  156. position: absolute;
  157. color: transparent;
  158. top:-50px;
  159. left: 100px;
  160. }
  161.  
  162. .mainbox{
  163. height: 520px;
  164. width: 500px;
  165. border: 2px solid #007d8d;
  166. background: black;
  167. border-radius: 20px;
  168. padding: 10px;
  169. position: fixed;
  170. top: 30px;
  171. left: 410px;
  172. color: transparent;
  173. }
  174.  
  175. .mainbox:before {
  176. content: " ";
  177. position: absolute;
  178. z-index: -1;
  179. top: 5px;
  180. left: 5px;
  181. right: 5px;
  182. bottom: 5px;
  183. border: 2px solid #007d8d;
  184. border-radius: 15px;
  185. }
  186.  
  187. .logo{
  188. height: 200px;
  189. width: 300px;
  190. border: 1px solid #007d8d;
  191. border-radius: 5px;
  192. background: url(http://i.picpar.com/f7Ib.gif) no-repeat;
  193. background-position: center top;
  194. background-size: cover;
  195. position: relative;
  196. margin-right: auto;
  197. margin-left: auto;
  198. color: transparent;
  199. }
  200.  
  201. .content{
  202. height: 350px;
  203. width: 350px;
  204. font-family: Victoria Serif;
  205. color: #ffffff;
  206. font-size: 10pt;
  207. text-align: justify;
  208. position: relative;
  209. padding: 10px;
  210. overflow: auto;
  211. margin-right: auto;
  212. margin-left: auto;
  213. margin-top: 20px;
  214. }
  215.  
  216. .regulations{
  217. height: 400px;
  218. width: 10px;
  219. border: 2px solid #007d8d;
  220. border-left: transparent;
  221. background: #000000;
  222. padding: 10px;
  223. overflow: hidden;
  224. position: absolute;
  225. top: 50px;
  226. left: 928px;
  227. color: transparent;
  228. transition: all 1s ease-in-out;
  229. -webkit-transition: all 1s ease-in-out;
  230. -moz-transition: all 1s ease-in-out;
  231. -o-transition: all 1s ease-in-out;
  232. }
  233.  
  234. .regulations:hover{
  235. width: 300px;
  236. }
  237.  
  238. .contents002{
  239. height: 300px;
  240. width: 280px;
  241. padding: 10px;
  242. font-family: Arial;
  243. color: #FFF;
  244. overflow: auto;
  245. position: relative;
  246. margin-right: auto;
  247. margin-left: auto;
  248. margin-top: 10px;
  249. text-align: left;
  250. opacity: 0;
  251. transition: all 1s linear;
  252. -webkit-transition: all 1s linear;
  253. -moz-transition: all 1s linear;
  254. -o-transition: all 1s linear;
  255. }
  256.  
  257. .contents002:hover{
  258. opacity: 1;
  259. }
  260. body {
  261. cursor: url('http://i57.tinypic.com/mcss95_th.png'), default;
  262. }
  263.  
  264.  
  265. HTML::
  266.  
  267. <div class="amibox">.
  268. <div class="innerbox">
  269. <h1 style="text-align: center;"><span style="color: white; font-size: 20px;">Admins/Mods</span></h1>
  270. <div style="background-image: url('http://s3.favim.com/orig/150209/black-eyes-dean-demon-supernatural-Favim.com-2462343.jpg'); background-position: center 30%;" class="members">.<a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Deanmon" target="_blank"><strong>Deanmon</strong></a></div>
  271. <div style="background-image: url('http://i.picpar.com/kPJb.jpg'); background-position: center 20%;" class="members">.<a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Brody%20Winchester" target="_blank"><strong>Brody Winchester</strong></a></div>
  272. <div style="background-image: url('http://cs307711.vk.me/v307711147/d/4LZ-fwr_NXA.jpg');" class="members">.<strong><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Anna%20Milton" target="_blank">Anna Milton</a></strong></div>
  273. <div style="background-image: url('http://i.picpar.com/VWJb.jpg');" class="members">.<a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Meg.Masters" target="_blank"><strong>Meg Masters</strong></a></div>
  274. <div style="background-image: url('http://www.supernaturalwiki.com/images/1/15/Crowley_-_King_of_Hell.png'); background-position: center 40%;" class="members">.<a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Demon%20King%20of%20Hell" target="_blank"><strong>Crowley</strong></a></div>
  275. <div style="background-image: url('http://i.picpar.com/dvIb.jpg');" class="members">.<a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Naida%20Alcee" target="_blank"><strong>Naida Alcee</strong></a></div>
  276. <div style="background-image: url('http://vignette3.wikia.nocookie.net/vampirediaries/images/e/e5/Elijah_Mikaelson_3.jpg/revision/latest?cb=20140918004637');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Archangel%20Jophiel" target="_blank"><strong>Archangel Jophiel</strong></a></div>
  277. </div>
  278. </div>
  279. <div class="amibox01">.
  280. <div class="innerbox">
  281. <h1 style="text-align: center;"><span style="color: white; font-size: 20px;">Members</span></h1>
  282. <div style="background-image: url('http://i.picpar.com/YuIb.jpg'); background-position: center 30%;" class="members">.<a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Archangel.Michael" target="_blank"><strong>Michael</strong></a></div>
  283. <div style="background-image: url('http://i.picpar.com/evIb.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Hellhound!" target="_blank"><strong>Hellhound!</strong></a></div>
  284. <div style="background-image: url('http://i.picpar.com/gXJb.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Rizdaryon" target="_blank"><strong>Rizdaryon</strong></a></div>
  285. <div style="background-image: url('https://41.media.tumblr.com/316afb67b8e139651193965303e4cd73/tumblr_nbyen4k6gz1smxtbgo1_500.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/James%20Novak" target="_blank"><strong>Jimmy Novak</strong></a></div>
  286. <div style="background-image: url('https://s-media-cache-ak0.pinimg.com/736x/c8/ed/56/c8ed56bfe782eae04fb6c5b2731a6589.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Angels%20Grace" target="_blank"><strong>Castiel</strong></a></div>
  287. <div style="background-image: url('https:/s-media-cache-ak0.pinimg.com/236x/a5/4f/9c/a54f9cfa0d1db5e2041b63b06438ca6b.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Celeste%20-Charlie-%20Bradbury" target="_blank"><strong>Charlie Bradbury</strong></a></div>
  288. <div style="background-image: url('http://www.supernaturalwiki.com/images/thumb/e/e6/Bobbydt.jpg/350px-Bobbydt.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Bobby.Singer" target="_blank"><strong>Bobby Singer</strong></a></div>
  289. <div style="background-image: url('http://vignette3.wikia.nocookie.net/supernatural/images/f/f8/Ggabriel.png/revision/latest?cb=20140416213639g');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/G%20a%20b%20r%20i%20e%20l" target="_blank"><strong>Gabriel</strong></a></div>
  290. <div style="background-image: url('https://s-media-cache-ak0.pinimg.com/564x/f5/04/40/f504403718f037d2481d71edb267d272.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Dragos%20Balitiu" target="_blank"><strong>Dragos Balitiu</strong></a></div>
  291. <div style="background-image: url('http://40.media.tumblr.com/tumblr_lt2q9og0VR1r2dg96o1_500.png');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/ArchAngel%20of%20the%20Lord" target="_blank"><strong>Godstiel</strong></a></div>
  292. <div style="background-image: url('http://www.superherohype.com/assets/uploads/2014/03/CONST20000.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Zadkiel" target="_blank"><strong>Zadkiel</strong></a></div>
  293. <div style="background-image: url('http://vignette2.wikia.nocookie.net/vsbattles/images/a/a4/Supernatural-5x22-Swan-song-mark-pellegrino-16819200-1280-720.jpg/revision/latest?cb=20150607180309');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Luce%20-fer" target="_blank"><strong>Lucifer</strong></a></div>
  294. <div style="background-image: url('http://wallpapersdsc.net/wp-content/uploads/2016/01/Dita-Von-Teese-HD-Background.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Aislin%20OHara" target="_blank"><strong>Aislin O&rsquo;hara</strong></a></div>
  295. <div style="background-image: url('https://s-media-cache-ak0.pinimg.com/236x/83/d9/51/83d951aa648f88400c2fe906bd5fb6ed.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Dean.W" target="_blank"><strong>(2014)Dean</strong></a></div>
  296. <div style="background-image: url('http://i.imgur.com/Ls7Tqg6.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Valencia%20Versthaler" target="_blank"><strong>Val Versthaler</strong></a></div>
  297. <div style="background-image: url('http://cdn1.ouchpress.com/media/celebrities/476/alona-tal-348650.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/J.B.%20Harvelle" target="_blank"><strong>Jo Harvelle</strong></a></div>
  298. <div style="background-image: url('http://images5.fanpop.com/image/photos/31400000/Katie-Melua-Wallpaper-katie-melua-31446200-1680-1050.jpg');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Kate%20Summers" target="_blank"><strong>Kate Summers</strong></a></div>
  299. <div style="background-image: url('https://pbs.twimg.com/profile_images/1715962526/soulless_sam.png');" class="members"><a style="color: white; font-size: 10px;" href="http://profiles.rphaven.com/Sam.W" target="_blank"><strong>Sam Winchester</strong></a></div>
  300. </div>
  301. </div>
  302. <h1 style="text-align: center; transform: rotate(90deg); position: absolute; left: -100px; top: 260px;"><span style="color: white; font-size: 50px;">Supernatural Roster</span></h1>
  303. <div class="divider">.</div>
  304. <div class="mainbox">.
  305. <div class="logo">.</div>
  306. <div class="content"><span style="font-family: garamond; color: #ffffff; font-size: 11pt;">This group is based off of the CW Network show <span style="color: #ffffff;"><span style="color: #ffffff;">Supernatural</span>.</span>&nbsp;It is here that you are allotted the chance to expand the horizons of your imagination by entering into the renowned world of the supernatural. Whether from the heavens above or hell and or purgatory here you have the chance to create and portray any available character of your choice partaking in creating a world molded, in some small part, by your own image. <br /><br />Some come join us and be those who go bump in the night, or a part of those who are the ones who always bump back. Original Characters are welcome and canons highly encouraged. Challenge your imagination. Expand your creativity. Explore your imagination. It is all at the tips of your fingers.</span></div>
  307. </div>
  308. <div class="regulations">.
  309. <div class="contents002">
  310. <h1 style="font-size: 18pt; text-align: center;"><span style="font-family: 'garamond;">Rules &amp; Regulations;</span></h1>
  311. <br />
  312. <ul>
  313. <li>
  314. <p class="font_8">&nbsp;</p>
  315. <p style="text-align: center;" class="font_8"><span style="font-size: 10pt;"><span class="color_11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. No Blank/Smut/Sexually Oriented Profiles.</span></span></p>
  316. </li>
  317. <li>
  318. <p style="text-align: center;" class="font_8">&nbsp;</p>
  319. <ul style="text-align: center;" class="font_8">
  320. <li>
  321. <p class="font_8"><span style="font-size: 10pt;"><span class="color_11">2. Only room owners possess the right to comment on the profiles that enter the room.</span></span></p>
  322. </li>
  323. </ul>
  324. <p style="text-align: center;" class="font_8"><span style="font-size: 10pt;"><span class="color_11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3. Artefacts of power, and or divine, in nature must be approved by admins before being made available for characters to possess, especially items that affect more than one's own character.</span></span></p>
  325. </li>
  326. <li>
  327. <p style="text-align: center;" class="font_8">&nbsp;</p>
  328. </li>
  329. <li>
  330. <p style="text-align: center;" class="font_8">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4. In the case that any dispute should arise that need administrative attention a screenshot it required for substantial proof of conflict.</p>
  331. </li>
  332. <li>
  333. <p style="text-align: center;" class="font_8">&nbsp;</p>
  334. <p style="text-align: center;" class="font_8"><span style="font-size: 10pt;"><span class="color_11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5. Admins have final say in decision making and diffusing conflicts, do not argue with them.</span></span></p>
  335. </li>
  336. <li>
  337. <p style="text-align: center;" class="font_8">&nbsp;</p>
  338. <p style="text-align: center;" class="font_8"><span style="font-size: 10pt;"><span class="color_11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;6.&nbsp;No Godmoding</span></span></p>
  339. </li>
  340. <li>
  341. <p style="text-align: center;" class="font_8">&nbsp;</p>
  342. <p style="text-align: center;" class="font_8"><span style="font-size: 10pt;"><span class="color_11">&nbsp; &nbsp; &nbsp; &nbsp; 7.&nbsp;We have zero&nbsp;tolerance of unnecessary drama. Admins will be swift to handle drama whenever it shows and deal with it accordingly.</span></span></p>
  343. </li>
  344. <li>
  345. <p style="text-align: center;" class="font_8">&nbsp;</p>
  346. <p style="text-align: center;" class="font_8"><span style="font-size: 10pt;"><span class="color_11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;8. Respect Administrative staff. Anything other than that will be dealt according to the severity of the disrepective nature.</span></span></p>
  347. </li>
  348. <li>
  349. <p style="text-align: center;" class="font_8">&nbsp;</p>
  350. <p style="text-align: center;" class="font_8"><span style="font-size: 10pt;"><span class="color_11">&nbsp; &nbsp; &nbsp; &nbsp;9. Three strike policy regarding drama and troublemaking. After three warnings&nbsp;a perma ban is executed.</span></span></p>
  351. </li>
  352. <li>
  353. <p style="text-align: center;" class="font_8">&nbsp;</p>
  354. <ul class="font_8">
  355. <li>
  356. <p style="text-align: center;" class="font_8"><span style="font-size: 10pt;"><span class="color_11">10. Please have a character based around the lore ot the show, if you are unsure of powers/weaknesses and things, please ask a mod, or see the website&nbsp;<span style="color: #ffffff;"><a href="http://supernatural.wikia.com/wiki/Supernatural_Wiki" target="_blank"><span style="color: #ffffff;">here.</span></a></span></span></span></p>
  357. </li>
  358. </ul>
  359. </li>
  360. </ul>
  361. </div>
  362. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement