Guest User

Untitled

a guest
Nov 19th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. <style id="jsbin-css">
  2. img {
  3. display: block;
  4. margin: 20px;
  5. }
  6.  
  7. .crossRotate {
  8. -webkit-transition-duration: 1s;
  9. -moz-transition-duration: 1s;
  10. -o-transition-duration: 1s;
  11. transition-duration: 1s;
  12. -webkit-transition-property: -webkit-transform;
  13. -moz-transition-property: -moz-transform;
  14. -o-transition-property: -o-transform;
  15. transition-property: transform;
  16. outline: 0;
  17. }
  18.  
  19. .crossRotate:focus {
  20. -webkit-transform: rotate(45deg);
  21. -ms-transform: rotate(45deg);
  22. transform: rotate(45deg);
  23. }
  24. </style>
  25. <!--General Shop Column Code (one row, no banner)-->
  26.  
  27. <!--FIRST COLUMN--><div class="hh"><div class="ll"><div class="hh"><div class="ll" align="center"><div class="sealed-zone" align="center"><small><da:thumb id="374506852374412">
  28. </small></div><div class="sealed-zone"><div align="center">
  29. </div><h1 align="center">Frosting Squish</h1><h2 align="center"><small>10 Coins
  30. </small></h2><div align="center"><i>Not only is this little guy handy, but it's also super cute!</i>
  31. </div>
  32. </div></div><!--SECOND COLUMN--><div class="rr" align="center"><div class="sealed-zone"><small><da:thumb id="4779161476631184">
  33. </small></div><div class="sealed-zone">
  34. <h1>Slightly Damaged Pop
  35. </h1><h2><small>20 Coins
  36. </small></h2><i>Oop, who took a bite of of this...</i><small></small></div></div></div></div><!--THIRD COLUMN--><div class="rr"><div class="hh"><div class="ll" align="center"><div class="sealed-zone"><small><da:thumb id="3047695167400409">
  37. </small></div><div class="sealed-zone">
  38. <h1>Rollin' Rollin' Roller
  39. </h1><h2><small>100 Coins
  40. </small></h2><i>Keep on rolling!</i><small></small></div></div><!--FOURTH COLUMN--><div class="rr" align="center"><div class="sealed-zone"><small><da:thumb id="3170373046652414">
  41. </small></div><div class="sealed-zone">
  42. <h1>Cupcake Patter
  43. </h1><h2><small>50 Coins
  44. </small></h2><i>So many cupcakes to pat!</i><small></small></div></div></div></div></div>
  45.  
  46. <!--HOW TO ADD OR TAKE AWAY COLUMNS-->
  47. <!--Each column is labeled in the code as "!--NTH COLUMN--"
  48. To take away a column, just delete to the last </div> of the previous column.
  49.  
  50. To add a column, find the end of the previous column and past after it.
  51.  
  52. To add another row, press enter a few times after the previous row, then just copy and paste the code above.
  53.  
  54. IMPORTANT NOTES
  55. *For this code, you can only add up to 4 columns.
  56. *When adding columns, be sure to use the code for that specfic column. (Example: Do not use the code for the 4th column for the 2nd colmun,
  57. copy the 2nd column's code from here instead)
  58. *Deviantart's writer may close divs. This can be pesky when you go back to add columns. The solution to this would be to remove a </div> or
  59. two from the previous column until the result looks as it should.-->
  60. <script id="jsbin-source-html" type="text/html"><\!--General Shop Column Code (one row, no banner)-->
  61.  
  62. <\!--FIRST COLUMN--><div class="hh"><div class="ll"><div class="hh"><div class="ll" align="center"><div class="sealed-zone" align="center"><small><da:thumb id="374506852374412">
  63. </small></div><div class="sealed-zone"><div align="center">
  64. </div><h1 align="center">Frosting Squish</h1><h2 align="center"><small>10 Coins
  65. </small></h2><div align="center"><i>Not only is this little guy handy, but it's also super cute!</i>
  66. </div>
  67. </div></div><\!--SECOND COLUMN--><div class="rr" align="center"><div class="sealed-zone"><small><da:thumb id="4779161476631184">
  68. </small></div><div class="sealed-zone">
  69. <h1>Slightly Damaged Pop
  70. </h1><h2><small>20 Coins
  71. </small></h2><i>Oop, who took a bite of of this...</i><small></small></div></div></div></div><\!--THIRD COLUMN--><div class="rr"><div class="hh"><div class="ll" align="center"><div class="sealed-zone"><small><da:thumb id="3047695167400409">
  72. </small></div><div class="sealed-zone">
  73. <h1>Rollin' Rollin' Roller
  74. </h1><h2><small>100 Coins
  75. </small></h2><i>Keep on rolling!</i><small></small></div></div><\!--FOURTH COLUMN--><div class="rr" align="center"><div class="sealed-zone"><small><da:thumb id="3170373046652414">
  76. </small></div><div class="sealed-zone">
  77. <h1>Cupcake Patter
  78. </h1><h2><small>50 Coins
  79. </small></h2><i>So many cupcakes to pat!</i><small></small></div></div></div></div></div>
  80.  
  81. <\!--HOW TO ADD OR TAKE AWAY COLUMNS-->
  82. <\!--Each column is labeled in the code as "!--NTH COLUMN--"
  83. To take away a column, just delete to the last </div> of the previous column.
  84.  
  85. To add a column, find the end of the previous column and past after it.
  86.  
  87. To add another row, press enter a few times after the previous row, then just copy and paste the code above.
  88.  
  89. IMPORTANT NOTES
  90. *For this code, you can only add up to 4 columns.
  91. *When adding columns, be sure to use the code for that specfic column. (Example: Do not use the code for the 4th column for the 2nd colmun,
  92. copy the 2nd column's code from here instead)
  93. *Deviantart's writer may close divs. This can be pesky when you go back to add columns. The solution to this would be to remove a </div> or
  94. two from the previous column until the result looks as it should.--> </script>
  95.  
  96. <script id="jsbin-source-css" type="text/css">img {
  97. display: block;
  98. margin: 20px;
  99. }
  100.  
  101. .crossRotate {
  102. -webkit-transition-duration: 1s;
  103. -moz-transition-duration: 1s;
  104. -o-transition-duration: 1s;
  105. transition-duration: 1s;
  106. -webkit-transition-property: -webkit-transform;
  107. -moz-transition-property: -moz-transform;
  108. -o-transition-property: -o-transform;
  109. transition-property: transform;
  110. outline: 0;
  111. }
  112.  
  113. .crossRotate:focus {
  114. -webkit-transform: rotate(45deg);
  115. -ms-transform: rotate(45deg);
  116. transform: rotate(45deg);
  117. }</script>
Add Comment
Please, Sign In to add comment