Advertisement
jzgeorge

new css

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