mebuckner

Andrea's Craft - Layout

Oct 25th, 2020 (edited)
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.23 KB | None | 0 0
  1. <!--about me-->
  2. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  3. <style type="text/css">
  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/Bo2VEyV.png');
  13. background-size:cover;
  14. }
  15.  
  16. table, tr, td, li, p, div, .profileInfo td.text {
  17. font-size: 12px;
  18. color: #000;
  19. font-family: 'Playfair Display', serif;
  20. }
  21.  
  22. h1{
  23. margin: 0;
  24. font-family: Playfair Display;
  25. text-align: center;
  26. font-weight: 100;
  27. text-transform: uppercase;
  28. color: #5a3636;
  29. font-size: 56px;
  30. margin-top: -22px;
  31. }
  32.  
  33. h2{
  34. margin: 0;
  35. font-family: Playfair Display;
  36. text-align: center;
  37. font-weight: 100;
  38. text-transform: uppercase;
  39. color: #5a3636;
  40. font-size: 20px;
  41. margin-top:-15px;
  42. }
  43.  
  44. b{
  45. color:#000;
  46. }
  47.  
  48.  
  49. .container {
  50. width:450px;
  51. height:310px;
  52. position:absolute;
  53. left:0;
  54. right:0;
  55. top:0;
  56. bottom:0;
  57. overflow:hidden;
  58. margin:auto;
  59. color:#fff;
  60. background:#fff;
  61. padding:20px;
  62. font-family: 'Abel', sans-serif;
  63. }
  64.  
  65. #affies{
  66. display:none;
  67. }
  68.  
  69. #affies:target{
  70. display:block;
  71. width:450px;
  72. height:110px;
  73. position:absolute;
  74. left:0;
  75. right:0;
  76. top:501px;
  77. bottom:0;
  78. overflow:auto;
  79. margin:auto;
  80. color:#fff;
  81. background:#fff;
  82. padding:20px;
  83. font-family: 'Abel', sans-serif;
  84. }
  85.  
  86. #updates{
  87. display:none;
  88. }
  89.  
  90. #updates:target{
  91. display:block;
  92. width: 207px;
  93. height: 110px;
  94. background: white;
  95. padding: 20px;
  96. font-family: 'Playfair Display';
  97. font-size: 12px;
  98. text-align: justify;
  99. overflow: auto;
  100. margin-bottom: 10px;
  101. margin-top: -160px;
  102. }
  103.  
  104. #owner{
  105. display:none;
  106. }
  107.  
  108. #owner:target{
  109. display:block;
  110. width: 207px;
  111. height: 110px;
  112. background: white;
  113. padding: 20px;
  114. font-family: 'Playfair Display';
  115. font-size: 12px;
  116. text-align: justify;
  117. overflow: auto;
  118. margin-bottom: 10px;
  119. margin-top: -160px;
  120. }
  121.  
  122. #orders{
  123. display:none;
  124. }
  125.  
  126. #orders:target{
  127. display:block;
  128. width: 207px;
  129. height: 110px;
  130. background: white;
  131. padding: 20px;
  132. font-family: 'Playfair Display';
  133. font-size: 12px;
  134. text-align: justify;
  135. overflow: auto;
  136. margin-bottom: 10px;
  137. margin-top: -160px;
  138. }
  139.  
  140. .leftSide{
  141. width:200px;
  142. height:200px;
  143. display:inline-block;
  144. vertical-align:top;
  145. }
  146.  
  147. .rightSide{
  148. width: 247px;
  149. height: 200px;
  150. display: inline-block;
  151. vertical-align: top;
  152. margin-right: -1;
  153. }
  154.  
  155. .bottomBar{
  156. width:450px;
  157. height:50px;
  158. background:#492b2a;
  159. display:inline-block;
  160. vertical-align:top;
  161. margin-top:10px;
  162. }
  163.  
  164. a.navigationalLinks:link, a.navigationalLinks:visited {
  165. color: white;
  166. padding: 14px 0px;
  167. text-align: center;
  168. text-decoration: none;
  169. display: inline-block;
  170. font-family: 'Playfair Display', serif;
  171. text-transform: uppercase;
  172. margin-top: 0px;
  173. font-size: 15px;
  174. font-weight: 100;
  175. width: 86px;
  176. }
  177.  
  178. a.navigationalLinks:hover, a.navigationalLinks:active {
  179. color: #1a1a1a;
  180. }
  181.  
  182.  
  183.  
  184.  
  185. a.affiliateLinks:link, a.affiliateLinks:visited {
  186. color: white;
  187. padding: 14px 0px;
  188. text-align: center;
  189. text-decoration: none;
  190. display: inline-block;
  191. font-family: 'Playfair Display', serif;
  192. text-transform: uppercase;
  193. margin-top: 0px;
  194. font-size: 15px;
  195. font-weight: 100;
  196. width: 146px;
  197. margin-top: 10px;
  198. background: #492b2a;
  199. }
  200.  
  201. a.affiliateLinks:hover, a.affiliateLinks:active {
  202. color: #1a1a1a;
  203. }
  204.  
  205.  
  206.  
  207.  
  208.  
  209. a.tabLinks:link, a.tabLinks:visited {
  210. color: #492b2a;
  211. padding: 14px 0px;
  212. text-align: center;
  213. text-decoration: none;
  214. display: inline-block;
  215. font-family: 'Playfair Display', serif;
  216. text-transform: uppercase;
  217. margin-top: -5px;
  218. font-size: 15px;
  219. font-weight: 100;
  220. width: 80px;
  221. }
  222.  
  223. a.tabLinks:hover, a.tabLinks:active {
  224. color: #1a1a1a;
  225. }
  226.  
  227.  
  228. ::-webkit-scrollbar-thumb:vertical {height:12px; background:#fff; border-top:10px solid #492b2a; border-bottom:10px solid #492b2a;}
  229. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  230. ::-webkit-scrollbar {width:5px; height:7px;}
  231.  
  232.  
  233. .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>
  234. </style>
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260. <!--like to meet-->
  261. <html>
  262. <body>
  263. <div class="container">
  264. <h1>Andrea's Craft</h1>
  265. <div class="leftSide">
  266. <img src="https://i.imgur.com/KaZ8Ki7.png" class="siteImage">
  267. </div>
  268.  
  269. <div class="rightSide">
  270. <div style="width: 207px; height: 110px; background: white; padding: 20px; font-family: 'Playfair Display'; font-size: 12px; text-align: justify; overflow: auto; margin-bottom: 10px;">
  271. <h2>Welcome</h2>
  272. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not. Welcome message will go here and what not.
  273. </div>
  274. <div id="updates">
  275. <div style="width: 207px; text-align: right; margin-top: -17px; margin-bottom: 10px;"><a href="#close" style="font-family:Playfair Display; color:#000; font-size:12px;">x</a></div>
  276. <h2>site updates</h2>
  277. <b>00.00</b> the update will go here <br>
  278. <b>00.00</b> the update will go here <br>
  279. <b>00.00</b> the update will go here <br>
  280. <b>00.00</b> the update will go here <br>
  281. <b>00.00</b> the update will go here <br>
  282. <b>00.00</b> the update will go here <br>
  283. <b>00.00</b> the update will go here <br>
  284. <b>00.00</b> the update will go here <br>
  285. <b>00.00</b> the update will go here <br>
  286. <b>00.00</b> the update will go here <br>
  287. <b>00.00</b> the update will go here <br>
  288. </div>
  289.  
  290. <div id="owner">
  291. <div style="width: 207px; text-align: right; margin-top: -17px; margin-bottom: 10px;"><a href="#close" style="font-family:Playfair Display; color:#000; font-size:12px;">x</a></div>
  292. <h2>site oiwner</h2>
  293. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not. owner welcome message here and what not.
  294. </div>
  295.  
  296. <div id="orders">
  297. <div style="width: 207px; text-align: right; margin-top: -17px; margin-bottom: 10px;"><a href="#close" style="font-family:Playfair Display; color:#000; font-size:12px;">x</a></div>
  298. <h2>current orders</h2>
  299. <b>customer</b> - talk about the order will go here. <br>
  300. <b>customer</b> - talk about the order will go here. <br>
  301. <b>customer</b> - talk about the order will go here. <br>
  302. <b>customer</b> - talk about the order will go here. <br>
  303. <b>customer</b> - talk about the order will go here. <br>
  304. <b>customer</b> - talk about the order will go here. <br>
  305. <b>customer</b> - talk about the order will go here. <br>
  306. <b>customer</b> - talk about the order will go here. <br>
  307. <b>customer</b> - talk about the order will go here. <br>
  308. <b>customer</b> - talk about the order will go here. <br>
  309. <b>customer</b> - talk about the order will go here. <br>
  310. <b>customer</b> - talk about the order will go here. <br>
  311. <b>customer</b> - talk about the order will go here. <br>
  312. <b>customer</b> - talk about the order will go here. <br>
  313. </div>
  314.  
  315. <div style="width:247px; height:40px; background:#fff;">
  316. <a href="#updates" class="tabLinks">updates</a>
  317. <a href="#owner" class="tabLinks">owner</a>
  318. <a href="#orders" class="tabLinks">orders</a>
  319. </div>
  320. </div>
  321.  
  322.  
  323. <div class="bottomBar">
  324. <a href="/home.php" class="navigationalLinks" style="margin-top:2px;">home</a>
  325. <a href="/send_message.php?member_id=" class="navigationalLinks">message</a>
  326. <a href="/status_stream.php?member_id=" class="navigationalLinks">stream</a>
  327. <a href="/view_member_blog.php?member_id=" class="navigationalLinks">content</a>
  328. <a href="#affies" class="navigationalLinks">affies</a>
  329. </div>
  330. </div>
  331.  
  332.  
  333. <div id="affies">
  334. <h2>Affiliates</h2>
  335. <a href="/" class="affiliateLinks">affiliate name</a>
  336. <a href="/" class="affiliateLinks">affiliate name</a>
  337. <a href="/" class="affiliateLinks">affiliate name</a>
  338. <a href="/" class="affiliateLinks">affiliate name</a>
  339. <a href="/" class="affiliateLinks">affiliate name</a>
  340. <a href="/" class="affiliateLinks">affiliate name</a>
  341. <a href="/" class="affiliateLinks">affiliate name</a>
  342. <a href="/" class="affiliateLinks">affiliate name</a>
  343. <a href="/" class="affiliateLinks">affiliate name</a>
  344. <a href="/" class="affiliateLinks">affiliate name</a>
  345. <a href="/" class="affiliateLinks">affiliate name</a>
  346. <a href="/" class="affiliateLinks">affiliate name</a>
  347. <a href="/" class="affiliateLinks">affiliate name</a>
  348. <a href="/" class="affiliateLinks">affiliate name</a>
  349. <a href="/" class="affiliateLinks">affiliate name</a>
  350. <a href="/" class="affiliateLinks">affiliate name</a>
  351. <a href="/" class="affiliateLinks">affiliate name</a>
  352. <a href="/" class="affiliateLinks">affiliate name</a>
  353. <a href="/" class="affiliateLinks">affiliate name</a>
  354. <a href="/" class="affiliateLinks">affiliate name</a>
  355. <a href="/" class="affiliateLinks">affiliate name</a>
  356. <a href="/" class="affiliateLinks">affiliate name</a>
  357. <a href="/" class="affiliateLinks">affiliate name</a>
  358. <a href="/" class="affiliateLinks">affiliate name</a>
  359. <a href="/" class="affiliateLinks">affiliate name</a>
  360. <a href="/" class="affiliateLinks">affiliate name</a>
  361. <a href="/" class="affiliateLinks">affiliate name</a>
  362. <a href="/" class="affiliateLinks">affiliate name</a>
  363. <a href="/" class="affiliateLinks">affiliate name</a>
  364. <a href="/" class="affiliateLinks">affiliate name</a>
  365. <a href="/" class="affiliateLinks">affiliate name</a>
  366. <a href="/" class="affiliateLinks">affiliate name</a>
  367. <a href="/" class="affiliateLinks">affiliate name</a>
  368. <a href="/" class="affiliateLinks">affiliate name</a>
  369. <a href="/" class="affiliateLinks">affiliate name</a>
  370. <a href="/" class="affiliateLinks">affiliate name</a>
  371. <a href="/" class="affiliateLinks">affiliate name</a>
  372. <a href="/" class="affiliateLinks">affiliate name</a>
  373. <a href="/" class="affiliateLinks">affiliate name</a>
  374. <a href="/" class="affiliateLinks">affiliate name</a>
  375. </div>
  376.  
  377.  
  378. </body>
  379. </html>
  380.  
Add Comment
Please, Sign In to add comment