Advertisement
Guest User

akliaja

a guest
Dec 9th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.14 KB | None | 0 0
  1. .e2 {
  2.   z-index          : -1;
  3.   position         : absolute;
  4.   width            : 92%;
  5.   height           : 77%;
  6.   margin-right     : 4%;
  7.   margin-left      : 4%;
  8.   border           : 3px solid #fff;
  9.   background-color : #E2F2E5;
  10. }
  11.  
  12. .e3_ {
  13.   display            : inline-block;
  14.   margin             : 12px 6px 0px 6px;
  15.   overflow           : hidden;
  16.   border-radius      : 4px;
  17.   background-color   : #fff;
  18.   -webkit-box-shadow : 0px 0px 2px #d8d8d8;
  19.   box-shadow         : 0px 0px 2px #d8d8d8;
  20. }
  21.  
  22. .e3a_ {
  23.   margin : 3px;
  24. }
  25.  
  26. .e3a_ img {
  27.   width  : 100%;
  28.   height : 183px;
  29. }
  30.  
  31. .e3c_ {
  32.   display          : inline-block;
  33.   width            : 176px;
  34.   float            : left;
  35.   margin-bottom    : 4px;
  36.   padding          : 3px 2px 3px 2px;
  37.   background-color : #F3F6ED;
  38. }
  39.  
  40. .e3b_ {
  41.   margin-top    : -3px;
  42.   margin-bottom : 3px;
  43.   overflow      : hidden;
  44. }
  45.  
  46. .e3ba_ {
  47.   float            : right;
  48.   padding          : 2px 12px 2px 12px;
  49.   color            : #12bf1f;
  50.   background-color : #f3f6ed;
  51.   font-weight      : 600;
  52. }
  53.  
  54. .e3bb_ {
  55.   line-height : 1.4em;
  56. }
  57.  
  58. .e3bb_ span:first-of-type {
  59.   color : #1CBC0B;
  60. }
  61.  
  62. .e3bb_ span:last-of-type {
  63.   color : #DC3A3E;
  64. }
  65.  
  66. #f {
  67.   z-index   : 99;
  68.   display   : none;
  69.   position  : fixed;
  70.   right     : 94px;
  71.   bottom    : 73px;
  72.   color     : #999c9e;
  73.   font-size : 41px;
  74. }
  75.  
  76. .g1 {
  77.   background-color : #EDF1E5;
  78. }
  79.  
  80. .h1 {
  81.   background-color : #F0E6E6;
  82. }
  83.  
  84. .g1,
  85. .h1,
  86. .i1 {
  87.   width        : 92%;
  88.   margin-right : 4%;
  89.   margin-left  : 4%;
  90.   border       : 3px solid #fff;
  91. }
  92.  
  93. .g1 table {
  94.   width  : 80%;
  95.   height : 30%;
  96.   margin : 4px auto 4px auto;
  97. }
  98.  
  99. .g1a1a td {
  100.   height                      : 36px;
  101.   padding-right               : 2px;
  102.   padding-left                : 2px;
  103.   border-right                : 2px solid #edf1e5;
  104.   border-left                 : 2px solid #edf1e5;
  105.   background-color            : #fff;
  106.   -webkit-transition-duration : 0.3s;
  107.   transition-duration         : 0.3s;
  108. }
  109.  
  110. .g1 td:hover {
  111.   color            : #fff;
  112.   background-color : #10d81e;
  113. }
  114.  
  115. #h,
  116. #i,
  117. #j {
  118.   position : relative;
  119.   width    : 1030px;
  120.   margin   : 0 auto 22px auto;
  121. }
  122.  
  123. .h1 span,
  124. .i1 span {
  125.   display                     : inline-block;
  126.   float                       : left;
  127.   -webkit-transition-duration : 0.2s;
  128.   transition-duration         : 0.2s;
  129. }
  130.  
  131. .h1 span {
  132.   background-image : url(../img/dukungan.png);
  133. }
  134.  
  135. .i1 span {
  136.   background-image : url(../img/kurir.png);
  137. }
  138.  
  139. .h1a_ {
  140.   width         : 900px;
  141.   margin-top    : 6px;
  142.   margin-bottom : 6px;
  143.   overflow      : hidden;
  144. }
  145.  
  146. .h1a1_ {
  147.   width            : 130px;
  148.   height           : 40px;
  149.   background-image : none !important;
  150.   text-align       : center;
  151.   line-height      : 2.78em;
  152. }
  153.  
  154. #h .h1a1_ {
  155.   color : #b19292;
  156. }
  157.  
  158. #i .h1a1_ {
  159.   color : #92b1af;
  160. }
  161.  
  162. .h2_ {
  163.   width        : 159px;
  164.   height       : 49px;
  165.   margin-right : 14px;
  166.   margin-left  : 14px;
  167.   color        : transparent;
  168.   border       : 2px solid #fff;
  169. }
  170.  
  171. .h1a2 {
  172.   background-position : -1px -5px;
  173. }
  174.  
  175. .h1a2:hover {
  176.   border              : 2px solid #09539C;
  177.   background-position : -1px -56px;
  178. }
  179.  
  180. .h1a3 {
  181.   background-position : -157px -7px;
  182. }
  183.  
  184. .h1a3:hover {
  185.   border              : 2px solid #FCAE13;
  186.   background-position : -157px -57px;
  187. }
  188.  
  189. .h1a4 {
  190.   background-position : -323px -7px;
  191. }
  192.  
  193. .h1a4:hover {
  194.   border              : 2px solid #2D419B;
  195.   background-position : -323px -57px;
  196. }
  197.  
  198. .h1a5 {
  199.   background-position : 151px -7px;
  200. }
  201.  
  202. .h1a5:hover {
  203.   border              : 2px solid #005E6A;
  204.   background-position : 151px -56px;
  205. }
  206.  
  207. .h1b2 {
  208.   background-position : 2px -106px;
  209. }
  210.  
  211. .h1b2:hover {
  212.   border              : 2px solid #114072;
  213.   background-position : 2px -157px;
  214. }
  215.  
  216. .h1b3 {
  217.   background-position : -159px -106px;
  218. }
  219.  
  220. .h1b3:hover {
  221.   border              : 2px solid #E85C0C;
  222.   background-position : -159px -155px;
  223. }
  224.  
  225. .h1b4 {
  226.   background-position : 312px -105px;
  227. }
  228.  
  229. .h1b4:hover {
  230.   border              : 2px solid #005FAF;
  231.   background-position : 312px -156px;
  232. }
  233.  
  234. .h1c2 {
  235.   background-position : -3px -207px;
  236. }
  237.  
  238. .h1c2:hover {
  239.   border              : 2px solid #0057A0;
  240.   background-position : -3px -257px;
  241. }
  242.  
  243. .h1c3 {
  244.   background-position : -161px -207px;
  245. }
  246.  
  247. .h1c3:hover {
  248.   border              : 2px solid #49AB32;
  249.   background-position : -161px -257px;
  250. }
  251.  
  252. .h1c4 {
  253.   background-position : -319px 213px;
  254. }
  255.  
  256. .h1c4:hover {
  257.   border              : 2px solid #FE9900;
  258.   background-position : -319px 163px;
  259. }
  260.  
  261. .h1d2 {
  262.   background-position : 0px -308px;
  263. }
  264.  
  265. .h1d2:hover {
  266.   border              : 2px solid #88898B;
  267.   background-position : 0px -358px;
  268. }
  269.  
  270. .h1d3 {
  271.   background-position : -160px -307px;
  272. }
  273.  
  274. .h1d3:hover {
  275.   border              : 2px solid #DB2925;
  276.   background-position : -160px -358px;
  277. }
  278.  
  279. .i1 {
  280.   background-color : #dcecf1;
  281. }
  282.  
  283. .i1a2 {
  284.   background-position : 2px 0px;
  285. }
  286.  
  287. .i1a2:hover {
  288.   border              : 2px solid #27CE21;
  289.   background-position : 2px -44px;
  290. }
  291.  
  292. .i1b2 {
  293.   background-position : -152px 1px;
  294. }
  295.  
  296. .i1b2:hover {
  297.   border              : 2px solid #88898B;
  298.   background-position : -152px -44px;
  299. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement