plusvite.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. .flashes {
  67. color: red;
  68. margin: 0;
  69. }
  70. label,
  71. input {
  72. display: block;
  73. }
  74. input {
  75. height: 30px;
  76. margin: 0.8em auto;
  77. }
  78. ul {
  79. list-style-type: none;
  80. margin: 0.5em auto auto auto;
  81. padding: 0;
  82. }
  83. li {
  84. line-height: 1.5em;
  85. }
  86. h1 {
  87. margin-bottom: 0.3em;
  88. margin-top: 0;
  89. text-align: center;
  90. }
  91. body {
  92. background: url(../images/lights.jpg) no-repeat right;
  93. font-size: 1.2em;
  94. height: 100%;
  95. line-height: 1.5;
  96. }
  97. #box {
  98. background-color: rgba(253,250,252,1);
  99. -webkit-border-radius: 5px;
  100. -moz-border-radius: 5px;
  101. border-radius: 5px;
  102. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  103. color: #1c1b1e;
  104. margin: 3em auto;
  105. max-width: 600px;
  106. padding: 1.2em;
  107. vertical-align: middle;
  108. }
  109. .notes {
  110. font-size: 80%;
  111. }
  112. .notes td:first-of-type {
  113. padding: 0 1em;
  114. }
  115. a {
  116. border-bottom: 1px dotted #FF9900;
  117. color: inherit;
  118. text-decoration: none;
  119. }
  120. a:visited {
  121. color: inherit;
  122. }
  123. a:hover {
  124. color: #1c1b1e;
  125. }
  126. .original-url,
  127. .shortened-url {
  128. max-width: 100%;
  129. white-space:normal;
  130. }