/**
 * Main style sheet for plusvite.net
 *
 * @copyright 2003-2014 Ouest Systèmes Informatiques SARL
 * @author Frédéric G. MARAND
 * @license Confidentiel industrie. Tous droits réservés
 */

/* CSS Document */

:root {
  --color-accent: #ff9900;
  --color-text: #1c1b1e;
}

/* Chrome 32: input does not inherit body font. */
body,
input {
  font-family: 'Lato', verdana, arial, sans-serif;
}

code {
  font-family: monospace;
  padding: 0.2em 0.5em;
}

#pageFooter {
  color: #aba4b3;
  margin-left: auto;
  margin-right: auto;
  max-width: 92%;
  opacity: 1;
}

.finePrint .tdStats {
  font-size: 60%;
  white-space: normal;
}

table,
tbody,
td,
tr {
  border: none;
}

pre {
  font-family: monospace;
  margin: 0.2em 2.5em;
  padding: 0.5em 1em;
}

form {
  font-size: 120%;
  margin: 0.8em 0;
  padding: 9px 8px 9px 8px;
  text-align: center;
}

form div {
  margin: 0.3em 0 0 0;
}

form ul {
  color: red;
  margin: 0;
}

label,
input {
  display: block;
}

input {
  height: 30px;
  margin: 0.8em auto;
}

ul {
  list-style-type: none;
  margin: 0.5em auto auto auto;
  padding: 0;
}

li {
  line-height: 1.5em;
}

h1 {
  margin-bottom: 0.3em;
  margin-top: 0;
  text-align: center;
}

body {
  background: url(../images/lights.jpg) no-repeat right;
  font-size: 1.2em;
  height: 100%;
  line-height: 1.5;
}

#box {
  background-color: rgba(253,250,252,1);
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  color: var(--color-text);
  margin: 3em auto;
  max-width: 600px;
  padding: 1.2em;
  vertical-align: middle;
}

.notes {
  font-size: 80%;
}

.notes td:first-of-type {
  padding: 0 1em;
}

a {
  border-bottom: 1px dotted var(--color-accent);
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:hover {
  color: var(--color-text);
}

/* These sit in <pre>: pre-wrap restores line breaking, and overflow-wrap lets
   it happen mid-URL, there being no spaces to break at. */
.original-url,
.shortened-url {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
