From 68e2e67d271f0bb411dc006f2eaeee3a1a50601a Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 12 Jun 2009 12:30:05 +0000 Subject: install mocca certificate page git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@358 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKULocal/src/main/webapp/css/main.css | 48 +++++++++++++++++++++++++++++++++++ BKULocal/src/main/webapp/index.html | 29 +++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 BKULocal/src/main/webapp/css/main.css create mode 100644 BKULocal/src/main/webapp/index.html (limited to 'BKULocal/src') diff --git a/BKULocal/src/main/webapp/css/main.css b/BKULocal/src/main/webapp/css/main.css new file mode 100644 index 00000000..114b8da9 --- /dev/null +++ b/BKULocal/src/main/webapp/css/main.css @@ -0,0 +1,48 @@ +/* +Document : main +Created on : 27.02.2009, 10:24:41 +Author : clemens +Description: +Purpose of the stylesheet follows. +*/ + +/* +TODO customize this sample style +Syntax recommendation http://www.w3.org/TR/REC-CSS2/ +*/ + +root { + display: block; +} + +body { + font-family: sans-serif; + font-size: 14px; +} + +h1 { + font-size: 16px; +} + +.box { + margin-top: 10px; + color: #292929; + width: 250px; + border: 1px solid #BABABA; + background-color: #ddd; + padding-left: 10px; + padding-right: 10px; + margin-left: 10px; + margin-bottom: 1em; + -o-border-radius: 10px; + -moz-border-radius: 12px; + -webkit-border-radius: 10px; + -webkit-box-shadow: 0px 3px 7px #adadad; + border-radius: 10px; + -moz-box-sizing: border-box; + -opera-sizing: border-box; + -webkit-box-sizing: border-box; + -khtml-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; +} \ No newline at end of file diff --git a/BKULocal/src/main/webapp/index.html b/BKULocal/src/main/webapp/index.html new file mode 100644 index 00000000..215eec80 --- /dev/null +++ b/BKULocal/src/main/webapp/index.html @@ -0,0 +1,29 @@ + + + + + BKU Web Start - Willkommen + + + + +

BKU Web Start - Willkommen

+

Diese Seite installiert das MOCCA Zertifikat in ihrem Browser. + In jedem weiteren Browser können sie dieses durch Aufruf dieser Seite ebenso installieren.

+ + -- cgit v1.2.3