summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-07 14:22:44 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-07 14:22:44 +0000
commit0cd6887a0f8026c4f2f547aaa59726edf8d39bee (patch)
tree2ffebd1e96eb1f43a608d0312f307eb30a6cff6e /www
parent62f47105e382b1c80691d63679a2f7b43515070b (diff)
downloadacf-core-0cd6887a0f8026c4f2f547aaa59726edf8d39bee.tar.bz2
acf-core-0cd6887a0f8026c4f2f547aaa59726edf8d39bee.tar.xz
Deleted old (not working) skins
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@493 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rw-r--r--www/simple/simple.css102
-rw-r--r--www/swirl/header_body.jpgbin11621 -> 0 bytes
-rw-r--r--www/swirl/selected.gifbin1095 -> 0 bytes
-rw-r--r--www/swirl/swirl.css368
-rw-r--r--www/swirl/unselected.gifbin945 -> 0 bytes
5 files changed, 0 insertions, 470 deletions
diff --git a/www/simple/simple.css b/www/simple/simple.css
deleted file mode 100644
index 6b6599e..0000000
--- a/www/simple/simple.css
+++ /dev/null
@@ -1,102 +0,0 @@
-/* -----------------------------------------------------------------------------------------------
- GENERAL
- -----------------------------------------------------------------------------------------------*/
-a {
- color: white;
-}
-a:visited {
- color: white;
-}
-a:hover {
- color: red;
-}
-h1 {
- background: #755;
-}
-h2 {
- background: #866;
-}
-h3 {
- background: #977;
-}
-select, textarea {
- width: 600px;
-}
-textarea {
- height: 100px;
-}
-/* -----------------------------------------------------------------------------------------------
- BODY
- -----------------------------------------------------------------------------------------------*/
-body {
- background: black;
- font-family: arial,verdana;
- color: white;
-}
-
-/* -----------------------------------------------------------------------------------------------
- PAGE
- -----------------------------------------------------------------------------------------------*/
-#page {
- background: #333;
-}
-
-/* -----------------------------------------------------------------------------------------------
- HEADER (and its components)
- -----------------------------------------------------------------------------------------------*/
-#header {
- background: #444;
-}
-#header #version {
- background: #555;
- font-size: 12px;
-}
-#header ul#metanav {
- background: #666;
-}
-#header ul#metanav li {
- display: inline;
-}
-
-/* -----------------------------------------------------------------------------------------------
- CONTENT (and its components)
- -----------------------------------------------------------------------------------------------*/
-#main { /* 'content' is both the wrapper and the navmenu */
- background: #445;
-}
-
-#nav { /* 'nav' is only the main menu */
- float: left;
- width: 200px;
- background: #556;
-}
-#nav ul {
-}
-#nav li {
-}
-#nav ul li.category {
- font-weight: bold;
- background: #667;
-}
-#nav ul li.menuitem {
- list-style-type: none;
-}
-#nav ul li.current {
- list-style-type: none;
- background: #99A;
-}
-#nav ul li.last {
- list-style-type: none;
-}
-#content { /* 'wrapper' is the area where you display the interesting things */
- float: left;
- width: 800px;
- background: #676;
- font-size: 14px;
-}
-/* FOOTER */
-#footer {
- clear: both;
- background: #898;
-}
-
diff --git a/www/swirl/header_body.jpg b/www/swirl/header_body.jpg
deleted file mode 100644
index 8a08d5f..0000000
--- a/www/swirl/header_body.jpg
+++ /dev/null
Binary files differ
diff --git a/www/swirl/selected.gif b/www/swirl/selected.gif
deleted file mode 100644
index b2c2951..0000000
--- a/www/swirl/selected.gif
+++ /dev/null
Binary files differ
diff --git a/www/swirl/swirl.css b/www/swirl/swirl.css
deleted file mode 100644
index 3be8eb5..0000000
--- a/www/swirl/swirl.css
+++ /dev/null
@@ -1,368 +0,0 @@
-/* webconf.css - For Alpine webconf
- */
-
-/* Default definitions */
-body {
- position: absolute;
- font-family: Geneva, Arial, Helvetica, San-Serif;
- margin: 0px;
- padding: 0px;
- font-size: small;
- width: 100%;
- }
-
-p {
- margin: 0px 0px0px 0empx
- }
-
-a {
- text-decoration: none;
- color: #333;
- }
-
-a:link { color: #226;
- }
-
-a:visited {
- color: #226;
- }
-
-a:hover {
- color: #44C;
- }
-
-a:active {
- }
-
-pre.code {
- border: 1px solid #666;
- background: #f8f8f8;
- padding: .5em;
-}
-.hide {
- display: none;
-}
-
-/* -----------------------------------------------------------------------------------------------
- PAGE
- -----------------------------------------------------------------------------------------------*/
-#page {
- width: 100%;
-}
-
-/*----------------------------------------------------------------------------------
- * Header
- *----------------------------------------------------------------------------------
- */
-#header {
- margin: 0px;
- padding: 0px;
- width: 100%;
- height: 143px;
- background: transparent url("header_body.jpg") no-repeat 5px 5px;
-}
-
-#header p {
- position: absolute;
- right: 10px;
- top: 110px;
- margin: 0px;
- padding: 0px;
- }
-#header h1 {
- position: absolute;
- left: 200px;
- top: 55px;
-}
-#header #logo {
- position: absolute;
- top: 5px;
- left: 200px;
- margin-right: 2px;
- font-size: 40px;
-}
-
-/*----------------------------------------------------------------------------------
- * Crumbs (Historylinks)
- *----------------------------------------------------------------------------------
- */
-
-#main .postnav h2 {
- position: absolute;
- top: 110px;
- left: 200px;
- color: black;
- font-size: 16px;
- font-weight: bold;
- white-space: nowrap;
- overflow: hidden;
- padding: 0px;
- margin: 0px;
-}
-#main .postnav p {
- position: absolute;
- top: 80px;
- left: 0px;
- width: 755px;
- color: #999;
- font-size: 11px;
- font-weight: verdana, arial;
- font-weight: bold;
- white-space: nowrap;
- overflow: hidden;
- background: transparent;
- padding: 0px 5px 0px 10px;
- margin: 0px 0px 0px 0px;
-/* background: blue; */
-}
-
-
-/*----------------------------------------------------------------------------------
- * Submenu ( Horizontal Tabs)
- *----------------------------------------------------------------------------------
- */
-#subnav {
- position: absolute;
- top: 74px;
- right: 50px;
- margin: 0px 20px 0px 0px;
- padding: 0px;
-
-}
-#subnav a {
- background: transparent;
- display: block;
- float: left;
- font-weight: Bold;
- font-size: 10pt;
- color: #24a;
- margin: 0px;
- height: 15px;
- padding: 7px 7px;
- border: 3px #57b solid;
- border-bottom: none;
- }
-#subnav a.selected {
- background: white;
- margin: 0px;
- padding: 7px 7px;
- border-bottom: none;
- }
-#subnav a:hover {
- text-decoration: underline;
- }
-
-
-/*----------------------------------------------------------------------------------
- * Left (Main) Menu
- *----------------------------------------------------------------------------------
- */
-#nav {
- float: left;
- background: #eee;
- width: 180px;
- padding: 5px 0px 5px 10px;
- border: 1px #57b solid;
- border-right: none;
- }
-
-#nav ul {
- padding: 2px;
- margin: 2px 0px 0px 0px;
- }
-#nav li {
- padding: 5px 0px 0px 0px;
- margin: 5px 0px 0px 0px;
- }
-
-#nav ul li {
- color: #448;
- font-weight: normal;
- font-size: 138%;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
- list-style-type: none;
- }
-
-
-#nav a {
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
- font-size: 12px;
- display: block;
- text-decoration: underline;
- }
-#nav a:hover {
- display: block;
- text-decoration: underline;
- }
-
-
-#nav .selected {
- background-color: #fff;
- border: 1px #57b solid;
- border-right: none;
- font-weight: Bold;
- color: #24a;
- }
-
-
-
-/*----------------------------------------------------------------------------------
- * Content
- *----------------------------------------------------------------------------------
- */
-
-#content {
- width: 600px;
- float: left;
- color: #333;
- padding: 0px 10px 0px 10px;
- }
-
-#content h1 {
- font-size: 120%;
- text-align: left;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
- background-color: #e0e0e0;
- border-bottom: 2px solid #aaa;
- }
-
-#content h2 {
- font-size: 100%;
- margin: 10px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
- background-color: #e0e0e0;
- border-bottom: 1px solid #aaa;
- clear: both;
- }
-
-#content h3 {
- font-size: 85%;
- margin: 10px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
- background-color: #e6e6ff;
- border-bottom: 1px solid #aaa;
- clear: both;
- }
-
-#content p {
- clear: both;
- }
-
-#content p.error {
- font-size: 120%;
- font-weight: bold;
- background-color: #eee;
- color: #f44;
- }
-
-#content p.warn {
- background-color: #cc4;
- }
-
-#content p.ok {
- font-size: 120%;
- font-weight: bold;
- color: #090;
- }
-
-
-#content input.error {
- background-color: #ffa;
- }
-
-#content th {
- font-weight: inherit;
- color: #228;
- background: #eef;
- }
-
-#content a {
- text-decoration: underline;
- color: #449;
- }
-
-#content dl {
- margin: 0px;
- }
-#content dt {
- background-color: none;
- font-size: 110%;
- height: 20px;
- width: 200px;
- margin: 0px 0px 0px 0px;
- padding: 5px 0px 0px 0px;
- float: left;
- border-top: 1px solid #ddd;
- /*border-top: 1px solid #ccc;*/
- clear: both;
- font-weight: bold;
- color: #000;
- font-size: 10pt;
- }
-
-#content dd {
-
- color: #444;
- float: left;
- margin: 0px 0px 0px 5px;
- padding: 5px 0px 0px 0px;
- font-weight: light;
- }
-
-#content .grey {
- background-color: #eee;
- }
-
-
-#content textarea {
- width: 99%;
- height: 300px;
- border-right: 1px solid #cacaca;
- border-bottom: 1px solid #cacaca;
-}
-#content form {
- display: inline;
-}
-
-#content dd select {
- width: 247px;
- border-right: 1px solid #cacaca;
- border-bottom: 1px solid #cacaca;
-}
-
-#content .submit {
- width: 100px;
- border-right: 1px solid #cacaca;
- border-bottom: 1px solid #cacaca;
- background: #eee;
-}
-#content dd .text {
- width: 245px;
- border-right: 1px solid #cacaca;
- border-bottom: 1px solid #cacaca;
- background: white;
-}
-#content table {
- width: 99%;
-}
-
-/*----------------------------------------------------------------------------------
- * footer
- *----------------------------------------------------------------------------------
- */
-
-#footer {
- clear: both;
- border-top: 1px solid #d6d6d6;
- position: relative;
- width: 100%;
- padding-top: 5px;
- margin-top: 15px;
- margin-bottom: 10px;
- font-size: 10px;
- text-align: center;
- color: #aaa;
-}
diff --git a/www/swirl/unselected.gif b/www/swirl/unselected.gif
deleted file mode 100644
index f26d430..0000000
--- a/www/swirl/unselected.gif
+++ /dev/null
Binary files differ