plusvite.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. /**
  2. * Main style sheet for plusvite.net
  3. *
  4. * @copyright 2003-2014 Ouest Systèmes Informatiques SARL
  5. * @author Frédéric G. MARAND
  6. * @license Confidentiel industrie. Tous droits réservés
  7. */
  8. /* CSS Document */
  9. /* Chrome 32: input does not inherit body font. */
  10. body,
  11. input {
  12. font-family: 'Lato', verdana, arial, sans-serif;
  13. }
  14. code {
  15. font-family: monospace;
  16. padding: 0.2em 0.5em;
  17. }
  18. #pageFooter {
  19. color: #aba4b3;
  20. margin-left: auto;
  21. margin-right: auto;
  22. max-width: 92%;
  23. opacity: 1;
  24. }
  25. /*
  26. .finePrint {
  27. border-top: solid blue 1px;
  28. color: blue;
  29. font-family: 'Times New Roman',Times,serif;
  30. left: 0;
  31. margin: 1em;
  32. position: absolute ;
  33. top: 90%;
  34. }
  35. */
  36. .finePrint .tdStats {
  37. font-size: 60%;
  38. white-space: normal;
  39. }
  40. table,
  41. tbody,
  42. td,
  43. tr {
  44. border: none;
  45. }
  46. .tdStats.invisible {
  47. display: none;
  48. }
  49. pre {
  50. font-family: monospace;
  51. margin: 0.2em 2.5em;
  52. padding: 0.5em 1em;
  53. }
  54. form {
  55. /*border: ridge blue 2px;*/
  56. /*background-color: #80ffc0;*/
  57. font-size: 120%;
  58. margin: 0.8em 0;
  59. padding: 9px 8px 9px 8px;
  60. text-align: center;
  61. }
  62. form div {
  63. margin: 0.3em 0 0 0;
  64. }
  65. form ul {
  66. color: red;
  67. margin: 0;
  68. }
  69. label,
  70. input {
  71. display: block;
  72. }
  73. input {
  74. height: 30px;
  75. margin: 0.8em auto;
  76. }
  77. ul {
  78. list-style-type: none;
  79. margin: 0.5em auto auto auto;
  80. padding: 0;
  81. }
  82. li {
  83. line-height: 1.5em;
  84. }
  85. h1 {
  86. margin-bottom: 0.3em;
  87. margin-top: 0;
  88. text-align: center;
  89. }
  90. body {
  91. background: url(../images/lights.jpg) no-repeat right;
  92. font-size: 1.2em;
  93. height: 100%;
  94. line-height: 1.5;
  95. }
  96. #box {
  97. background-color: rgba(253,250,252,1);
  98. -webkit-border-radius: 5px;
  99. -moz-border-radius: 5px;
  100. border-radius: 5px;
  101. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  102. color: #1c1b1e;
  103. margin: 3em auto;
  104. max-width: 600px;
  105. padding: 1.2em;
  106. vertical-align: middle;
  107. }
  108. .notes {
  109. font-size: 80%;
  110. }
  111. .notes td:first-of-type {
  112. padding: 0 1em;
  113. }
  114. a {
  115. border-bottom: 1px dotted #FF9900;
  116. color: inherit;
  117. text-decoration: none;
  118. }
  119. a:visited {
  120. color: inherit;
  121. }
  122. a:hover {
  123. color: #1c1b1e;
  124. }
  125. .original-url,
  126. .shortened-url {
  127. max-width: 100%;
  128. white-space:normal;
  129. }