Guest User

Untitled

a guest
Dec 11th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. body {
  2. font-family: Georgia, serif;
  3. font-size: 12pt;
  4. }
  5.  
  6. .slip, .dialog {
  7. position: relative;
  8. border-bottom: solid 1px lightgray;
  9. border-top: solid 1px lightgray;
  10. margin: 10px auto 10px auto;
  11. padding: 10px 0;
  12. }
  13.  
  14. .note {
  15. color: darkGray;
  16. margin: 5px 0;
  17. }
  18.  
  19. h2 {
  20. font-size: 14pt;
  21. margin: 0;
  22. }
  23.  
  24. h3 {
  25. font-size: 12pt;
  26. }
  27.  
  28. .choose-type h3 {
  29. margin: 5px;
  30. }
  31.  
  32. .choose-type {
  33. text-align: center;
  34. margin: 10px;
  35. }
  36.  
  37. .choose-type input {
  38. margin: 0 5px 0 25px;
  39. }
  40.  
  41. .bar-outline {
  42. fill: whitesmoke;
  43. }
  44.  
  45. input[type=date] {
  46. width: 100px;
  47. }
  48.  
  49. text {
  50. font-size: 10pt;
  51. text-anchor: middle;
  52. }
  53.  
  54. .bar {
  55. //background:gray;
  56. }
  57. .overlay {
  58. position: absolute;
  59. left: 0;
  60. top: 0;
  61. background: white;
  62. width: 100%;
  63. height: 100%;
  64. opacity: 0.9;
  65. }
Add Comment
Please, Sign In to add comment