summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-02-27 14:48:07 +0000
committerMika Havela <mika.havela@gmail.com>2008-02-27 14:48:07 +0000
commit702632f388e030cd331e9d51ed5c187e3819b485 (patch)
tree298addfd30d7abe95d025e69d742563384a7cc7f /www
parent67449a97f7d7e730dc846708a2cc304eedb2ace3 (diff)
downloadacf-core-702632f388e030cd331e9d51ed5c187e3819b485.tar.bz2
acf-core-702632f388e030cd331e9d51ed5c187e3819b485.tar.xz
Added some test skins to be able to check for view-file errors
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@772 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/ice/ice.css2
-rwxr-xr-xwww/static/alpine_inv.jpgbin0 -> 4354 bytes
-rw-r--r--www/water/water.css22
4 files changed, 18 insertions, 7 deletions
diff --git a/www/Makefile b/www/Makefile
index 67080cc..be47674 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -5,6 +5,7 @@ WWW_DIST=cgi-bin/acf\
index.html\
sample.html\
static/alpine.jpg\
+ static/alpine_inv.jpg\
static/reset.css\
static/watermark.jpg\
static/prototype.js\
diff --git a/www/ice/ice.css b/www/ice/ice.css
index 515fe91..9d5d709 100644
--- a/www/ice/ice.css
+++ b/www/ice/ice.css
@@ -353,7 +353,7 @@ body {
border-right: 1px solid #cacaca;
border-bottom: 1px solid #cacaca;
}
-#content p,input[type=text],select,textarea,table,input[type=password] {
+#content p,input.text,select,textarea,table,input.password {
width: 97%;
}
#content input.short {
diff --git a/www/static/alpine_inv.jpg b/www/static/alpine_inv.jpg
new file mode 100755
index 0000000..6cd62c3
--- /dev/null
+++ b/www/static/alpine_inv.jpg
Binary files differ
diff --git a/www/water/water.css b/www/water/water.css
index 066a373..51c4403 100644
--- a/www/water/water.css
+++ b/www/water/water.css
@@ -61,7 +61,7 @@ body {
padding: 0px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Verdana, "Trebuchet MS", SunSans-Regular;
font-size: 12pt;
- background: #EDEEF0;
+ background: #FCFFFF;
}
#page {
@@ -141,21 +141,28 @@ body {
#nav ul li ul {
margin-top: 2px;
margin-bottom: 15px;
+ display: list-item;
}
#nav ul li ul li {
font-size: 10pt;
font-weight: normal;
+
}
#nav ul li ul li.selected {
font-weight: bold;
border: 1px solid #7799BB;
border-right: none;
- background: #EDEEF0;
+ background: #FCFFFF;
+ display: block;
}
#nav ul li ul li a {
- padding-top: 2px;
- padding-bottom: 2px;
+ border: 1px solid red;
display: list-item;
+/* padding-top: 2px;
+ padding-bottom: 2px;
+ margin-bottom: 2px;
+ margin-top: 2px;*/
+/* display: list-item; */
padding-left: 10px;
}
#nav ul li ul li a:hover {
@@ -203,7 +210,7 @@ body {
border: 2px solid #7799BB;
border-bottom: none;
font-weight: bold;
- background: #EDEEF0;
+ background: #FCFFFF;
}
/*----------------------------------------------------------------------------------
@@ -258,9 +265,12 @@ body {
*/
#content dl {
display: block;
+ border: 1px dashed #7799BB;
+ margin-bottom: 10px;
+
}
#content dt {
- border-top: 1px dashed #bbb;
+/* border-top: 1px dashed #bbb; */
font-weight: bold;
/* float: left;