123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- /**
- * 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 */
- /* 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 {
- border-top: solid blue 1px;
- color: blue;
- font-family: 'Times New Roman',Times,serif;
- left: 0;
- margin: 1em;
- position: absolute ;
- top: 90%;
- }
- */
- .finePrint .tdStats {
- font-size: 60%;
- white-space: normal;
- }
- table,
- tbody,
- td,
- tr {
- border: none;
- }
- .tdStats.invisible {
- display: none;
- }
- pre {
- font-family: monospace;
- margin: 0.2em 2.5em;
- padding: 0.5em 1em;
- }
- form {
- /*border: ridge blue 2px;*/
- /*background-color: #80ffc0;*/
- 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,
- .flashes {
- 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);
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
- color: #1c1b1e;
- 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 #FF9900;
- color: inherit;
- text-decoration: none;
- }
- a:visited {
- color: inherit;
- }
- a:hover {
- color: #1c1b1e;
- }
- .original-url,
- .shortened-url {
- max-width: 100%;
- white-space:normal;
- }
|