Advertisement
rsu18amurray

style.css

Jun 27th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.79 KB | None | 0 0
  1. body{
  2.     margin: 0px;
  3.     padding: 0px;
  4.     font-family: arial,Helvetica,sans-serif;
  5.  
  6. }
  7.  
  8. .form-control{
  9.     height:1.5em;
  10.     font-size:4em;
  11. }
  12. .text-center {
  13.     text-align: center;
  14. }
  15.  
  16. .ui-menu .ui-menu-item {
  17.     margin: 0;
  18.     padding: 10px;
  19.     zoom: 1;
  20.     float: left;
  21.     clear: left;
  22.     font-size: 2em;
  23.     width: 100%;
  24.     border:0px;
  25. }
  26. .ui-widget-content, .ui-widget-content .ui-state-focus{
  27.     background-image:none;
  28.     background-color:white;
  29.     color:#000;
  30. }
  31.  
  32. .ui-dialog .ui-dialog-titlebar-close {
  33.     position: absolute;
  34.     right: .9em;
  35.     width: 25px;
  36.     padding: 1px;
  37.     height: 25px;
  38.     top: 17px;
  39. }
  40. .btn-success{
  41.     font-size:3em;
  42. }
  43. .status{
  44.     width:75px;
  45.     text-align:center;
  46.     float:left;
  47. }
  48. .in{
  49.     color:green;
  50. }
  51. .out{
  52.     color:red;
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement