mebuckner

Peaches and Cream

Jul 7th, 2020 (edited)
1,803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.78 KB | None | 0 0
  1. Title PSD: http://www.mediafire.com/file/9spdba1bdm4s1ym/peachesandCreamPSD.psd
  2.  
  3. <!--About Me-->
  4.  
  5. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  6. <style type="text/css">
  7. @import url('https://fonts.googleapis.com/css?family=Abel');
  8. @import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@900&family=Poppins:wght@600&display=swap');
  9.  
  10. body {
  11. background-color:#232426;
  12. background-repeat:no-repeat;
  13. background-attachment:fixed;
  14. margin: 0;
  15. overflow:auto;
  16. background-image:url('https://i.imgur.com/VOnavwd.jpg');
  17. background-size:cover;
  18. }
  19.  
  20. table, tr, td, li, p, div, .profileInfo td.text {
  21.     font-size: 10px;
  22.     color: #717171;
  23.     font-family: 'Poppins', sans-serif;}
  24.  
  25.  
  26. .container {
  27. width:1200px;
  28. height:auto;
  29. position:absolute;
  30. left:0;
  31. right:0;
  32. top:0;
  33. overflow:hidden;
  34. margin:auto;
  35. color:#fff;
  36. background-color:#fff;
  37. font-family: 'Abel', sans-serif;
  38. }
  39.  
  40. .navigationBar{
  41. width:1200px;
  42. height:100px;
  43. background-color:#fff;
  44. color:#fff;
  45. font-family: 'Abel', sans-serif;
  46. z-index:4;
  47. }
  48.  
  49. .nameSpaceHere{
  50. width:340px;
  51. height:40px;
  52. display:inline-block;
  53. -webkit-text-stroke: 1px #fdd2cb;
  54. -webkit-text-fill-color: rgba(0, 0, 0, 0);
  55. padding:25px;
  56. font-family: 'Alegreya Sans SC', sans-serif;
  57. font-size:35px;
  58. text-transform:uppercase;
  59. text-align:center;
  60. vertical-align:top;
  61. }
  62. .nameSpaceHere b{
  63. -webkit-text-stroke: 0px;
  64.     -webkit-text-fill-color: #fdd2cb;
  65. }
  66.  
  67. .nameSpaceHere span{
  68. font-size:20px;
  69. color:#086b45;
  70. font-family: 'Poppins', sans-serif;
  71. line-height:5px;
  72. -webkit-text-stroke: 0px;
  73.     -webkit-text-fill-color: #ec8366;
  74. }
  75.  
  76. .navigationBarTop{
  77. width:737px;
  78. height:40px;
  79. padding:30px;
  80. display:inline-block;
  81. vertical-align:top;
  82. text-align:right;
  83. }
  84.  
  85.  
  86. .wrap-collabsible {
  87.   margin-bottom: 1.2rem 0;
  88. }
  89.  
  90. input[type='checkbox'] {
  91.   display: none;
  92. }
  93.  
  94. .lbl-toggle {
  95.     display: block;
  96.     font-weight: bold;
  97.     font-family: 'Poppins', sans-serif;
  98.     font-size: 1.2rem;
  99.     text-transform: uppercase;
  100.     text-align: center;
  101.     padding: 10px;
  102.     color: #fff;
  103.     background: #fdd2cb;
  104.     cursor: pointer;
  105.     /* border-radius: 7px; */
  106.     transition: all 0.5s ease-out;
  107.     margin-top: 28px;
  108.     border-left: 23px solid #fff;
  109. }
  110.  
  111. .lbl-toggle:hover {
  112.   color: #fff;
  113. }
  114.  
  115. .lbl-toggle::before {
  116.   content: ' ';
  117.   display: inline-block;
  118.  
  119.   border-top: 5px solid transparent;
  120.   border-bottom: 5px solid transparent;
  121.   border-left: 5px solid currentColor;
  122.   vertical-align: middle;
  123.   margin-right: .7rem;
  124.   transform: translateY(-2px);
  125.  
  126.   transition: transform .2s ease-out;
  127. }
  128.  
  129. .toggle:checked + .lbl-toggle::before {
  130.   transform: rotate(90deg) translateX(-3px);
  131. }
  132.  
  133. .collapsible-content {
  134.   max-height: 0px;
  135.   overflow: hidden;
  136.   transition: max-height .25s ease-in-out;
  137. }
  138.  
  139. .toggle:checked + .lbl-toggle + .collapsible-content {
  140.   max-height: 100vh;
  141. }
  142.  
  143. .toggle:checked + .lbl-toggle {
  144.   border-bottom-right-radius: 0;
  145.   border-bottom-left-radius: 0;
  146. }
  147.  
  148. .collapsible-content .content-inner {
  149.   text-align:left;
  150.   border-bottom-left-radius: 7px;
  151.   border-bottom-right-radius: 7px;
  152.   padding: .5rem 1rem;
  153. }
  154.  
  155. h1{
  156.     color:#ec8366;
  157.     font-family: 'Alegreya Sans SC', sans-serif;
  158.     font-size: 25px;
  159.     text-transform: uppercase;
  160.     text-align: center;
  161. }
  162.  
  163. h2{
  164.     margin:0;
  165.     width:100%;
  166.     padding:10px;
  167.     color:#fff;
  168.     background-color:#ec8366;
  169.     font-family: 'Alegreya Sans SC', sans-serif;
  170.     font-size: 25px;
  171.     text-transform: uppercase;
  172.     text-align: center;
  173.     margin-bottom: 10px;
  174. }
  175.  
  176. a.navigationBarLinks,  a.navigationBarLinks:link,  a.navigationBarLinks:active,  a.navigationBarLinks:visited  {
  177. width:144px;
  178. height:40px;
  179. display:inline-block;
  180. -webkit-text-stroke: 1px #fdd2cb;
  181. -webkit-text-fill-color: rgba(0, 0, 0, 0);
  182. font-family: 'Alegreya Sans SC', sans-serif;
  183. font-size:25px;
  184. text-transform:uppercase;
  185. text-align:center;
  186. vertical-align:top;
  187. }    
  188.  
  189. a.navigationBarLinks:hover {
  190. -webkit-text-stroke: none;
  191. -webkit-text-fill-color: #fdd2cb;
  192. text-decoration:none;
  193. }
  194.  
  195.  
  196. a.socialMediaButton,  a.socialMediaButton:link,  a.socialMediaButton:active,  a.socialMediaButton:visited  {
  197.     width:100%;
  198.     padding-top:10px;
  199.     padding-bottom:10px;
  200.     color:#fff;
  201.     background-color:#ec8366;
  202.     font-family: 'Alegreya Sans SC', sans-serif;
  203.     font-size: 25px;
  204.     text-transform: uppercase;
  205.     text-align: center;
  206.     margin-bottom: 10px;
  207. display: block;
  208.     margin-top: 20px;
  209.     margin-left: 23px;
  210. }    
  211.  
  212. a.socialMediaButton:hover {
  213. color:#fff;
  214. text-decoration: none;
  215. }
  216.  
  217.  
  218. .rightSide b{
  219. font-size:10px;
  220. color:#086b45;
  221. font-family: 'Poppins', sans-serif;
  222. line-height:5px;
  223. -webkit-text-stroke: 0px;
  224. -webkit-text-fill-color: #ec8366;
  225. }
  226.  
  227. a.navigationBarLinks span{
  228. font-size:10px;
  229. color:#086b45;
  230. font-family: 'Poppins', sans-serif;
  231. line-height:5px;
  232. -webkit-text-stroke: 0px;
  233. -webkit-text-fill-color: #ec8366;
  234. }
  235.  
  236. .leftSideBar{
  237. padding-top:10px;
  238. text-align:center;
  239. width:340px;
  240. height:auto;
  241. display:inline-block;
  242. background-color:#fff;
  243. vertical-align:top;
  244. }
  245.  
  246. .rightSide{
  247. padding-top:10px;
  248. text-align:center;
  249. width: 857px;
  250. height:600px;
  251. display:inline-block;
  252. background-color:#fff;
  253. vertical-align:top;
  254. overflow:auto;
  255. text-align:center;
  256. }
  257.  
  258. .biographyBit{
  259. margin-top: -57px;
  260. width:355px;
  261. height:256px;
  262. text-align:justify;
  263. padding:10px;
  264. overflow:auto;
  265. display:inline-block;
  266. }
  267.  
  268. .modal-window {
  269.   position: fixed;
  270.   background-color: rgba(200, 200, 200, 0.75);
  271.   top: 0;
  272.   right: 0;
  273.   bottom: 0;
  274.   left: 0;
  275.   z-index: 999;
  276.   opacity: 0;
  277.   pointer-events: none;
  278.   -webkit-transition: all 0.3s;
  279.   -moz-transition: all 0.3s;
  280.   transition: all 0.3s;
  281. }
  282.  
  283. .modal-window:target {
  284.   opacity: 1;
  285.   pointer-events: auto;
  286. }
  287.  
  288. .modal-window>div {
  289.   width: 600px;
  290.   position: relative;
  291.   margin: 10% auto;
  292.   padding: 2rem;
  293.   background: #fafafa;
  294.   color: #444;
  295.   text-align:center;
  296. }
  297.  
  298. .modal-window header {
  299.   font-weight: bold;
  300. }
  301.  
  302. .modal-close {
  303.   color: #aaa;
  304.   line-height: 50px;
  305.   font-size: 80%;
  306.   position: absolute;
  307.   right: 0;
  308.   text-align: center;
  309.   top: 0;
  310.   width: 70px;
  311.   text-decoration: none;
  312. }
  313.  
  314. .modal-close:hover {
  315.   color: #000;
  316. }
  317.  
  318. .modal-window h1 {
  319.  font-family: 'Spectral SC', serif;
  320.     font-size: 25pt;
  321.     color: #698792;
  322.     text-align: center;
  323.     display: block;
  324.     margin: 0;
  325.     line-height: 34px;
  326.     text-align: center;
  327.     text-transform:uppercase;
  328. }
  329.  
  330.  
  331. .modal-window h2 {
  332.  font-family: 'Spectral SC', serif;
  333.     font-size: 15pt;
  334.     color: #232426;
  335.     text-align: center;
  336.     display: block;
  337.     margin: 0;
  338.     line-height: 20px;
  339.     vertical-align:middle;
  340.     text-align: center;
  341.     text-transform:uppercase;
  342. }
  343.  
  344. ::-webkit-scrollbar-thumb:vertical {height:12px; background:#fff; border-top:10px solid #ed8467; border-bottom:10px solid #ed8467;}
  345. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  346. ::-webkit-scrollbar {width:5px; height:7px;}
  347.  
  348.  
  349. .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>
  350. </style>
  351.  
  352.  
  353.  
  354. <html>
  355. <body>
  356. <div class="container">
  357. <div class="navigationBar">
  358. <div class="nameSpaceHere">
  359. <b>First</b>Last<br>
  360. <span>Peaches and Cream.</span>
  361. </div>
  362. <div class="navigationBarTop">
  363. <a href="/home.php" class="navigationBarLinks">home<br><span>new york, new york</span></a>
  364. <a href="/send_message.php?member_id=###" class="navigationBarLinks">message<br><span>whisper to me bby</span></a>
  365. <a href="/add_comment.php?member_id=###" class="navigationBarLinks">comment<br><span>yell all the time</span></a>
  366. <a href="/status_stream.php?member_id=###" class="navigationBarLinks">stream<br><span>whats the haps</span></a>
  367. <a href="/albums.php?member_id=###" class="navigationBarLinks">photos<br><span>just a pretty face</span></a>
  368. </div>
  369. </div>
  370. <div class="leftSideBar">
  371. <img src="https://i.imgur.com/fWJEtTF.png" style="width: 318px; margin-left: 23px;">
  372. <div class="wrap-collabsible">
  373.   <input id="collapsible" class="toggle" type="checkbox">
  374.   <label for="collapsible" class="lbl-toggle">Owes List</label>
  375.   <div class="collapsible-content">
  376.     <div class="content-inner">
  377.       <p>
  378.         <h1>I Owe Them</h1>
  379.          <ul>
  380.             <li><b>Name Here</b> - --/-- - <i>reply/starter</i></li>
  381.             <li><b>Name Here</b> - --/-- - <i>reply/starter</i></li>            
  382.          </ul>
  383.         <h1>You Owe Me</h1>
  384.          <ul>
  385.             <li><b>Name Here</b> - --/-- - <i>reply/starter</i></li>
  386.             <li><b>Name Here</b> - --/-- - <i>reply/starter</i></li>
  387.          </ul>
  388.         <h1 style="color:#086b45">Updated On: --/--</h1>
  389.       </p>
  390.     </div>
  391.   </div>
  392. </div>
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406. <div class="wrap-collabsible">
  407.   <input id="collapsible2" class="toggle" type="checkbox">
  408.   <label for="collapsible2" class="lbl-toggle">Storylines</label>
  409.   <div class="collapsible-content">
  410.     <div class="content-inner">
  411.       <p>
  412.          <ul>
  413.             <li><b style="color:#ec8366;">Name here</b> - About the storyline</li>
  414.             <li><b style="color:#ec8366;">Name here</b> - About the storyline</li>
  415.             <li><b style="color:#ec8366;">Name here</b> - About the storyline</li>
  416.             <li><b style="color:#ec8366;">Name here</b> - About the storyline</li>
  417.             <li><b style="color:#ec8366;">Name here</b> - About the storyline</li>
  418.          </ul>
  419.       </p>
  420.     </div>
  421.   </div>
  422. </div>
  423. <a href="https://editsbymresources.tumblr.com/" class="socialMediaButton"><span class="th th-alien-o"></span> Credit</a>
  424.  
  425. <audio autoplay loop>
  426. <source src="https://www.dl.dropboxusercontent.com/s/arpv176ikmbsnjk/Legally%20Blonde%20So%20Much%20Better.mp3?dl=0">
  427. </audio>
  428. <center>
  429. <img src="https://i.imgur.com/Q0YBH3b.png" width="229px" style="margin-left: 29px;">
  430. </center>
  431. </div>
  432.  
  433. <div class="rightSide">
  434. <img src="https://i.imgur.com/2xlra8G.png" style="margin-bottom:-59px">
  435. <center>
  436. <div class="biographyBit">
  437. Biography will go here.
  438. </div>
  439. <img src="https://i.imgur.com/g8hRA85.png">
  440. <img src="https://i.imgur.com/D8IUG9j.png" style="margin-bottom:-59px">
  441. <center>
  442. <img src="https://i.imgur.com/a7zY3Ad.png">
  443. <div class="biographyBit">
  444. <h2>First Middle Last</h2>
  445. A little bit about them here.
  446.  
  447. <h2>First Middle Last</h2>
  448. A little bit about them here.
  449. </div>
  450.  
  451. <img src="https://i.imgur.com/FiYz72m.png" style="margin-bottom:-59px">
  452. <center>
  453. <img src="https://i.imgur.com/50o3GOD.png">
  454. <div class="biographyBit">
  455. <b>current status:</b> status.<br>
  456. <b>since when:</b> date. <br>
  457. <b>comments on this:</b> comments here.
  458. </div>
  459. <img src="https://i.imgur.com/sCrqFaJ.png" style="margin-bottom:-59px">
  460. <center>
  461. <img src="https://i.imgur.com/2CDz0K6.png" width="600px">
  462. </div>
  463. </center>
  464. </div>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472. <div id="instagramsModal" class="modal-window">
  473.   <div>
  474.     <a href="#modal-close" title="Close" class="modal-close" style="color:#000;">x</a>
  475.                    <img src="https://i.imgur.com/Hw0lotY.png">
  476.   </div>
  477. </div>
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484. <div id="twittersModal" class="modal-window">
  485.   <div style="background-color:#fff;">
  486.     <a href="#modal-close" title="Close" class="modal-close" style="color:#000;">x</a>
  487.                    <img src="https://i.imgur.com/hdWSnAV.png">
  488.   </div>
  489. </div>
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497. </body>
  498. </html>
Add Comment
Please, Sign In to add comment