summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authormichael pereira2011-03-09 12:45:34 +0100
committermichael pereira2011-03-09 12:45:34 +0100
commit84bf8e8f2b85de4b071472f506a972495ac5499f (patch)
treeba317abe65cb4a2dbc3a67be695d0eb30a1c2fcc /public
parenthtaccess (diff)
parentFehler in BootosController (diff)
downloadpbs2-84bf8e8f2b85de4b071472f506a972495ac5499f.tar.gz
pbs2-84bf8e8f2b85de4b071472f506a972495ac5499f.tar.xz
pbs2-84bf8e8f2b85de4b071472f506a972495ac5499f.zip
htaccess
Diffstat (limited to 'public')
-rw-r--r--public/.htaccess1
-rw-r--r--public/media/css/style.css116
-rw-r--r--public/media/test1
3 files changed, 115 insertions, 3 deletions
diff --git a/public/.htaccess b/public/.htaccess
index 3a6cf08..1a7fb83 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,4 +1,3 @@
-
RewriteEngine On
RewriteRule ^(media) - [L]
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 36a587d..8057da4 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -1 +1,115 @@
-crappo
+html {
+background-color:#E5F3FF;
+}
+
+#wrapper {
+width:800px;
+border:1px solid #000;
+background-color:#FFF;
+margin:10px auto;
+}
+
+#innerwrapper {
+font-family:verdana, arial;
+padding:20px;
+}
+
+#logo {
+text-align:center;
+font-family:Verdana,Arial;
+font-size:3em;
+font-weight:bold;
+padding:5px;
+height:1.5em;
+background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ color-stop(0, rgb(204,231,255)),
+ color-stop(1, rgb(179,220,255))
+);
+background-image: -moz-linear-gradient(
+ center bottom,
+ rgb(204,231,255) 0%,
+ rgb(179,220,255) 100%
+);
+}
+
+#nav {
+border-bottom:1px solid #000;
+border-top:1px solid #000;
+background-color:#CCE7FF;
+padding:5px 10px;
+}
+
+#nav ul {
+margin:2px;
+}
+
+#nav li {
+display:inline;
+list-style-type:none;
+padding-right:10px;
+font-family:verdana;
+font-size:12px;
+}
+
+#nav li a {
+color:#000;
+}
+
+h1 {
+display:block;
+width:400px;
+text-align:center;
+margin:5px auto;
+}
+
+table {
+width:100%;
+}
+
+th {
+font-size:12px;
+border:1px solid #999;
+}
+
+td {
+font-size:12px;
+border:1px solid #CCC;
+}
+
+.addbutton {
+float:right;
+}
+
+.monospace {
+font-family:Courier New, monospace;
+}
+
+dl.zend_form dt {
+width:120px;
+float:left;
+font-family:verdana, arial;
+font-size:12px;
+}
+
+dl.zend_form dd {
+margin-left:120px;
+}
+
+dl.zend_form dd * {
+font-size:12px;
+}
+
+tr.entry {
+background-color:#FFF5CC;
+}
+
+tr.detail>td {
+border:none;
+}
+
+tr.detail table tr td {
+background-color:#E2EFE1;
+}
diff --git a/public/media/test b/public/media/test
deleted file mode 100644
index 9daeafb..0000000
--- a/public/media/test
+++ /dev/null
@@ -1 +0,0 @@
-test