diff --git a/bg.png b/bg.png deleted file mode 100644 index 0eb526a..0000000 Binary files a/bg.png and /dev/null differ diff --git a/design.css b/design.css deleted file mode 100644 index ed08f10..0000000 --- a/design.css +++ /dev/null @@ -1,141 +0,0 @@ -/* --- STYLES DE BASE --- */ - -/* Page */ -html { - font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ -} -body { - margin: 0; - padding: 1em; /* Remettre à zéro si nécessaire. */ - font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; - font-size: .8em; - line-height: 1.4; /* À adapter au design. (4) */ - color: black; - background-color: grey; - background-image: url('bg.png'); -} - -pre -{ - font-size: 10px; - font-style: normal; - line-height: 11px; - font-weight: normal; - font-family: "Courier New", Courier, mono; - text-align: left; - margin-left: 40%; -} - -/* Titres */ -h1, h2, h3, h4, h5, h6 { - margin: 1em 0 .5em 0; /* Rapproche le titre du texte.*/ - line-height: 1.2; - font-weight: bold; /* Valeur par défaut.*/ - font-style: normal; -} -h1 { - font-size: 1.75em; -} -h2 { - font-size: 1.5em; -} -h3 { - font-size: 1.25em; -} -h4 { - font-size: 1em; -} - -/* Listes */ -ul, ol { - margin: .75em 0 .75em 32px; - padding: 0; -} - -/* Paragraphes */ -p { - margin: .75em 0; /* Marges plus faibles que par défaut.*/ -} -address { - margin: .75em 0; - font-style: normal; -} - -/* Liens */ -a { - text-decoration: underline; -} -a:link { -color : #0000cd; -} -a:visited { -color : #4b0082; -} -a:hover, a:focus, a:active { -color : #dc143c; -} -a img { - border: none; -} - -/* Divers éléments de type en-ligne*/ -em { - font-style: italic; -} -strong { - font-weight: bold; -} - -/* Formulaires */ -form, fieldset { - margin: 0; - padding: 0; -} -form -{ - border: none; -} - -/* Mise en forme simple pour les tableaux */ -table { - margin: 0; - border: 1px solid gray; /* Pas de bordure = "none". */ - border-collapse: collapse; /* Valeur par défaut: "separate". */ - border-spacing: 0; - margin: auto; -} -table td, table th { - padding: 4px; /* Pas de retrait autour du texte = "0". */ - border: 1px solid #ccc; /* Pas de bordure = "none". */ - vertical-align: top; /* Valeur par défaut: "middle" */ - text-align: left; -} - -body -{ - text-align: center; -} - -label /* On affiche les labels sous forme de blocs et mise en page = formulaires alignés */ -{ - display: block; -} - -th -{ - background-color: rgba(255,10,255,0.2); -} -td -{ - background-color: rgba(255,200,255,0.1); -} -.inline -{ - display: inline; -} - -.centre -{ - text-align:center; -} - diff --git a/index.php b/index.php index 691ab14..12ca27b 100644 --- a/index.php +++ b/index.php @@ -29,10 +29,24 @@ if (count($_GET) != 1) { Shorten me - + -

It's too long…

+

It's too long…

@@ -42,7 +56,7 @@ if (count($_GET) != 1) {

Add this link to your bookmarks to shorten links in one click ! - Short link + Short link

diff --git a/process.php b/process.php index 1eb0b60..4ff13c3 100644 --- a/process.php +++ b/process.php @@ -29,10 +29,20 @@ else { Shorten me ! - + -

It was too long !

+

It was too long !