mebuckner

cursedEnchantments - custom order - layout

Jul 14th, 2020 (edited)
1,724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.10 KB | None | 0 0
  1. <!--about me-->
  2.  
  3. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  4. <style type="text/css">
  5. @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@900&family=Work+Sans:wght@900&display=swap');
  6. @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
  7.  
  8. body {
  9. background-color:#232426;
  10. background-repeat:no-repeat;
  11. background-attachment:fixed;
  12. margin: 0;
  13. overflow:auto;
  14. background-image:url('https://i.imgur.com/AIb5wAY.png');
  15. background-size:cover;
  16. }
  17.  
  18. table, tr, td, li, p, div, .profileInfo td.text {
  19. font-size: 12px;
  20. color: #ffffff;
  21. font-family: Georgia;
  22. text-align: justify;
  23. }
  24.  
  25.  
  26. .container {    
  27. width: 1000px;
  28. height: 529px;
  29. position: absolute;
  30. left: 0;
  31. right: 0;
  32. top: 0;
  33. bottom: 0;
  34. overflow: hidden;
  35. margin: auto;
  36. color: #fff;
  37. font-family: 'Abel', sans-serif;
  38. background-image:url('https://i.imgur.com/OG6Agob.gif');
  39. background-repeat:no-repeat;
  40. background-color:#000;
  41. }
  42.  
  43. a.popupContentLinks:link, a.popupContentLinks:visited {
  44. background-color: #393b2a;
  45. color: white;
  46. padding: 22px 25px;
  47. text-align: center;
  48. text-decoration: none;
  49. display: inline-block;
  50. width: 303px;
  51. border-bottom: 10px solid #000;
  52. font-family: Georgia;
  53. font-size: 12px;
  54. text-transform: uppercase;
  55. }
  56.  
  57. a.popupContentLinks:hover, a.popupContentLinks:active {
  58. background-color: #898e8e;
  59. }
  60.  
  61. a.affiliateLinks:link, a.affiliateLinks:visited {
  62. background-color: #4e1314;
  63. color: white;
  64. padding: 12px 25px;
  65. text-align: center;
  66. text-decoration: none;
  67. display: inline-block;
  68. width: 530px;
  69. border-bottom: 3px solid #000;
  70. font-family: Georgia;
  71. font-size: 12px;
  72. text-transform: uppercase;
  73. }
  74.  
  75. a.affiliateLinks:hover, a.affiliateLinks:active {
  76. background-color: #898e8e;
  77. }
  78.  
  79. a:hover{
  80. text-decoration:none;
  81. }
  82.  
  83. .popupContentLinkContainer{
  84. width:375px;
  85. height:371px;
  86. background-color:#000;
  87. vertical-align:top;
  88. display:inline-block;
  89. padding-top: 22px;
  90. }
  91.  
  92. .bottomIconsContainer{
  93. width:1000px;
  94. height:179px;
  95.  
  96. }
  97.  
  98. .popupContentContainer{
  99. width:622px;
  100. height:371px;
  101. vertical-align:top;
  102. display:inline-block;
  103. }
  104.  
  105. .topLevelHolder{
  106. width:1000px;
  107. height:371px;
  108. }
  109.  
  110. #staffMembersPopup{
  111. display:none;
  112. }
  113.  
  114. #staffMembersPopup:target{
  115. display:block;
  116. width:578px;
  117. height:327px;
  118. padding: 22px;
  119. background:#000;
  120. }
  121.  
  122.  
  123. #theStorylinePopup{
  124. display:none;
  125. }
  126.  
  127. #theStorylinePopup:target{
  128. display:block;
  129. width:578px;
  130. height:327px;
  131. padding: 22px;
  132. background:#000;
  133. overflow:auto;
  134. }
  135.  
  136. #groupMembersPopup{
  137. display:none;
  138. }
  139.  
  140.  
  141. #groupMembersPopup:target{
  142. display:block;
  143. width:578px;
  144. height:327px;
  145. padding: 22px;
  146. background:#000;
  147. overflow:auto;
  148. }
  149.  
  150. #groupMembersPopup a:link, a:active, a:visited{
  151. padding:3px;
  152. }
  153.  
  154. #affiliatesPopup{
  155. display:none;
  156. }
  157.  
  158. #affiliatesPopup:target{
  159. display:block;
  160. width:578px;
  161. height:327px;
  162. padding: 22px;
  163. background:#000;
  164. overflow:auto;
  165. }
  166.  
  167.  
  168. #theNavigationPopup{
  169. display:none;
  170. }
  171.  
  172. #theNavigationPopup:target{
  173. display:block;
  174. width:578px;
  175. height:327px;
  176. padding: 22px;
  177. background:#000;
  178. }
  179.  
  180. h1{
  181. margin:0;
  182. color:#fff;
  183. font-family: 'Great Vibes', cursive;
  184. font-size:40px;
  185. width:100%;
  186. text-align:center;
  187. }
  188.  
  189. h2{
  190. margin: 0;
  191.     width: 100%;
  192.     background: #393b2a;
  193.     color: #fff;
  194.     padding-top: 10px;
  195.     padding-bottom: 10px;
  196.     margin-bottom: 8px;
  197.     text-align: center;
  198. }
  199.  
  200. ::-webkit-scrollbar-thumb:vertical {height:12px; background:#000; border-top:10px solid #393b2a; border-bottom:10px solid #393b2a;}
  201. ::-webkit-scrollbar-thumb:horizontal {background-color:#000;}
  202. ::-webkit-scrollbar {width:5px; height:7px;}
  203.  
  204.  
  205. .contacttable, .whitetext12, .nametext, .lightbluetext8, .orangetext15, .blacktext12, .btext, .redtext, .redbtext {display:none;height:0px;!important;visibility:hidden} td td td td {border:0px;width:0px;text-align:left;} table, td, tr {padding:0px;width:;background-color:transparent} table table table {padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td {height:0px;!important;border:0px;!important} a.text, table div font a, .navbar font, tr td font {visibility:hidden;display:none;height:0px;!important;} #footerWarpper{display: none;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible;} table td table tr td.text table{visibility:hidden;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;} table.footer {display: none;} div table a.navbar img {display:none;} div table.navigationBar {margin-bottom:-30px;} .profileInfo {display:none;} .profileInfo td {text-align:left;} .profileInfo a img {position:relative; margin-bottom:-1px; margin-bottom:-2px; width:125px; margin-right:-6px; margin-top:4px; _margin-top:3px; display:block;} .profileInfo td td, .nametext, .msOnlineNow img {display:none;} .profileInfo td td.text {display:table-cell; _display:inline;} .profileInfo .text {font-size:7px; line-height:8px; text-transform:uppercase; font-family:small fonts;} .msOnlineNow {font-family:small fonts; letter-spacing:0px; font-size:7px; line-height:8px; padding:2px; padding-left:0px; text-transform:uppercase; font-weight:normal; display:none; text-decoration:blink; letter-spacing:2px;} .userAlbums {display:none;} div td {display:none;} </span>
  206. </style>
  207.  
  208.  
  209.  
  210. <!-- like to meet -->
  211. <html>
  212. <body>
  213. <div class="container">
  214. <div class="topLevelHolder">
  215. <div class="popupContentContainer">
  216.  
  217. <div id="theStorylinePopup">
  218. <h1>Welcome to CE</h1>
  219. <img src="https://i.imgur.com/eXYuOhW.png">
  220. <p>Established in 2014; Cursed Enchantments was a highly active and successful group, constantly gaining new membership. As the series came to an end the interest in the verse began to dwindle, much like many verses. However; April 14th, 2020, Belle decided to revive the group, in the hopes of bringing Magic back during the chaos happening in the world.
  221. </p>
  222. <p>
  223. A week into the revival of Cursed Enchantments there had still been no auditions. Still, remaining hopeful that in due time things would change magic suddenly struck. Seemingly overnight several auditions had sprung to life and CE was born anew.
  224. </p>
  225. <p>
  226. We're now beginning to blossom, as we once did before. Cursed Enchantments is a multi-novella, CANON, based RPG. We pride ourselves on members who ACTUALLY WRITE. If you have faith, trust, and pixie dust and aren't afraid to take flight on a magic carpet, embarking into the UNKNOWN, the come and join us!
  227. </p>
  228. </div>
  229.  
  230. <div id="theNavigationPopup">
  231. <h1>Find your way</h1>
  232. <center>
  233. <a href="https://www.roleplayer.me/home.php"><img src="https://i.imgur.com/4sDDd11.png" style=" margin-top: 10px;"></a> <a href="https://www.roleplayer.me/add_comment.php?member_id=1609102"><img src="https://i.imgur.com/dpvK6A9.png" style="margin-left:10px;"></a> <a href="https://www.roleplayer.me/send_message.php?member_id=1609102"><img src="https://i.imgur.com/FFQ05Iw.png" style="margin-left:10px;"></a>
  234. <br>
  235. <a href="https://www.roleplayer.me/view_blog.php?id=0000471624"><img src="https://i.imgur.com/Ami9uzz.png" style=" margin-top: 10px;"></a> <a href="https://www.roleplayer.me/view_blog.php?id=0000471472"><img src="https://i.imgur.com/JDhzTiV.png" style="margin-left:10px;"></a> <a href="https://www.roleplayer.me/1631904"><img src="https://i.imgur.com/QFjQX3x.png" style="margin-left:10px;"></a>
  236. </div>
  237.  
  238.  
  239. <div id="staffMembersPopup">
  240. <h1>Meet the Staff</h1>
  241. <img src="https://i.imgur.com/hoqHnK6.png" height="129px" align="left">
  242. <div style="height: 129px; width: 374px; background: #000; overflow: auto; display: inline-block;">
  243. <h2>BELLERINA</h2>
  244. Hello & thank you for taking interest in Cursed Enchantments. I first started up this group about six years ago, for about 3-4 years. I've come across so many talented writers. Some in which I still remain in contact with. A lot of groups mention that they're like family and we're no different. I cherish those I've come across and am always eager to meet new people, too. I do a lot of editing for group members and work hard on planning different events and keeping stories interesting. Just like the real world people come and people go. I want to make sure that no matter what happens these stories are adaptable for new faces, departing ones, and those taking over a role in which was previously filled. I like to think that I'm very approachable and overall laid back enough to talk to about anything. If you have any questions, please don't hesitate to ask. I've been writing since the AOL/Myspace days. I've been in various groups and ran a handful of them too.
  245. </div>
  246. <br>
  247. <div style="height: 129px; width: 374px; background: #000; overflow: auto; display: inline-block; margin-top:7px;">
  248. <h2>CAPTAIN FLOOR</h2>
  249.  
  250. </div>
  251. <img src="https://i.imgur.com/M5p0odA.png" height="129px" align="right" style="margin-top:7px;">
  252.  
  253. </div>
  254.  
  255. <div id="groupMembersPopup">
  256. <h1>Storybrooke Residents</h1>
  257. <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <br><br>
  258.  
  259. <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <br><br>
  260.  
  261. <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <a href=""><img src="https://i.imgur.com/lPJOi2G.png"> <br><br>
  262. </div>
  263.  
  264. <div id="affiliatesPopup">
  265. <h1>Our Dear Friends</h1>
  266. <a href="/" class="affiliateLinks">Affiliate</a>
  267. <a href="/" class="affiliateLinks">Affiliate</a>
  268. <a href="/" class="affiliateLinks">Affiliate</a>
  269. <a href="/" class="affiliateLinks">Affiliate</a>
  270. <a href="/" class="affiliateLinks">Affiliate</a>
  271. <a href="/" class="affiliateLinks">Affiliate</a>
  272. <a href="/" class="affiliateLinks">Affiliate</a>
  273. <a href="/" class="affiliateLinks">Affiliate</a>
  274. <a href="/" class="affiliateLinks">Affiliate</a>
  275. <a href="/" class="affiliateLinks">Affiliate</a>
  276. </div>
  277.  
  278. </div>
  279. <div class="popupContentLinkContainer">
  280. <a href="#theStorylinePopup" class="popupContentLinks">Welcome to CE</a><br>
  281. <a href="#theNavigationPopup" class="popupContentLinks">Navigation</a><br>
  282. <a href="#staffMembersPopup" class="popupContentLinks">Staff Members</a><br>
  283. <a href="#groupMembersPopup" class="popupContentLinks">Group Members</a><br>
  284. <a href="#affiliatesPopup" class="popupContentLinks">Affiliates</a>
  285. </div>
  286.  
  287. </div>
  288. <div class="bottomIconsContainer" margin-bottom:10px;>
  289. <img src="https://i.imgur.com/lcBmMuL.png">
  290. </div>
  291. </div>
  292. </body>
  293. </html>
Add Comment
Please, Sign In to add comment