mebuckner

For Later

Oct 31st, 2020 (edited)
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.09 KB | None | 0 0
  1. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  2. <style type="text/css">
  3.  
  4. @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
  5.  
  6. body {
  7. background-color:#232426;
  8. background-repeat:no-repeat;
  9. background-attachment:fixed;
  10. margin: 0;
  11. overflow:auto;
  12. background-image:url('https://i.imgur.com/r7gNkYJ.jpg');
  13. background-size:cover;
  14. }
  15.  
  16. .topBar{
  17. width:100%;
  18. height:75px;
  19. position:fixed;
  20. top:0;
  21. left:0;
  22. background-color:#131313;
  23. text-align:center;
  24. z-index:99999;
  25. }
  26.  
  27. .dividerLine{
  28. width: 200px;
  29. height: 36px;
  30. border-bottom: solid #fff 2px;
  31. display: inline-block;
  32. vertical-align: top;
  33. margin-left: 20px;
  34. margin-right: 20px;
  35. }
  36.  
  37.  
  38.  
  39.  
  40. a.contentLinks:link, a.contentLinks:visited {
  41. background-color: #844114;
  42. color: white;
  43. padding: 14px 25px;
  44. text-align: center;
  45. text-decoration: none;
  46. display: inline-block;
  47. margin-top: 9px;
  48. font-family: 'Playfair Display', serif;
  49. font-weight:100;
  50. font-size: 12px;
  51. text-transform: uppercase;
  52. width: 78px;
  53. margin-left: 5px;
  54. margin-top: 15px;
  55. }
  56.  
  57. a.contentLinks:hover, a.contentLinks:active {
  58. background-color: #131313;
  59. }
  60.  
  61.  
  62. a.toDoList:link, a.toDoList:visited {
  63. background-color: #844114;
  64. color: white;
  65. padding: 14px 25px;
  66. text-align: center;
  67. text-decoration: none;
  68. display: inline-block;
  69. margin-top: 9px;
  70. font-family: 'Playfair Display', serif;
  71. font-weight: 100;
  72. font-size: 12px;
  73. text-transform: uppercase;
  74. width: 418px;
  75. margin-left: 5px;
  76. letter-spacing: 14px;
  77. }
  78.  
  79. a.toDoList:hover, a.toDoList:active {
  80. background-color: #131313;
  81. }
  82.  
  83.  
  84. a.affiliatesLinks:link, a.affiliatesLinks:visited {
  85. background-color: #131313;
  86. color: #844114;
  87. padding: 0px 22px;
  88. text-align: center;
  89. text-decoration: none;
  90. display: inline-block;
  91. margin-top: 9px;
  92. font-family: 'Playfair Display', serif;
  93. font-weight: 100;
  94. font-size: 12px;
  95. text-transform: uppercase;
  96. }
  97.  
  98. a.affiliatesLinks:hover, a.affiliatesLinks:active {
  99. color: #fff;
  100. }
  101.  
  102. #msToDo{
  103. display:none;
  104. }
  105.  
  106. #msToDo:target{
  107. display: block;
  108. position: fixed;
  109. width: 500px;
  110. height: 500px;
  111. padding: 20px;
  112. background-color: #131313;
  113. top: 0;
  114. left: 0;
  115. right: 0;
  116. bottom: 0;
  117. margin: auto;
  118. border: 10px solid #844114;
  119. font-family: Playfair Display;
  120. color: #fff;
  121. font-size: 13px;
  122. }
  123.  
  124.  
  125. #rsToDo{
  126. display:none;
  127. }
  128.  
  129. #rsToDo:target{
  130. display: block;
  131. position: fixed;
  132. width: 500px;
  133. height: 500px;
  134. padding: 20px;
  135. background-color: #131313;
  136. top: 0;
  137. left: 0;
  138. right: 0;
  139. bottom: 0;
  140. margin: auto;
  141. border: 10px solid #844114;
  142. font-family: Playfair Display;
  143. color: #fff;
  144. font-size: 13px;
  145. }
  146.  
  147.  
  148. table, tr, td, p, div, .profileInfo td.text {
  149.     font-size: 10px;
  150.     color: #717171;
  151.     font-family: 'Poppins', sans-serif;}
  152.  
  153. h1{
  154. margin: 0;
  155. font-family: 'Playfair Display', serif;
  156. font-size: 37px;
  157. text-transform: uppercase;
  158. color: #fff;
  159. font-weight: 100;
  160. margin-top: 10px;
  161. margin-left: 10px;
  162. letter-spacing: 18px;
  163. display:inline-block;
  164. vertical-align:top;
  165. }
  166.  
  167. h2{
  168. margin: 0;
  169. font-family: 'Playfair Display', serif;
  170. font-size: 22px;
  171. text-transform: uppercase;
  172. color: #844114;
  173. font-weight: 100;
  174. letter-spacing: 7px;
  175. display: inline-block;
  176. vertical-align: top;
  177. width: 349px;
  178. text-align: center;
  179. margin-top: 10px;
  180. }
  181.  
  182. h3{
  183. margin: 0;
  184. font-family: 'Playfair Display', serif;
  185. font-size: 14px;
  186. text-transform: uppercase;
  187. color: #844114;
  188. font-weight: 100;
  189. letter-spacing: 7px;
  190. display: inline-block;
  191. vertical-align: top;
  192. width: 115px;
  193. text-align: center;
  194. margin-bottom: 10px;
  195. }
  196.  
  197.  
  198. b{
  199. background-color: #844114;
  200. padding: 5px;
  201. line-height: 40px;
  202. letter-spacing: 10px;
  203. padding-left: 14px;
  204. padding-right: 14px;
  205. margin-right: 10px;
  206. }
  207.  
  208.  
  209. strong{
  210. line-height: 40px;
  211. letter-spacing: 0px;
  212. font-weight: 100;
  213. margin-top: -10px;
  214. display: inline-block;
  215. }
  216.  
  217. li {
  218. color: #fff;
  219. font-family: Playfair Display;
  220. margin-right: 0px;
  221. padding: 0px;
  222. margin-left: -23px;
  223. }
  224.  
  225.  
  226. .container {
  227. width:950px;
  228. height:auto;
  229. position:absolute;
  230. left:0;
  231. right:0;
  232. top:75px;
  233. overflow:hidden;
  234. margin:auto;
  235. color:#fff;
  236. background-color:#131313;
  237. font-family: 'Abel', sans-serif;
  238. border-right: solid 5px #131313;
  239. border-left: solid 5px #131313;
  240. }
  241.  
  242. .welcomeMessage{
  243. width:344px;
  244. height:200px;
  245. background:#131313;
  246. display:inline-block;
  247. vertical-align:top;
  248. }
  249.  
  250. .resourceUpdates{
  251. width:603px;
  252. height:200px;
  253. background:#131313;
  254. display:inline-block;
  255. vertical-align:top;
  256. }
  257.  
  258. ::-webkit-scrollbar-thumb:vertical {height:12px; background:#131313;}
  259. ::-webkit-scrollbar-thumb:horizontal {background-color:#131313;}
  260. ::-webkit-scrollbar {width:5px; height:7px;}
  261.  
  262.  
  263. .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>
  264. </style>
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276. <html>
  277. <body>
  278. <div class="topBar">
  279. <h1>edits by m</h1>
  280. <div class="dividerLine"></div>
  281. <a href="/home.php"class="contentLinks" style="margin-left:0px;">home</a>
  282. <a href="https://www.roleplayer.me/view_blog.php?id=0000479891" class="contentLinks">rules</a>
  283. <a href="https://www.roleplayer.me/send_message.php?member_id=1631904" class="contentLinks">message</a>
  284. <a href="https://www.roleplayer.me/view_blog.php?id=0000479906" class="contentLinks">reviews</a>
  285. <a href="https://www.roleplayer.me/view_blog.php?id=0000479900" class="contentLinks">share us</a>
  286. </div>
  287.  
  288. <div class="container">
  289. <img src="https://i.imgur.com/W1yveEF.png">
  290. <div class="welcomeMessage">
  291. <h2>welcome message</h2>
  292. <div style="width: 264px; height: 105px; padding: 20px; overflow: auto; text-align: justify; color: #fff; margin-left: 20px; font-family: Playfair Display; font-size: 11px;">
  293. welcome to edits by m, a free and custom resource site that supports roleplayer.me. we are excited to edit for you and to show you what we can offer to the table. currently we have two editors, so that determines what we can take on. if you have any questions for us at all, please feel free to reach out, we love answering questions.
  294. </div>
  295. </div>
  296. <div class="resourceUpdates">
  297. <h2 style="width:603px;">resource updates</h2>
  298. <div style="width: 523px; height: 105px; padding: 20px; overflow: auto; text-align: justify; color: #fff; margin-left: 20px; font-family: Playfair Display; font-size: 11px;">
  299. <b>9.27.2020</b> Edits by M welcomes R as their newest editor. She will offer layouts, premades, and general support to the resource site.
  300. <br>
  301. <b>9.28.2020</b> Edits by M receives a complete revamp of their content as they switch to a new layout, new graphics and the site model changes.
  302. </div>
  303. </div>
  304.  
  305. <div style="width:300px; height:200px;display:inline-block; vertical-align:top; margin-right:10px;">
  306. <img src="https://i.imgur.com/eHKMVKr.png">
  307. </div>
  308. <div style="width: 115px; height: 159px; background: #131313; display: inline-block; vertical-align: top; margin-right: 10px; padding: 20px; overflow: auto; font-family: Playfair Display; font-size: 12px; color: #fff;">
  309. <h3>founder</h3>
  310. <strong>offering:</strong>
  311. <ul style="margin-top:2px;">
  312. <li>layouts</li>
  313. <li>premades</li>
  314. <li>writing snippets</li>
  315. <li>blogs</li>
  316. <li>manips</li>
  317. <li>free and custom resources</li>
  318. </ul>
  319. </div>
  320. <div style="width: 116px; height: 159px; background: #131313; display: inline-block; vertical-align: top; margin-right: 10px; padding: 20px; overflow: auto; font-family: Playfair Display; font-size: 12px; color: #fff;">
  321. <h3>editor</h3>
  322. <strong>offering:</strong>
  323. <ul style="margin-top:2px;">
  324. <li>layouts</li>
  325. <li>premades</li>
  326. <li>psds</li>
  327. <li>extra edits</li>
  328. <li>manips</li>
  329. <li>free and custom resources</li>
  330. </div>
  331. <div style="width:300px; height:200px; display:inline-block; vertical-align:top;">
  332. <img src="https://i.imgur.com/fgmRTjN.png">
  333. </div>
  334.  
  335. <a href="#msToDo" class="toDoList">Ms TO DO LIST</a>
  336. <a href="#rsToDo" class="toDoList">Rs TO DO LIST</a>
  337. <div id="msToDo">
  338. <div style="width:97%; text-align:right;"><a href="#close" style="font-family:Playfair Display; color:#fff; font-size:13px;">x</a></div>
  339. <h2 style="width:500px;">Ms to do list</h2>
  340. <center><b>Custom Orders: CLOSED</b></center>
  341.  
  342. <h1 style="font-size: 21px; letter-spacing: 1px;">still to do</h1>
  343. <ol>
  344. <li>30 manips and a writing snippet - wolf maiden</li>
  345. <li>Draw your own - will be in free - giovanni</li>
  346. <li>2 column layout and one blog - After Every Snowfall</li>
  347. <li>2 column layout and one blog - After Every Snowfall</li>
  348. <li>Draw your own - will be in free - Risse's Pieces</li>
  349. <li>Draw your own - will be in free - Damaged</li>
  350. <li>Draw your own - will be in free - Boo Angel</li>
  351. <li>Share Banner - Valiant Archer</li>
  352. </ol>
  353.  
  354. <h1 style="font-size: 21px; letter-spacing: 1px;">waiting for approval</h1>
  355. <ol>
  356. <li>24 Extra Edits, 3 manips - Kelly</li>
  357. </ol>
  358. </div>
  359.  
  360.  
  361. <div id="rsToDo">
  362. <div style="width:97%; text-align:right;"><a href="#close" style="font-family:Playfair Display; color:#fff; font-size:13px;">x</a></div>
  363. <h2 style="width:500px;">Rs to do list</h2>
  364. <center><b>Custom Orders: CLOSED</b></center>
  365. <ol>
  366. <li>div layout, manips - Giovanni</li>
  367. <li>customization, doorknocker - Sade</li>
  368. <li>manips - summer rae</li>
  369. <li>share banner, defaults - Ginger</li>
  370. <li>PSD, manips, doorknocker, wanted banner & stacked photos - Wyatt</li>
  371. <li>layout, customized layout, snippet, doorknocker, manip - Cordelia</li>
  372. <li>layout, doorknocker - Ella</li>
  373. <li>rpg layout, blog, psd, mop, character psd, rpg package, doorknocker - Country Strong</li>
  374. <li>manips - Magnolia </li>
  375. </ol>
  376.  
  377. </div>
  378.  
  379. <div style="width: 910px; height: 100px; background: #131313; padding: 20px; margin-bottom: 20px; overflow: auto; text-align: center; padding-top: 0px;">
  380. <a href="/1171364" class="affiliatesLinks">⯈ subZERO</a>
  381. <a href="/1623418" class="affiliatesLinks">⯈ VIOLENTENDS</a>
  382. <a href="/1631623" class="affiliatesLinks">⯈ TLC</a>
  383. <a href="/1638597" class="affiliatesLinks">⯈ Taste the Blood</a>
  384. <a href="/1651425" class="affiliatesLinks">⯈ MHC</a>
  385. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  386. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  387. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  388. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  389. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  390. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  391. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  392. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  393. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  394. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  395. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  396. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  397. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  398. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  399. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  400. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  401. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  402. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  403. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  404. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  405. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  406. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  407. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  408. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  409. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  410. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  411. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  412. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>
  413. <a href="/" class="affiliatesLinks">⯈ affiliate name</a>  
  414.  
  415. </div>
  416.  
  417. </div>
  418. </body>
  419. </html>
Add Comment
Please, Sign In to add comment