Advertisement
mebuckner

Div base code

Jul 31st, 2020 (edited)
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.32 KB | None | 0 0
  1. <!--about me-->
  2. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  3. <style type="text/css">
  4.  
  5. body {
  6. background-color:#232426;
  7. background-repeat:no-repeat;
  8. background-attachment:fixed;
  9. margin: 0;
  10. overflow:auto;
  11. background-image:url('https://i.imgur.com/VOnavwd.jpg');
  12. background-size:cover;
  13. }
  14.  
  15. table, tr, td, li, p, div, .profileInfo td.text {
  16.     font-size: 10px;
  17.     color: #717171;
  18.     font-family: 'Poppins', sans-serif;}
  19.  
  20.  
  21. .container {
  22. width:1200px;
  23. height:auto;
  24. position:absolute;
  25. left:0;
  26. right:0;
  27. top:0;
  28. overflow:hidden;
  29. margin:auto;
  30. color:#fff;
  31. background-color:#fff;
  32. font-family: 'Abel', sans-serif;
  33. }
  34.  
  35. ::-webkit-scrollbar-thumb:vertical {height:12px; background:#fff; border-top:10px solid #ed8467; border-bottom:10px solid #ed8467;}
  36. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  37. ::-webkit-scrollbar {width:5px; height:7px;}
  38.  
  39.  
  40. a.credit:link, a.credit:visited {
  41.     background-color: #fff;
  42.     color: #2d0707;
  43.     padding: 5px 3px;
  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: 11px;
  51.     text-transform: uppercase;
  52.     width: 78px;
  53.     letter-spacing: 2px;
  54.     margin-left: 5px;
  55.     margin-top: 15px;
  56. }
  57.  
  58. .creditHolder{
  59. position:fixed;
  60. bottom:15px;
  61. left:15px;
  62. }
  63.  
  64. a.credit:hover, a.credit:active {
  65. background-color: #131313;
  66. }
  67.  
  68.  
  69. .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>
  70. </style>
  71.  
  72.  
  73.  
  74. <!--like to meet-->
  75. <html>
  76. <body>
  77.   <div class="creditHolder"> <a href="/lilac" class="credit">credit</a> </div>
  78. <div class="container">
  79.  
  80. </div>
  81. </body>
  82. </html>
  83.  
  84.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement