Advertisement
oakhearted

shy's code

Jun 30th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.91 KB | None | 0 0
  1. <style>
  2.  
  3. .ui-tooltip {
  4. background: #ff6898 !important;
  5. border: 1px dashed #c7346d !important;
  6. color: #eee !important;
  7. border-radius: 30px;
  8. transition: 0.5s;
  9. font-size: 10px;
  10. box-shadow: 3px 0px 4px #c7346d;
  11. }
  12.  
  13. #eventtxt {
  14. background: #555;
  15. color: white;
  16. }
  17.  
  18. .button, .button_tall {
  19. font: 12px/13px "Arial";
  20. font-weight: normal;
  21. letter-spacing: 1px;
  22. color: #fff;
  23. border: 2px solid #c7346d;
  24. margin: 5px;
  25. background-image: none;
  26. padding: 0 10px;
  27. background-color: #fff;
  28. -moz-border-radius: 5px;
  29. border-radius: 5px;
  30. overflow: visible;
  31. height: inherit;
  32. background: -webkit-gradient(linear,0% 0%,0% 100%,from(#ff6898),to(#ff6898));
  33. background: -webkit-linear-gradient(top,#ff6898,#ff6898);
  34. background: -moz-linear-gradient(top,#ff6898,#ff6898);
  35. background: -ms-linear-gradient(top,#ff6898,#ff6898);
  36. background: -o-linear-gradient(top,#ff6898,#ff6898);
  37. background-color: #ff6898!important;
  38. transition: 0.5s;
  39. }
  40.  
  41. .button:hover, .button_tall:hover {
  42. border-color: #c7346d;
  43. color: #fff;
  44. opacity: 0.5;
  45. transition: 0.5s;
  46. }
  47.  
  48. input, textarea, select, button {
  49. text-rendering: auto;
  50. color: initial;
  51. letter-spacing: normal;
  52. word-spacing: normal;
  53. text-transform: none;
  54. text-indent: 0px;
  55. text-shadow: none;
  56. display: inline-block;
  57. text-align: start;
  58. margin: 0em;
  59. font: 400 13.3333px Arial;
  60. outline: none;
  61. }
  62.  
  63. .item_box {
  64. text-align: center;
  65. float: left;
  66. width: 125px;
  67. margin: 10px;
  68. color: white;
  69. opacity: 0.5;
  70. transition: 0.5s;
  71. }
  72.  
  73. .item_box:hover {
  74. text-align: center;
  75. float: left;
  76. width: 125px;
  77. margin: 10px;
  78. opacity: 9;
  79. transition: 0.5s;
  80. }
  81.  
  82. #eventtxt a {
  83. color: white;
  84. }
  85.  
  86. ::-moz-selection {
  87. background-color: #f8ff96;
  88. color: #c7346d; }
  89.  
  90. ::selection {
  91. background-color: #f8ff96;
  92. color: #c7346d; }
  93.  
  94. ::-webkit-scrollbar {
  95. width: 8px;
  96. transition: 0.5; }
  97.  
  98. ::-webkit-scrollbar-button {
  99. width: 8px;
  100. transition: 0.5; }
  101.  
  102. ::-webkit-scrollbar-track {
  103. background:#444;
  104. border-radius:1px;
  105. border: thin solid #444;
  106. transition: 0.5; }
  107.  
  108. ::-webkit-scrollbar-thumb {
  109. background:#111;
  110. border-radius:1px;
  111. transition: 0.5; }
  112.  
  113.  
  114. #menu_holder div.menu_dropdown div.menu_dropdown_inner {
  115. background: #f8ff96;
  116. overflow: auto;
  117. position: relative;
  118. top: 5px;
  119. left: 5px;
  120. transition: 0.5s;
  121. color: #398a68;
  122. }
  123.  
  124. #contentholder {
  125. background-image: none;
  126. width: 1080px;
  127. left: 9px;
  128. color: #000;
  129. padding: 5px 0 10px 0;
  130. }
  131.  
  132.  
  133. #cattery_infobox {
  134. width: 1200px;
  135. }
  136.  
  137. #cattery_infobox i {display: none;}
  138.  
  139. .ci_notice { display:none; }
  140.  
  141. .sf-menu { display:none; }
  142.  
  143. #sidebanners { display:none; }
  144.  
  145. #gametime { display:none; }
  146.  
  147. #notice { display:none; }
  148.  
  149. #addbookmark { display:none; }
  150.  
  151. #bodyi { display:none; }
  152.  
  153. #titleimg { display:none; }
  154.  
  155. #titletxt { display:none; }
  156.  
  157. #updatetimegoaway{ display:none; }
  158.  
  159. #menu_holder div.menu_dropdown a {
  160. display: block;
  161. margin-bottom: 2px;
  162. color: #398a68;
  163. opacity: 0.5;
  164. transition: 0.5s;
  165. }
  166.  
  167. #menu_holder div.menu_dropdown a:hover {
  168. display: block;
  169. margin-bottom: 2px;
  170. color: #c7346d;
  171. transition: 0.5s;
  172. }
  173.  
  174. .breed_count {
  175. letter-spacing: 1.5px;
  176. float: left;
  177. opacity: 0.5;
  178. margin-right: 5px;
  179. padding: 3px;
  180. font-weight: normal;
  181. color: #000;
  182. transition: 0.5s;
  183. }
  184.  
  185. .breed_count:hover {
  186. letter-spacing: 1.5px;
  187. float: left;
  188. opacity: 1;
  189. margin-right: 5px;
  190. padding: 3px;
  191. font-weight: normal;
  192. color: #000;
  193. transition: 0.5s;
  194. }
  195.  
  196. #content {
  197. left: 9px;
  198. color: #000;
  199. padding: 5px 0 10px 0;
  200. background-color: #c0ffba;
  201. }
  202. #content {
  203. height: auto;
  204. position: relative;
  205. font: 12px/14px "Arial";
  206. }
  207. #content {
  208. background-image: none;
  209. width: 770px;
  210. left: 9px;
  211. color: #000;
  212. padding: 5px 0 10px 0;
  213. }
  214.  
  215. .menu_dropdown_bkg {
  216. position: absolute;
  217. bottom: 5px;
  218. right: 5px;
  219. width: 271px;
  220. height: 35px;
  221. z-index: 1500;
  222. color: #398a68;
  223. display: none;
  224. }
  225.  
  226. body {
  227. width: 1573px;
  228. cursor: crosshair;
  229. -webkit-user-drag: none;
  230. background-color: #c0ffba;
  231. -khtml-user-drag: none;
  232. -moz-user-drag: none;
  233. -o-user-drag: none;
  234. user-drag: none;
  235. }
  236.  
  237. .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  238. cursor: crosshair;
  239. outline: none;
  240. }
  241.  
  242. .ui-dialog .ui-dialog-buttonpane {
  243. text-align: left;
  244. border-width: 1px 0 0 0;
  245. background-image: none;
  246. margin-top: .5em;
  247. padding: 0px 50px;
  248. width: 200px;
  249. background-color: #c7346d;
  250. }
  251.  
  252. #menu_holder {
  253. z-index: 3;
  254. width: 364px;
  255. height: 40px;
  256. overflow: visible;
  257. position: absolute;
  258. top: 0;
  259. left: 790px;
  260. }
  261.  
  262. #holder {
  263. position: absolute;
  264. top: 0;
  265. left: 130px;
  266. height: 100%;
  267. }
  268.  
  269. .menu_shadow {
  270. display: none;
  271. top: 0;
  272. height: 41px;
  273. position: absolute;
  274. z-index: 3;
  275. background: #c7346d;
  276. }
  277.  
  278. #menu_holder div.menu_dropdown div.menu_subtitle {
  279. font-weight: bold;
  280. margin-bottom: 4px;
  281. display: block;
  282. letter-spacing: 1px;
  283. color: #c7346d;
  284. }
  285.  
  286. #menu_holder div.menu_dropdown {
  287. font-size: 11px;
  288. line-height: 12px;
  289. background: #f8ff96;
  290. position: absolute;
  291. z-index: 1000;
  292. display: none;
  293. }
  294.  
  295.  
  296. #mweor_good_text span, .good_label {
  297. background: #398a68;
  298. padding: 2px 45px;
  299. margin: 0 5px;
  300. font-size: 12px;
  301. line-height: 14px;
  302. color: white;
  303. border-radius: 30px;
  304. border: 1px dashed #c0ffba;
  305. transition: 0.5s;
  306. }
  307.  
  308. #mweor_good_text span, .good_label:hover {
  309. opacity: 0.5;
  310. padding: 2px 45px;
  311. margin: 0 5px;
  312. font-size: 12px;
  313. line-height: 14px;
  314. color: white;
  315. border-radius: 30px;
  316. border: 1px dashed #c0ffba;
  317. transition: 0.5s;
  318. }
  319.  
  320. .centered {
  321. text-align: center;
  322. margin-left: auto;
  323. margin-right: auto;
  324. display: none;
  325. }
  326.  
  327.  
  328.  
  329. .theader, tr.theader {
  330. background: #c7346d;
  331. }
  332.  
  333. .plain_table {
  334. padding: 0;
  335. text-align: left;
  336. font-size: 12px;
  337. display: none;
  338. }
  339.  
  340. .plain_table {
  341. padding: 0;
  342. text-align: center;
  343. font-size: 12px;
  344. width: 500px;
  345. border: none;
  346. }
  347.  
  348.  
  349. #cattery_infobox {
  350. display: none;
  351. }
  352.  
  353. .text_medium {
  354. font-size: 15px;
  355. line-height: 16px;
  356. }
  357.  
  358.  
  359. #footer { display: none; }
  360.  
  361.  
  362. #topbanner { display:none; }
  363.  
  364. #bottombanner img { display: none; }
  365.  
  366. .ci_notice { display:none; }
  367.  
  368. .sf-menu { display:none; }
  369.  
  370. #sidebanners { display:none; }
  371.  
  372. #footer { display:none; }
  373.  
  374. #topbanner { display:none; }
  375.  
  376. #bodyi { display:none; }
  377.  
  378. #footer { display:none; }
  379.  
  380. #messageplayer { display: none; }
  381.  
  382. #cattery_descbox {
  383. position: relative;
  384. width: 1230px;
  385. height: 920px;
  386. float: left;
  387. padding: 4px;
  388. right: 10px;
  389. overflow: hidden;
  390. background: none;
  391. }
  392.  
  393. /*mweor tabs*/
  394.  
  395. .ui-widget-content {
  396.  
  397. border: 1px solid #83bdc9;
  398.  
  399. background: #83bdc9;
  400.  
  401. transition: 0.5s;
  402.  
  403. color: #000;
  404.  
  405. }
  406.  
  407. .ui-widget-content {
  408. width: 900px;
  409. background: #fff;
  410. color: #000;
  411. text-align: center;
  412. border: 22px solid #888;
  413. transition: 0.5s;
  414.  
  415. }
  416.  
  417.  
  418. #mweor_tabs .ui-widget-header {
  419.  
  420. width: 723px;
  421.  
  422. border: 1px solid #fff;
  423.  
  424. background: #fff;
  425.  
  426. margin-left: -3px !important;
  427.  
  428. color: white;
  429.  
  430. margin-top: -3px !important;
  431.  
  432. transition: 0.5s;
  433.  
  434. outline: none;
  435.  
  436. }
  437.  
  438.  
  439.  
  440. .ui-widget-header {
  441.  
  442. border: 1px solid #fff;
  443.  
  444. background: #fff;
  445.  
  446. outline: none;
  447.  
  448. transition: 0.5s;
  449.  
  450. color: white;
  451.  
  452. }
  453.  
  454.  
  455.  
  456. .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  457.  
  458. border: 1px solid #333;
  459.  
  460. outline: none;
  461.  
  462. transition: 0.5s;
  463.  
  464. color: white;
  465.  
  466. background: #333 !important;
  467.  
  468. }
  469.  
  470.  
  471.  
  472. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  473.  
  474. background: #333;
  475.  
  476. outline: none;
  477.  
  478. border: 1px solid #333;
  479.  
  480. transition: 0.5s;
  481.  
  482. color: white;
  483.  
  484. }
  485.  
  486. .ui-tabs .ui-tabs-nav li a {
  487. float: left;
  488. padding: .5em 1em;
  489. text-decoration: none;
  490. color: white;
  491. }
  492.  
  493. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  494. background: #333;
  495. outline: none;
  496. border: 1px solid #333;
  497. transition: .5s;
  498. color: #fff;
  499. }
  500.  
  501.  
  502. .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-
  503.  
  504.  
  505.  
  506. focus {
  507.  
  508. background: #333;
  509.  
  510. border: 1px solid #333;
  511.  
  512. color: white;
  513.  
  514. transition: 0.5s;
  515.  
  516. outline: none;
  517.  
  518. cursor: crosshair;
  519.  
  520. }
  521.  
  522.  
  523. .ui-widget-overlay {
  524.  
  525. background: #333;
  526.  
  527. color: white;
  528.  
  529. cursor: crosshair;
  530.  
  531. outline: none;
  532.  
  533. opacity: 0.5;
  534.  
  535. transition: 0.5s;
  536.  
  537.  
  538. }
  539.  
  540. </style>
  541.  
  542. <style>
  543. .tabs {
  544. position: relative;
  545. min-height: 100px;
  546. clear: both;
  547. margin: 25px 0;
  548. top: 0px;
  549. }
  550. .tabs .tab {
  551. float: left;
  552. }
  553. .tabs .tab label {
  554. background: #ff6898;
  555. padding: 5px 50px;
  556. border-bottom: 3px solid #ff6898;
  557. border-radius: 200px 200px 0px 0px;
  558. -moz-border-radius: 200px 200px 0px 0px;
  559. -webkit-border-radius: 200px 200px 0px 0px;
  560. position: relative;
  561. color: white;
  562. left: 1px;
  563. transition: 0.5s;
  564. cursor: crosshair;
  565. }
  566.  
  567. .tabs .tab label:hover {
  568. opacity: 0.5;
  569. background-color: #398a68;
  570. transition: 0.5s;
  571. cursor: crosshair;
  572. }
  573.  
  574. .tabs .tab [type=radio] {
  575. display: none;
  576. }
  577. .tabs .content {
  578. position: absolute;
  579. top: 18px;
  580. left: 0;
  581. background: #f8ff96;
  582. right: 0;
  583. bottom: 0;
  584. padding: 20px;
  585. width: 620px;
  586. height: 420px;
  587. border-top: 10px solid #ff6898;
  588. border-bottom: 10px solid #c7346d;
  589. border-left: 10px solid #398a68;
  590. border-right: 10px solid #398a68;
  591. overflow:auto;
  592. transition: 0.5s;
  593. color: #398a68;
  594.  
  595. }
  596. .tabs [type=radio]:checked ~ label {
  597. background: #c7346d;
  598. color: #fff;
  599. z-index: 2;
  600. transition: 0.5s;
  601. cursor: crosshair;
  602. border-bottom: 3px solid #c7346d;
  603.  
  604. }
  605. .tabs [type=radio]:checked ~ label ~ .content {
  606. z-index: 1;
  607. }
  608.  
  609. h {
  610. background-color: #c7346d;
  611. padding: 2px;
  612. color: white;
  613. }
  614.  
  615. u {
  616. color: #398a68;
  617. }
  618.  
  619. b {
  620. color: #398a68;
  621. }
  622.  
  623. p {
  624. font-size: 10px;
  625. margin: 5px;
  626. }
  627.  
  628. h1 {
  629. font-size: 30px;
  630. color: #c7346d;
  631. }
  632.  
  633. h5 {
  634. margin-top: -15px;
  635. font-size: 12px;
  636. font-weight: normal;
  637. letter-spacing: 0.5px;
  638. color: #398a68;
  639. }
  640.  
  641. quote {
  642. border-left: 5px solid #398a68;
  643. background-color: #c7346d;
  644. padding: 9px 70px;
  645. margin: auto;
  646. color: #fff;
  647. transition: 0.5s;
  648. }
  649.  
  650. quote:hover {
  651. border-left: 5px solid #c7346d;
  652. background-color: #398a68;
  653. transition: 0.5s;
  654. color: white;
  655. }
  656.  
  657. a {
  658. color: #ff6898;
  659. text-decoration: none;
  660. transition: 0.5s;
  661. }
  662.  
  663. a:hover {
  664. color: #c7346d;
  665. transition: 0.5s;
  666. }
  667.  
  668. .column {
  669. float: left;
  670. width: 33.33%;
  671. padding: 5px;
  672. }
  673.  
  674. /* Clearfix (clear floats) */
  675. .row::after {
  676. content: "";
  677. clear: both;
  678. display: table;
  679. }
  680. </style>
  681.  
  682. <div class="tabs">
  683.  
  684. <div class="tab">
  685. <input type="radio" id="tab-1" name="tab-group-1" checked>
  686. <label for="tab-1">Cattery</label>
  687.  
  688. <div class="content">
  689. <h1>Header One</h1>
  690. <h5>header 5</h5>
  691. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,
  692. <br><br>
  693. <b>bold text</b> <i>italic text</i> <u>underlined text</u> <s>strike text</s> <a href="www.mweor.com">link text</a> <h>highlighted text</h>
  694. <br><br><br>
  695. <quote>your snazzy quote goes here - name</quote> </p>
  696. </div>
  697. </div>
  698.  
  699. <div class="tab">
  700. <input type="radio" id="tab-2" name="tab-group-1">
  701. <label for="tab-2">About</label>
  702.  
  703. <div class="content">
  704. <h1>Header One</h1>
  705. <h5>header 5</h5>
  706. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,
  707. <br><br>
  708. <b>bold text</b> <i>italic text</i> <u>underlined text</u> <s>strike text</s> <a href="www.mweor.com">link text</a> <h>highlighted text</h>
  709. <br><br><br>
  710. <quote>your snazzy quote goes here - name</quote> </p>
  711. </div>
  712. </div>
  713.  
  714. <div class="tab">
  715. <input type="radio" id="tab-3" name="tab-group-1">
  716. <label for="tab-3">Customs</label>
  717.  
  718. <div class="content">
  719. <h1>Header One</h1>
  720. <h5>header 5</h5>
  721. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,
  722. <br><br>
  723. <b>bold text</b> <i>italic text</i> <u>underlined text</u> <s>strike text</s> <a href="www.mweor.com">link text</a> <h>highlighted text</h>
  724. <br><br><br>
  725. <quote>your snazzy quote goes here - name</quote> </p>0
  726. </div>
  727. </div>
  728.  
  729. <div class="tab">
  730. <input type="radio" id="tab-4" name="tab-group-1">
  731. <label for="tab-4">Pets</label>
  732.  
  733. <div class="content">
  734. <h1>Header One</h1>
  735. <h5>header 5</h5>
  736. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,
  737. <br><br>
  738. <b>bold text</b> <i>italic text</i> <u>underlined text</u> <s>strike text</s> <a href="www.mweor.com">link text</a> <h>highlighted text</h>
  739. <br><br><br>
  740. <quote>your snazzy quote goes here - name</quote> </p>
  741. </div>
  742. </div>
  743.  
  744. <div class="tab">
  745. <input type="radio" id="tab-5" name="tab-group-1">
  746. <label for="tab-5">Other</label>
  747.  
  748. <div class="content">
  749. <h1>Header One</h1>
  750. <h5>header 5</h5>
  751. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,
  752. <br><br>
  753. <b>bold text</b> <i>italic text</i> <u>underlined text</u> <s>strike text</s> <a href="www.mweor.com">link text</a> <h>highlighted text</h>
  754. <br><br><br>
  755. <quote>your snazzy quote goes here - name</quote> </p>
  756. </div>
  757. </div>
  758. </div>
  759.  
  760. <style>
  761.  
  762. #mweor_buttons2 {
  763. position: absolute;
  764. left: 680px;
  765. top: 285px;
  766. width: 100%;
  767. }
  768.  
  769. #mweor_buttons2 a {
  770. background-color: #398a68;
  771. border: none;
  772. color: white;
  773. padding: 5px 190px;
  774. font-size: 15px;
  775. cursor: pointer;
  776. transition: 0.5s;
  777. }
  778.  
  779. /* Darker background on mouse-over */
  780. #mweor_buttons2 a:hover {
  781. transition: 0.5s;
  782. opacity: 0.5;
  783. cursor: crosshair;
  784. }
  785. </style>
  786.  
  787. <div id="mweor_buttons2">
  788. <a href="/messages.php?user=87144" >send me a message</a>
  789. </div>
  790.  
  791. <style>
  792.  
  793. #mweor_buttons {
  794. position: absolute;
  795. top: 310px;
  796. left: 695px;
  797. }
  798.  
  799. #mweor_buttons a {
  800. background-color: #ff6898;
  801. border: 3px solid #ff6898;
  802. color: white; /* White text */
  803. padding: 10px 133px; /* Some padding */
  804. cursor: pointer; /* Pointer/hand icon */
  805. width: 200px;
  806. display: table; /* Make the buttons appear below each other */
  807. text-decoration: none;
  808. text-align: center;
  809. font-family: calibri;
  810. font-size: 13px;
  811. margin: 5px;
  812. transition: 0.5s;
  813. }
  814.  
  815. /* Add a background color on hover */
  816. #mweor_buttons a:hover {
  817. transition: 0.5s;
  818. background-color: #c7346d;
  819. border: 3px solid #c7346d;
  820. cursor: crosshair;
  821. text-shadow: 0px 10px 0px #eee;
  822. }
  823.  
  824. </style>
  825.  
  826.  
  827. <div id="mweor_buttons">
  828. <a href="/usershop.php?id=87144"> Shop </a>
  829. <a href="/cattery_offspring.php?id=87144"> Offspring List </a>
  830. <a href="/cattery_expected.php?id=87144"> Expected Mwits </a>
  831. <a href="/cattery_retired.php?id=87144"> Retired Mweors </a>
  832. <a href="/cattery_overview.php?id=87144"> Overview </a>
  833. </div>
  834.  
  835.  
  836. <div id="creditbutton">
  837. <a>Layout by Oakhearted (#196723) For Shy (#87144)</a>
  838. </div>
  839.  
  840. <style>
  841. #creditbutton {
  842. position: absolute;
  843. top: 820px;
  844. left: 0px;
  845. }
  846.  
  847. #creditbutton a {
  848. background-color: #f8ff96;
  849. border: 3px solid #f8ff96;
  850. color: #398a68;
  851. padding: 10px 133px; /* Some padding */
  852. cursor: pointer; /* Pointer/hand icon */
  853. width: 890px;
  854. display: table; /* Make the buttons appear below each other */
  855. text-decoration: none;
  856. text-align: center;
  857. font-family: calibri;
  858. font-size: 13px;
  859. margin: 5px;
  860. transition: 0.5s;
  861. }
  862.  
  863. /* Add a background color on hover */
  864. #creditbutton a:hover {
  865. opacity: 0.8;
  866. transition: 0.5s;
  867. cursor: crosshair;
  868. background-color: #f8ff96;
  869. border: 3px solid #f8ff96;
  870. text-shadow: 0px 10px 0px #eee;
  871. }
  872. </style>
  873.  
  874. <style>
  875. #profilepicholder {
  876. position: relative;
  877. top: -130px;
  878. left: 700px;
  879. width: 430px;
  880. padding: 10px;
  881. border-top: 10px solid #ff6898;
  882. border-bottom: 10px solid #c7346d;
  883. border-left: 10px solid #398a68;
  884. border-right: 10px solid #f8ff96;
  885. color: #2a363b;
  886. text-align: center;
  887. background-color: rgba(255,255,255,0.9);
  888. }
  889. #profilepicholder img {
  890. position: relative;
  891. left: 0px;
  892. top: -5px;
  893. border: 0px solid #ccc;
  894. width: 150px;
  895. height: 150px;
  896. }
  897.  
  898. #links {
  899. text-decoration: none;
  900. position: relative;
  901. top: 140px;
  902. left: 690px;
  903. width: 440px;
  904. padding: 10px;
  905. height: 230px;
  906. border-top: 10px solid #ff6898;
  907. border-bottom: 10px solid #c7346d;
  908. border-left: 10px solid #398a68;
  909. border-right: 10px solid #f8ff96;
  910. color: #2a363b;
  911. z-index: 9;
  912. text-align: center;
  913. background-color: white;
  914. }
  915.  
  916. #links a {
  917. display: block;
  918. text-align: center;
  919. text-decoration: none;
  920. background-color: #ff6898;
  921. padding: 9px;
  922. width: 410px;
  923. transition: all 0.3s ease;
  924. color: white;
  925. font-size: 15px;
  926. margin: 5px;
  927. border-radius: 50px;
  928. left: 0px;
  929. top: 20px;
  930. position: relative;
  931. }
  932.  
  933. #links a:hover {
  934. background-color: #398a68;
  935. letter-spacing: 2px;
  936. text-shadow: 0px 10px 0px #c0ffba;
  937. cursor: crosshair;
  938.  
  939. }
  940.  
  941. #box1 {
  942. position: absolute;
  943. border-top: 10px solid #ff6898;
  944. border-bottom: 10px solid #c7346d;
  945. border-left: 10px solid #398a68;
  946. border-right: 10px solid #f8ff96;
  947. color: #2a363b;
  948. text-align: center;
  949. padding: 10px;
  950. width: 640px;
  951. height: 240px;
  952. top: 535px;
  953. background-color: white;
  954. transition: 0.5s;
  955. }
  956.  
  957. #box1 img {
  958. transition: 0.5s;
  959. }
  960.  
  961. #box1 img:hover {
  962. opacity: 0.5;
  963. transition: 0.5s;
  964. }
  965.  
  966. </style>
  967.  
  968. <div id="profilepicholder">
  969. <img src="http://orig10.deviantart.net/9cab/f/2017/109/3/3/oreocat_by_cupidmakes-db6eeop.png">
  970. <br>
  971. <a style=" font-family: calibri; font-size: 20px; font-weight: normal; cursor: crosshair;">Shy</a>
  972. <br>
  973. <a style="line-height: 20px; font-family: calibri; font-size: 12px; font-weight: normal; cursor: crosshair;">Run Away Wolves</a>
  974. <br>
  975. (#87144)
  976. </div>
  977.  
  978.  
  979. <div id="links">
  980. <a href="linkurlhere">link 01</a>
  981. <a href="linkurlhere">link 02</a>
  982. <a href="linkurlhere">link 03</a>
  983. <a href="linkurlhere">link 04</a>
  984. <a href="linkurlhere">link 05</a>
  985. </div>
  986.  
  987.  
  988.  
  989. <div id="box1">
  990. <marquee behavior="scroll" direction="left">
  991. <img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=240%C3%97240&w=240&h=240" width="240" height="240">
  992. <img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=240%C3%97240&w=240&h=240" width="240" height="240">
  993. <img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=240%C3%97240&w=240&h=240" width="240" height="240">
  994. <img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=240%C3%97240&w=240&h=240" width="240" height="240">
  995. <img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=240%C3%97240&w=240&h=240" width="240" height="240">
  996. <img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=240%C3%97240&w=240&h=240" width="240" height="240">
  997. </marquee>
  998. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement