Advertisement
Guest User

css

a guest
Sep 21st, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.34 KB | None | 0 0
  1. /*HEADER BEGIN*/
  2. html,
  3. body {
  4.     background: url("../img/blue-background.jpg") no-repeat center center fixed;
  5.     -webkit-background-size: cover;
  6.     -moz-background-size: cover;
  7.     -o-background-size: cover;
  8.     background-size: cover;
  9.     overflow-y: hidden;
  10.     overflow-x: hidden;
  11.     font-family: 'Open Sans', sans-serif;
  12.     color: white;
  13.     padding: 0 auto;
  14.     margin: 0 auto;
  15. }
  16.  
  17. .header {
  18.     padding: 0.5% 3%;
  19.     border-top: 2px solid #ffe200;
  20.     border-bottom: 2px solid #ffe200;
  21.     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffae3a+0,f25f0a+49,ee4d09+50,d00000+100 */
  22.     background: #ffae3a;
  23.     /* Old browsers */
  24.     background: -moz-linear-gradient(top, #ffae3a 0%, #f25f0a 49%, #ee4d09 50%, #d00000 100%);
  25.     /* FF3.6+ */
  26.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffae3a), color-stop(49%, #f25f0a), color-stop(50%, #ee4d09), color-stop(100%, #d00000));
  27.     /* Chrome,Safari4+ */
  28.     background: -webkit-linear-gradient(top, #ffae3a 0%, #f25f0a 49%, #ee4d09 50%, #d00000 100%);
  29.     /* Chrome10+,Safari5.1+ */
  30.     background: -o-linear-gradient(top, #ffae3a 0%, #f25f0a 49%, #ee4d09 50%, #d00000 100%);
  31.     /* Opera 11.10+ */
  32.     background: -ms-linear-gradient(top, #ffae3a 0%, #f25f0a 49%, #ee4d09 50%, #d00000 100%);
  33.     /* IE10+ */
  34.     background: linear-gradient(to bottom, #ffae3a 0%, #f25f0a 49%, #ee4d09 50%, #d00000 100%);
  35.     /* W3C */
  36.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae3a', endColorstr='#d00000', GradientType=0);
  37.     /* IE6-9 */
  38. }
  39.  
  40. .field-background {
  41.     background: url("../img/field.png") no-repeat center center;
  42.     background-size: contain;
  43.     padding: 1%;
  44. }
  45.  
  46. .left-pic {
  47.     background-size: auto 100%;
  48.     padding: 7%;
  49.     text-align: center;
  50. }
  51.  
  52. .right-pic {
  53.     position: absolute;
  54.     background: url("../img/star.png") no-repeat center center;
  55.     background-size: auto 100%;
  56.     padding: 14%;
  57.     margin-left: 25%;
  58.     text-align: center;
  59. }
  60.  
  61. #star {
  62.     background: url("../img/star.png") no-repeat center center;
  63.     background-size: auto 100%;
  64. }
  65.  
  66. #diamond {
  67.     background: url("../img/diamond.png") no-repeat center center;
  68.     background-size: auto 100%;
  69. }
  70.  
  71. #coin {
  72.     background: url("../img/coin.png") no-repeat center center;
  73.     background-size: auto 100%;
  74. }
  75.  
  76. #plus {
  77.     background: url("../img/plus.png") no-repeat center center;
  78.     background-size: auto 100%;
  79. }
  80.  
  81. .text-in-three {
  82.     position: relative;
  83.     right: 19%;
  84.     margin-top: 4%;
  85.     text-align: left;
  86.     font-weight: bold;
  87. }
  88.  
  89. #coins-text {
  90.     position: relative;
  91.     margin-top: 8%;
  92.     right: 41%;
  93. }
  94.  
  95. .three-small {
  96.     padding: 5%;
  97. }
  98.  
  99. #ticket {
  100.     background: url("../img/ticket-notification.png") no-repeat center center;
  101.     background-size: auto 100%;
  102.     padding: 2.75%;
  103. }
  104.  
  105. #store {
  106.     background: url("../img/store.png") no-repeat center center;
  107.     background-size: auto 100%;
  108.     padding: 2.75%;
  109. }
  110.  
  111. #settings {
  112.     background: url("../img/settings.png") no-repeat center center;
  113.     background-size: auto 100%;
  114.     padding: 2.75%;
  115. }
  116.  
  117. /*HEADER END*/
  118.  
  119. /*CONTENT BEGIN*/
  120. .contents {
  121.     padding: 10% 3% 2% 3%;
  122. }
  123.  
  124. .btn-pic {
  125.     background: url("../img/button.png") no-repeat center center;
  126.     background-size: contain;
  127.     padding: 10%;
  128.     z-index: 1;
  129. }
  130.  
  131. .text-in-btn {
  132.     position: relative;
  133.     right: 50%;
  134.     margin-top: 5.5%;
  135.     text-align: center;
  136.     font-size: 0.75em;
  137.     font-weight: bold;
  138.     z-index: 1;
  139.     white-space: nowrap;
  140. }
  141.  
  142. .character-image {
  143.     padding: 20%;
  144.     margin-right: 5%;
  145.     margin-top: -50%;
  146.     z-index: 0;
  147. }
  148.  
  149. .character-box {
  150. }
  151.  
  152. #girl-image {
  153.     position: relative;
  154.     background: url("../img/img01.png") no-repeat center center;
  155.     background-size: auto 100%;
  156. }
  157.  
  158. #whale-image {
  159.     position: relative;
  160.     background: url("../img/img02.png") no-repeat center center;
  161.     background-size: auto 100%;
  162. }
  163.  
  164. #princess-image {
  165.     position: relative;
  166.     background: url("../img/img03.png") no-repeat center center;
  167.     background-size: auto 100%;
  168. }
  169.  
  170. #treasure-image {
  171.     position: relative;
  172.     background: url("../img/img04.png") no-repeat center center;
  173.     background-size: auto 100%;
  174. }
  175.  
  176. #pharaoh-image {
  177.     position: relative;
  178.     background: url("../img/img05.png") no-repeat center center;
  179.     background-size: auto 100%;
  180. }
  181.  
  182. #dragon-image {
  183.     position: relative;
  184.     background: url("../img/img06.png") no-repeat center center;
  185.     background-size: auto 100%;
  186. }
  187.  
  188. #bison-image {
  189.     position: relative;
  190.     background: url("../img/img07.png") no-repeat center center;
  191.     background-size: auto 100%;
  192. }
  193.  
  194. #stallion-image {
  195.     position: relative;
  196.     background: url("../img/img08.png") no-repeat center center;
  197.     background-size: auto 100%;
  198. }
  199.  
  200. .content-row-1 {
  201.     background: #eee;
  202.     display: flex;
  203.     justify-content: space-around;
  204. }
  205.  
  206. .content-row-2 {
  207.     background: #ee7e00;
  208. }
  209.  
  210. /*CONTENT END*/
  211.  
  212. /*FOOTER BEGIN*/
  213. .footer {
  214.     z-index: 3;
  215.     position: absolute;
  216.     border-top-left-radius: 5em;
  217.     border-top-right-radius: 5em;
  218.     height: 10%;
  219.     padding: 1%;
  220.     bottom: 0;
  221.     border-top: 2px solid #ffe200;
  222.     width: 100%;
  223.     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa11d+0,fe9201+49,f87701+50,f66c03+100 */
  224.     background: #ffa11d;
  225.     /* Old browsers */
  226.     background: -moz-linear-gradient(top, #ffa11d 0%, #fe9201 49%, #f87701 50%, #f66c03 100%);
  227.     /* FF3.6+ */
  228.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa11d), color-stop(49%, #fe9201), color-stop(50%, #f87701), color-stop(100%, #f66c03));
  229.     /* Chrome,Safari4+ */
  230.     background: -webkit-linear-gradient(top, #ffa11d 0%, #fe9201 49%, #f87701 50%, #f66c03 100%);
  231.     /* Chrome10+,Safari5.1+ */
  232.     background: -o-linear-gradient(top, #ffa11d 0%, #fe9201 49%, #f87701 50%, #f66c03 100%);
  233.     /* Opera 11.10+ */
  234.     background: -ms-linear-gradient(top, #ffa11d 0%, #fe9201 49%, #f87701 50%, #f66c03 100%);
  235.     /* IE10+ */
  236.     background: linear-gradient(to bottom, #ffa11d 0%, #fe9201 49%, #f87701 50%, #f66c03 100%);
  237.     /* W3C */
  238.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa11d', endColorstr='#f66c03', GradientType=0);
  239.     /* IE6-9 */
  240. }
  241.  
  242. /*FOOTER END*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement