Advertisement
Katsiree

แก้ jpbacc

May 29th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.46 KB | None | 0 0
  1.                     .progress-outer {
  2.                         background: #fff;
  3.                         border-radius: 50px;
  4.                         padding: 15px;
  5.                         margin: 10px 0;
  6.                         box-shadow: 0 0 10px rgba(209, 219, 231, 0.7);
  7.                     }
  8.  
  9.                     .progress {
  10.                         height: 27px;
  11.                         margin: 0;
  12.                         overflow: visible;
  13.                         border-radius: 50px;
  14.                         background: #eaedf3;
  15.                         box-shadow: inset 0 10px 10px rgba(244, 245, 250, 0.9);
  16.                     }
  17.  
  18.                     .progress .progress-bar {
  19.                         border-radius: 50px;
  20.                     }
  21.  
  22.                     .progress .progress-value {
  23.                         top: 4px;
  24.                         font-size: 14px;
  25.                         font-weight: bold;
  26.                         color: #fff;
  27.                         letter-spacing: 2px;
  28.                         text-shadow: 0px 2px 7px rgba(58, 58, 58, 0.9);
  29.                         background: rgba(56, 56, 56, 0.2);
  30.                         padding: 0px 15px;
  31.                         border-radius: 25px;
  32.                         left: 50px;
  33.                         position: absolute;
  34.                         top: auto;
  35.                     }
  36.  
  37.                     .progress-bar.active {
  38.                         animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
  39.                     }
  40.  
  41.                     @-webkit-keyframes animate-positive {
  42.                         0% {
  43.                             width: 0%;
  44.                         }
  45.                     }
  46.  
  47.                     @keyframes animate-positive {
  48.                         0% {
  49.                             width: 0%;
  50.                         }
  51.                     }
  52.  
  53.                     .gg_lasvegas {
  54.                         border: none;
  55.                         color: rgba(255, 255, 255, 0.6);
  56.                         text-shadow:
  57.                             1px 5px 4px rgba(0, 0, 0, .3),
  58.                             0 0 2px rgba(255, 255, 255, 1),
  59.                             0 0 10px rgba(255, 255, 255, 1),
  60.                             0 0 20px rgba(255, 255, 255, 1),
  61.                             0 0 30px rgba(255, 255, 255, 1),
  62.                             0 0 40px #F9DB01,
  63.                             0 0 70px #F9DB01,
  64.                             0 0 80px #F9DB01,
  65.                             0 0 100px #F9DB01;
  66.  
  67.                     }
  68.  
  69.  
  70.                     .gg_lasvegas h1,
  71.                     .gg_lasvegas h2,
  72.                     .gg_lasvegas h3,
  73.                     .gg_lasvegas h4,
  74.                     .gg_lasvegas h5,
  75.                     .gg_lasvegas h6,
  76.                     .gg_lasvegas h1,
  77.                     .gg_lasvegas p {
  78.                         animation: blink 1s infinite alternate;
  79.                     }
  80.  
  81.  
  82.                     @keyframes blink {
  83.                         0% {}
  84.  
  85.                         50% {}
  86.  
  87.                         60% {
  88.                             text-shadow:
  89.                                 0 0 2px rgba(255, 255, 255, .1),
  90.                                 0 0 10px rgba(255, 255, 255, .4);
  91.  
  92.                             text-stroke: 2px rgba(255, 255, 255, 0.05);
  93.                         }
  94.  
  95.                         70% {
  96.                             text-shadow:
  97.                                 0 0 2px rgba(255, 255, 255, 1),
  98.                                 0 0 10px rgba(255, 255, 255, 1),
  99.                                 0 0 20px rgba(255, 255, 255, 1),
  100.                                 0 0 30px rgba(255, 255, 255, 1),
  101.                                 0 0 40px #F9DB01,
  102.                                 0 0 70px #F9DB01,
  103.                                 0 0 80px #F9DB01,
  104.                                 0 0 100px #F9DB01;
  105.                         }
  106.  
  107.                         80% {
  108.                             text-shadow:
  109.                                 0 0 2px rgba(255, 255, 255, .1),
  110.                                 0 0 10px rgba(255, 255, 255, .4);
  111.  
  112.                             text-stroke: 2px rgba(255, 255, 255, 0.05);
  113.                         }
  114.  
  115.                         100% {
  116.                             text-shadow:
  117.                                 0 0 2px rgba(255, 255, 255, 1),
  118.                                 0 0 10px rgba(255, 255, 255, 1),
  119.                                 0 0 20px rgba(255, 255, 255, 1),
  120.                                 0 0 30px rgba(255, 255, 255, 1),
  121.                                 0 0 40px #F9DB01,
  122.                                 0 0 70px #F9DB01,
  123.                                 0 0 80px #F9DB01,
  124.                                 0 0 100px #F9DB01;
  125.                         }
  126.                     }
  127.  
  128.                     @media(min-width: 992px) {
  129.                         .gg_w-d {
  130.                             width: 70%;
  131.                         }
  132.                     }
  133.  
  134.                     @media(max-width: 992px) {
  135.                         .gg_w-d {
  136.                             width: 100%;
  137.                         }
  138.                     }
  139.  
  140.                     /* ------------ */
  141.  
  142.                     #gg_confetti {
  143.                         position: fixed;
  144.                         left: 0;
  145.                         top: 0;
  146.                         height: 100%;
  147.                         width: 100%;
  148.                         pointer-events: none;
  149.                     }
  150.  
  151.                     #gg_confetti img {
  152.                         width: 100%;
  153.                         margin: 20px 0;
  154.                     }
  155.  
  156.  
  157.  
  158.                     .gg_message {
  159.                         background: pink;
  160.                         z-index: 1000;
  161.                         background: #fff;
  162.                         box-shadow: 0px 0px 15px #ddd;
  163.                         border-radius: 5px;
  164.                         padding: 20px;
  165.                         margin: 0 auto;
  166.                         position: relative;
  167.                         margin-top: 50px;
  168.                         animation: fade_in 0.6s;
  169.                         animation-fill-mode: forwards;
  170.                     }
  171.  
  172.                     .gg_gotcha {
  173.                         font-size: 64px;
  174.                         color: #3b79ac;
  175.                         opacity: 0;
  176.                         animation: gg_gotcha_anim 1s;
  177.                         animation-fill-mode: forwards;
  178.                         animation-delay: 0.5s;
  179.                     }
  180.  
  181.                     .gg_explanation ul>li {
  182.                         font-size: 16px;
  183.                         margin: 5px;
  184.                         opacity: 0;
  185.                         border-top: 1px solid #ccc;
  186.                         animation: fade_in 1.5s;
  187.                         animation-fill-mode: forwards;
  188.                         animation-delay: 1s;
  189.                         list-style: none;
  190.                     }
  191.  
  192.                     .gg_explanation ul {
  193.                         margin-top: 25px;
  194.                     }
  195.  
  196.                     .gg_return_link {
  197.                         font-size: 24px;
  198.                         color: skyblue;
  199.                         animation: fade_in 1s;
  200.                         animation-fill-mode: forwards;
  201.                         animation-delay: 1.2s;
  202.                         opacity: 0;
  203.                     }
  204.  
  205.                     @keyframes gg_gotcha_anim {
  206.                         0% {
  207.                             opacity: 0;
  208.                             font-size: 32px;
  209.                         }
  210.  
  211.                         50% {
  212.                             opacity: 1;
  213.                             font-size: 72px;
  214.                             transform: rotate(10deg);
  215.                         }
  216.  
  217.                         100% {
  218.                             font-size: 64px;
  219.                             opacity: 1;
  220.                         }
  221.                     }
  222.  
  223.                     @keyframes fade_in {
  224.                         from {
  225.                             opacity: 0;
  226.                         }
  227.  
  228.                         to {
  229.                             opacity: 1;
  230.                         }
  231.                     }
  232.  
  233.  
  234.                     @media(min-width: 992px) {
  235.                         .pp_number {
  236.                             top: 17%;
  237.                             position: absolute;
  238.                             left: 37%;
  239.                         }
  240.  
  241.                         .pp_number h4 {
  242.                             color: #1f1e1d;
  243.                             font-weight: bold;
  244.                             font-size: 35px;
  245.                         }
  246.  
  247.                         .pp_date {
  248.                             position: absolute;
  249.                             top: 36%;
  250.                             right: 17px;
  251.                         }
  252.  
  253.                         .pp_nameJp {
  254.                             position: absolute;
  255.                             top: 63%;
  256.                             left: 27%;
  257.                         }
  258.  
  259.                         .pp_nameJp h4 {
  260.                             color: #1f1e1d;
  261.                             font-weight: bold;
  262.                             font-size: 46px;
  263.                             top: 13px;
  264.                             position: relative;
  265.                         }
  266.                     }
  267.  
  268.                     @media(max-width: 992px) {
  269.                         .pp_number {
  270.                             top: 15%;
  271.                             position: absolute;
  272.                             left: 35%;
  273.                         }
  274.  
  275.                         .pp_number h4 {
  276.                             color: #1f1e1d;
  277.                             font-weight: bold;
  278.                             font-size: 25px;
  279.                         }
  280.  
  281.                         .pp_date {
  282.                             position: absolute;
  283.                             top: 35%;
  284.                             right: 2%;
  285.                         }
  286.  
  287.                         .pp_nameJp {
  288.                             position: absolute;
  289.                             top: 64%;
  290.                             left: 27%;
  291.                         }
  292.  
  293.                         .pp_nameJp h4 {
  294.                             color: #1f1e1d;
  295.                             top: 4px;
  296.                             position: relative;
  297.                             font-size: 25px;
  298.                         }
  299.                     }
  300.  
  301.                     div.pp_d_t {
  302.                         display: inline-block;
  303.                         border: crimson 3px solid;
  304.                         border-radius: 10px;
  305.                         color: crimson;
  306.                         font-size: 12px;
  307.                         font-weight: bold;
  308.                         padding: 5px;
  309.                         padding: 1px 15px;
  310.                         background-color: #fff;
  311.                     }
  312.  
  313.                     .pp_d_t_right {
  314.                         display: inline;
  315.                         font-size: 14px;
  316.                         font-weight: bold;
  317.                         top: -8px;
  318.                         position: relative;
  319.                         left: -8px;
  320.                         background: crimson;
  321.                         border-radius: 50px;
  322.                         /* padding: 4px; */
  323.                         color: #ffffff;
  324.                     }
  325.  
  326.                     .pp_d_t_right span {
  327.                         left: 2px;
  328.                         position: relative;
  329.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement