From ea9d6e5e829f668c9313c9558889cca350c988e7 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 15 Aug 2016 15:46:38 +0200 Subject: Style input fields --- index.html | 30 +++++++++++++++--------------- style.css | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 69 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 9fc1d49..92c7572 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@
-

Abmahnbeantworter

+

Abmahnbeantworter

Sie haben eine Abmahnung für einen Urheberrechtsverstoß erhalten?

@@ -56,12 +56,12 @@

Andernfalls tragen Sie bitte die Anschrift der Kanzlei ein, von der Sie die Abmahnung erhielten.

    -
  • -
  • -
  • -
  • -
  • -
  • +
  • +
  • +
  • +
  • +
  • +
Weiter
@@ -76,7 +76,7 @@

Der Abmahner hat Ihnen ein Aktenzeichen zugeordnet. Dies muss im Schreiben auftauchen, damit die Kanzlei Ihre Antwort der Abmahnung zuordnen zu kann.

  • -
  • +

Datum und Uhrzeit des angeblichen Verstoßes anzugeben zeigt dem Abmahner, dass Sie sich Gedanken gemacht haben, warum Sie ausschließen können, der Täter zu sein. Bitte entnehmen Sie Datum und Uhrzeit dem Abmahnschreiben.

@@ -199,13 +199,13 @@

Hier benötigen wir Ihre Informationen, um das Anschreiben mit einem Absender zu versehen. Bitte fügen Sie Namen und Adresse wie auf der Abmahnung ein.

    -
  • -
  • -
  • -
  • -
  • -
  • -
  • +
  • +
  • +
  • +
  • +
  • +
  • +

Datenschutzhinweis: Wir übertragen Ihre Daten nicht ins Internet. Das Antwortschreiben wird auf Ihrem Computer erstellt.

diff --git a/style.css b/style.css index da2a215..8dcc8ea 100644 --- a/style.css +++ b/style.css @@ -116,7 +116,7 @@ h2 { } .block-step1 .circle_num { - background-color: #403040; + background-color: black; color: #F1F2E3; margin: 4px 28px 0 0; line-height: 1.3em; @@ -326,15 +326,65 @@ p a:visited { input[type="text"] { width: 95%; - border: solid 1px silver; - border-radius: 4px; + background-color : rgba(255, 255, 255, 0.30); + border: 0px solid rgba(255, 255, 255, 0.30); + border-radius: 6px; font-family: 'SourceSansPro', sans-serif; font-size: 13pt; font-weight: normal; + color: white; padding: 0.4em 0.6em 0.4em 0.6em; margin-bottom: 0.7em; } +input:focus { + outline: none !important; +} + +input:focus::placeholder { + opacity: 0; +} + +::placeholder { + color: white; + opacity: 0.5; + font-variant: small-caps; + font-weight: normal; + letter-spacing: 0.15em; +} + + +:focus::-moz-placeholder { + opacity: 0 +} + +::-moz-placeholder { + color: white; + opacity: 0.5; + font-variant: small-caps; + font-weight: normal; + letter-spacing: 0.15em; +} + +::-ms-placeholder { + color: white; + opacity: 0.5; + font-variant: small-caps; + font-weight: normal; + letter-spacing: 0.15em; +} + +:focus::-webkit-input-placeholder { + opacity: 0; +} +::-webkit-input-placeholder { + color: white; + opacity: 0.5; + font-variant: small-caps; + font-weight: normal; + letter-spacing: 0.15em; +} + select.tag { width: 15%; margin-right: 3%; @@ -384,7 +434,7 @@ input[type=checkbox]:not(old) + label > span { background-color : rgba(255, 255, 255, 0.30); margin : 2px 36px 8px 2px; border : 0px solid rgba(255, 255, 255, 0.30); - border-radius : 25%; + border-radius : 6px; vertical-align : top; transition : font-size 0.4s; font-size : 1pt; -- cgit v1.2.3