Advertisement
jzgeorge

styles

Jun 5th, 2017
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.26 KB | None | 0 0
  1.  .aprobado-btn {
  2.   -webkit-box-sizing: content-box;
  3.   -moz-box-sizing: content-box;
  4.   box-sizing: content-box;
  5.   width: 100px;
  6.   height: 20px;
  7.   overflow: hidden;
  8.   border: none;
  9.   -webkit-border-radius: 5px;
  10.   border-radius: 5px;
  11.   font: normal normal bold 14px/1 Arial, Helvetica, sans-serif;
  12.   color: white;
  13.   text-align: center;
  14.   -o-text-overflow: ellipsis;
  15.   text-overflow: ellipsis;
  16.   background: -webkit-linear-gradient(0deg, rgb(57,201,28) 0, rgb(57,201,28) 100%), -webkit-linear-gradient(0deg, rgb(57,201,28) 0, rgb(57,201,28) 12%, rgba(255,255,255,0.49) 30%, rgba(255,255,255,0.49) 100%), rgba(0,0,0,0);
  17.   background: -moz-linear-gradient(90deg, rgb(57,201,28) 0, rgb(57,201,28) 100%), -moz-linear-gradient(90deg, rgb(57,201,28) 0, rgb(57,201,28) 12%, rgba(255,255,255,0.49) 30%, rgba(255,255,255,0.49) 100%), rgba(0,0,0,0);
  18.   background: linear-gradient(90deg, rgb(57,201,28) 0, rgb(57,201,28) 100%), linear-gradient(90deg, rgb(57,201,28) 0, rgb(57,201,28) 12%, rgba(255,255,255,0.49) 30%, rgba(255,255,255,0.49) 100%), rgba(0,0,0,0);
  19.   background-position: 50% 50%;
  20.   -webkit-background-origin: padding-box;
  21.   background-origin: padding-box;
  22.   -webkit-background-clip: border-box;
  23.   background-clip: border-box;
  24.   -webkit-background-size: auto auto;
  25.   background-size: auto auto;
  26.   -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  27.   box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  28.   text-shadow: 0 0 0 rgba(63,62,62,0.7) ;
  29. }
  30.  
  31.  .enviado-btn {
  32.   -webkit-box-sizing: content-box;
  33.   -moz-box-sizing: content-box;
  34.   box-sizing: content-box;
  35.   width: 100px;
  36.   height: 20px;
  37.   overflow: hidden;
  38.   border: none;
  39.   -webkit-border-radius: 5px;
  40.   border-radius: 5px;
  41.   font: normal normal bold 14px/1 Arial, Helvetica, sans-serif;
  42.   color: white;
  43.   text-align: center;
  44.   -o-text-overflow: ellipsis;
  45.   text-overflow: ellipsis;
  46.     background: -webkit-linear-gradient(0deg, #15912c 0, #15912c 100%), -webkit-linear-gradient(0deg, #15912c 0, #15912c 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%), #15912c;
  47.     background: -moz-linear-gradient(90deg, #15912c 0, #15912c 100%), -moz-linear-gradient(90deg, #15912c 0, #15912c 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%), #15912c;
  48.     background: linear, 90deg, #15912c 0, #15912c 100%, linear, 90deg, #15912c 0, #15912c 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%, #15912c;
  49.     background-position: 50% 50%;
  50.   -webkit-background-origin: padding-box;
  51.   background-origin: padding-box;
  52.   -webkit-background-clip: border-box;
  53.   background-clip: border-box;
  54.   -webkit-background-size: auto auto;
  55.   background-size: auto auto;
  56.   -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  57.   box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  58.   text-shadow: 0 0 0 rgba(63,62,62,0.7) ;
  59. }
  60.  
  61.  .creado-btn  {
  62.   -webkit-box-sizing: content-box;
  63.   -moz-box-sizing: content-box;
  64.   box-sizing: content-box;
  65.   width: 100px;
  66.   height: 20px;
  67.   overflow: hidden;
  68.   border: none;
  69.   -webkit-border-radius: 5px;
  70.   border-radius: 5px;
  71.   font: normal normal bold 14px/1 Arial, Helvetica, sans-serif;
  72.   color: white;
  73.   text-align: center;
  74.   -o-text-overflow: ellipsis;
  75.   text-overflow: ellipsis;
  76.     background: -webkit-linear-gradient(0deg, #eae319 0, #eae319 100%), -webkit-linear-gradient(0deg, #eae319 0, #eae319 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%);
  77.     background: -moz-linear-gradient(90deg, #eae319 0, #eae319 100%), -moz-linear-gradient(90deg, #eae319 0, #eae319 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%);
  78.     background: linear, 90deg, #eae319 0, #eae319 100%, linear, 90deg, #eae319 0, #eae319 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%;
  79.     background-position: 50% 50%;
  80.   -webkit-background-origin: padding-box;
  81.   background-origin: padding-box;
  82.   -webkit-background-clip: border-box;
  83.   background-clip: border-box;
  84.   -webkit-background-size: auto auto;
  85.   background-size: auto auto;
  86.   -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  87.   box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  88.   text-shadow: 0 0 0 rgba(63,62,62,0.7) ;
  89. }
  90.  
  91.  .desarrollo-btn  {
  92.   -webkit-box-sizing: content-box;
  93.   -moz-box-sizing: content-box;
  94.   box-sizing: content-box;
  95.   width: 100px;
  96.   height: 20px;
  97.   overflow: hidden;
  98.   border: none;
  99.   -webkit-border-radius: 5px;
  100.   border-radius: 5px;
  101.   font: normal normal bold 14px/1 Arial, Helvetica, sans-serif;
  102.   color: white;
  103.   text-align: center;
  104.   -o-text-overflow: ellipsis;
  105.   text-overflow: ellipsis;
  106.     background: -webkit-linear-gradient(0deg, #2a27dd 0, #2a27dd 100%), -webkit-linear-gradient(0deg, #2a27dd 0, #2a27dd 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%);
  107.     background: -moz-linear-gradient(90deg, #2a27dd 0, #2a27dd 100%), -moz-linear-gradient(90deg, #2a27dd 0, #2a27dd 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%);
  108.     background: linear, 90deg, #2a27dd 0, #2a27dd 100%, linear, 90deg, #2a27dd 0, #2a27dd 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%;
  109.      background-position: 50% 50%;
  110.   -webkit-background-origin: padding-box;
  111.   background-origin: padding-box;
  112.   -webkit-background-clip: border-box;
  113.   background-clip: border-box;
  114.   -webkit-background-size: auto auto;
  115.   background-size: auto auto;
  116.   -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  117.   box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  118.   text-shadow: 0 0 0 rgba(63,62,62,0.7) ;
  119. }
  120.  
  121.  .revision-btn  {
  122.   -webkit-box-sizing: content-box;
  123.   -moz-box-sizing: content-box;
  124.   box-sizing: content-box;
  125.   width: 100px;
  126.   height: 20px;
  127.   overflow: hidden;
  128.   border: none;
  129.   -webkit-border-radius: 5px;
  130.   border-radius: 5px;
  131.   font: normal normal bold 14px/1 Arial, Helvetica, sans-serif;
  132.   color: white;
  133.   text-align: center;
  134.   -o-text-overflow: ellipsis;
  135.   text-overflow: ellipsis;
  136.     background: -webkit-linear-gradient(0deg, #f7ac16 0, #f7ac16 100%), -webkit-linear-gradient(0deg, #f7ac16 0, #f7ac16 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%);
  137.     background: -moz-linear-gradient(90deg, #f7ac16 0, #f7ac16 100%), -moz-linear-gradient(90deg, #f7ac16 0, #f7ac16 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%);
  138.     background: linear, 90deg, #f7ac16 0, #f7ac16 100%, linear, 90deg, #f7ac16 0, #f7ac16 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%;
  139.     background-position: 50% 50%;
  140.   -webkit-background-origin: padding-box;
  141.   background-origin: padding-box;
  142.   -webkit-background-clip: border-box;
  143.   background-clip: border-box;
  144.   -webkit-background-size: auto auto;
  145.   background-size: auto auto;
  146.   -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  147.   box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  148.   text-shadow: 0 0 0 rgba(63,62,62,0.7) ;
  149. }
  150.  
  151.  .noaprobado-btn  {
  152.   -webkit-box-sizing: content-box;
  153.   -moz-box-sizing: content-box;
  154.   box-sizing: content-box;
  155.   width: 100px;
  156.   height: 20px;
  157.   overflow: hidden;
  158.   border: none;
  159.   -webkit-border-radius: 5px;
  160.   border-radius: 5px;
  161.   font: normal normal bold 14px/1 Arial, Helvetica, sans-serif;
  162.   color: white;
  163.   text-align: center;
  164.   -o-text-overflow: ellipsis;
  165.   text-overflow: ellipsis;
  166.   background: -webkit-linear-gradient(0deg, #ff0509 0, #ff0509 100%), -webkit-linear-gradient(0deg, #ff0509 0, #ff0509 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%);
  167.     background: -moz-linear-gradient(90deg, #ff0509 0, #ff0509 100%), -moz-linear-gradient(90deg, #ff0509 0, #ff0509 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%);
  168.     background: linear, 90deg, #ff0509 0, #ff0509 100%, linear, 90deg, #ff0509 0, #ff0509 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%;
  169.     background-position: 50% 50%;
  170.   -webkit-background-origin: padding-box;
  171.   background-origin: padding-box;
  172.   -webkit-background-clip: border-box;
  173.   background-clip: border-box;
  174.   -webkit-background-size: auto auto;
  175.   background-size: auto auto;
  176.   -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  177.   box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  178.   text-shadow: 0 0 0 rgba(63,62,62,0.7) ;
  179. }
  180.  
  181.  .finalizado-btn  {
  182.   -webkit-box-sizing: content-box;
  183.   -moz-box-sizing: content-box;
  184.   box-sizing: content-box;
  185.   width: 100px;
  186.   height: 20px;
  187.   overflow: hidden;
  188.   border: none;
  189.   -webkit-border-radius: 5px;
  190.   border-radius: 5px;
  191.   font: normal normal bold 14px/1 Arial, Helvetica, sans-serif;
  192.   color: white;
  193.   text-align: center;
  194.   -o-text-overflow: ellipsis;
  195.   text-overflow: ellipsis;
  196.  background: -webkit-linear-gradient(0deg, #ff0509 0, #ff0509 100%), -webkit-linear-gradient(0deg, #ff0509 0, #ff0509 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%);
  197.     background: -moz-linear-gradient(90deg, #ff0509 0, #ff0509 100%), -moz-linear-gradient(90deg, #ff0509 0, #ff0509 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%);
  198.     background: linear, 90deg, #ff0509 0, #ff0509 100%, linear, 90deg, #ff0509 0, #ff0509 12%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.49) 100%;
  199.      background-position: 50% 50%;
  200.   -webkit-background-origin: padding-box;
  201.   background-origin: padding-box;
  202.   -webkit-background-clip: border-box;
  203.   background-clip: border-box;
  204.   -webkit-background-size: auto auto;
  205.   background-size: auto auto;
  206.   -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  207.   box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  208.   text-shadow: 0 0 0 rgba(63,62,62,0.7) ;
  209. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement