summaryrefslogtreecommitdiff
path: root/demos/personal/themes/White
diff options
context:
space:
mode:
authorknut <>2006-11-12 21:30:21 +0000
committerknut <>2006-11-12 21:30:21 +0000
commitbd8cca29dde857d4d201feab0c02016e24dc211f (patch)
treec77fc67d758b2a583b83545711c7e6f00dbb8b9e /demos/personal/themes/White
parent3850edb7440923c6296026c658d53f44faceff55 (diff)
added user interface code for the personal website demo
Diffstat (limited to 'demos/personal/themes/White')
-rw-r--r--demos/personal/themes/White/Default.css325
-rw-r--r--demos/personal/themes/White/Frame.css194
-rw-r--r--demos/personal/themes/White/images/album-bstretch.gifbin0 -> 90 bytes
-rw-r--r--demos/personal/themes/White/images/album-lstretch.gifbin0 -> 90 bytes
-rw-r--r--demos/personal/themes/White/images/album-rstretch.gifbin0 -> 90 bytes
-rw-r--r--demos/personal/themes/White/images/album-tstretch.gifbin0 -> 90 bytes
-rw-r--r--demos/personal/themes/White/images/background.gifbin0 -> 331 bytes
-rw-r--r--demos/personal/themes/White/images/body-repeat-photo.gifbin0 -> 397 bytes
-rw-r--r--demos/personal/themes/White/images/body-repeat.gifbin0 -> 138 bytes
-rw-r--r--demos/personal/themes/White/images/bullet-1.gifbin0 -> 132 bytes
-rw-r--r--demos/personal/themes/White/images/bullet-2.gifbin0 -> 192 bytes
-rw-r--r--demos/personal/themes/White/images/button-create.gifbin0 -> 760 bytes
-rw-r--r--demos/personal/themes/White/images/button-dwn_res.gifbin0 -> 836 bytes
-rw-r--r--demos/personal/themes/White/images/button-login.gifbin0 -> 702 bytes
-rw-r--r--demos/personal/themes/White/images/content-shim-none.gifbin0 -> 636 bytes
-rw-r--r--demos/personal/themes/White/images/content-shim-photo.gifbin0 -> 1521 bytes
-rw-r--r--demos/personal/themes/White/images/content-shim.gifbin0 -> 755 bytes
-rw-r--r--demos/personal/themes/White/images/footer-side.gifbin0 -> 176 bytes
-rw-r--r--demos/personal/themes/White/images/footer.gifbin0 -> 4883 bytes
-rw-r--r--demos/personal/themes/White/images/frame-bot--x.gifbin0 -> 68 bytes
-rw-r--r--demos/personal/themes/White/images/frame-bot-x-.gifbin0 -> 50 bytes
-rw-r--r--demos/personal/themes/White/images/frame-botx--.gifbin0 -> 68 bytes
-rw-r--r--demos/personal/themes/White/images/frame-mid--x.gifbin0 -> 50 bytes
-rw-r--r--demos/personal/themes/White/images/frame-midx--.gifbin0 -> 50 bytes
-rw-r--r--demos/personal/themes/White/images/frame-top--x.gifbin0 -> 68 bytes
-rw-r--r--demos/personal/themes/White/images/frame-top-x-.gifbin0 -> 50 bytes
-rw-r--r--demos/personal/themes/White/images/frame-topx--.gifbin0 -> 68 bytes
-rw-r--r--demos/personal/themes/White/images/header.gifbin0 -> 4717 bytes
-rw-r--r--demos/personal/themes/White/images/photonav-bg.gifbin0 -> 105 bytes
-rw-r--r--demos/personal/themes/White/images/photonav-top-bg.gifbin0 -> 46 bytes
-rw-r--r--demos/personal/themes/White/images/resume-photo.jpgbin0 -> 1719 bytes
31 files changed, 519 insertions, 0 deletions
diff --git a/demos/personal/themes/White/Default.css b/demos/personal/themes/White/Default.css
new file mode 100644
index 00000000..7c6880c0
--- /dev/null
+++ b/demos/personal/themes/White/Default.css
@@ -0,0 +1,325 @@
+/* 0 BASIC TAGS */
+
+table {
+ font-size: 1em;
+}
+
+h1, h2, h3, h4 {
+ margin: 0;
+ font-family: tahoma, arial, helvetica, sans-serif;
+}
+
+p {
+ line-height: 1.4em;
+}
+
+hr {
+ border: 0;
+ border-top: 1px solid #bababa;
+ height: 1px;
+}
+
+a {
+ text-decoration: none;
+ color: #d32525;
+}
+
+a:visited {
+ color: #980000;
+}
+
+a:hover {
+ text-decoration: underline;
+ color: #e05252;
+}
+
+a:active {
+ color: #980000;
+}
+
+body {
+ background-color: #ffffff;
+ background-image: url(images/background.gif);
+ background-repeat: repeat-x;
+ margin: 0;
+ padding: 0;
+ text-align: center;
+ font-family: verdana, arial, helvetica, sans-serif;
+ font-size: 0.7em;
+ color: #666666;
+}
+
+img {
+ border-width: 0;
+}
+
+/* 1 HEADER */
+
+.header {
+ background-image: url(Images/header.gif);
+ background-repeat: no-repeat;
+ position: relative;
+ width: 760px;
+ height: 81px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+h1 {
+ position: absolute;
+ left: 37px;
+ top: 12px;
+ text-transform: uppercase;
+ font-size: 18px;
+}
+
+h2 {
+ position: absolute;
+ left: 37px;
+ top: 60px;
+ font-size: 11px;
+}
+
+.menua {
+ position: absolute;
+ right: 37px;
+ top: 17px;
+ text-transform: uppercase;
+ font-size: 10px;
+}
+
+.nav {
+ position: absolute;
+ right: 37px;
+ top: 60px;
+ text-transform: uppercase;
+ font-size: 10px;
+}
+
+.menua a:visited, .nav a:visited {
+ color: #d32525;
+}
+
+/* 1.1 SHIM */
+
+.shim {
+ background-repeat: no-repeat;
+ margin-left: auto;
+ margin-right: auto;
+ width: 760px;
+ height: 8px;
+ font-size: 0;
+}
+
+.column {
+ background-image: url(images/content-shim.gif);
+}
+
+.gradient {
+ background-image: url(images/content-shim-photo.gif);
+}
+
+.solid {
+ background-image: url(images/content-shim-none.gif);
+}
+
+/* 2 PAGE */
+
+.page {
+ background-repeat: repeat-y;
+ margin-left: auto;
+ margin-right: auto;
+ text-align: left;
+}
+
+h3 {
+ margin-top: 1.0em;
+ margin-bottom: 1.12em;
+ font-size: 1.5em;
+ font-weight: bold;
+}
+h4 {
+ margin-top: 1.0em;
+ margin-bottom: 1.12em;
+ font-size: 1.3em;
+ font-weight: bold;
+}
+
+/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */
+
+#home, #resume, #links, #register, #admin-albums, #admin-photos {
+ background-image: url(images/body-repeat.gif);
+ position: relative;
+ width: 686px;
+ padding: 0px 37px;
+ padding-top: 1px; /* Weird Mozilla Bug */
+ padding-bottom: 40px; /* Weird Mozilla Bug */
+}
+
+#sidebar {
+ float: left;
+ width: 214px;
+ height: 100%;
+}
+
+#content {
+ margin-left: 256px;
+}
+
+#whatsnew {
+ float: left;
+ width: 200px;
+ height: 100%;
+}
+
+#coollinks {
+ margin-left: 220px;
+}
+
+#resume h4, #links h4 {
+ margin-top: 0;
+ border-top: 1px solid #bababa;
+ padding-top: 1.0em;
+ position: absolute;
+ left: 37px;
+ width: 214px;
+}
+
+#resume #photo {
+ position: absolute;
+ left: 37px;
+ top: 20px;
+ width: 214px;
+}
+
+#resume .first {
+ margin-top: 0;
+ border-top: 1px solid #bababa;
+ padding-top: 1.5em;
+}
+
+dl {
+ margin-top: 0;
+ margin-bottom: 0;
+ border-top: 1px solid #bababa;
+ padding-top: 1.5em;
+ padding-bottom: 1.5em;
+ position: relative;
+}
+
+dt {
+ position: absolute;
+ left: 0;
+}
+
+dd {
+ margin-left: 150px;
+ height: 2.0em;
+}
+
+.emptydata td {
+ padding: 50px;
+ color: #aeaeae;
+}
+
+/* 2.2 ALBUMS PAGE */
+
+#albums {
+ background-image: url(images/body-repeat-photo.gif);
+ padding: 0px 37px;
+ padding-bottom: 40px;
+ width: 686px;
+}
+
+.view {
+ margin-left: auto;
+ margin-right: auto;
+ width: 686px;
+ text-align: center;
+}
+
+.view .photo-frame {
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.item {
+ padding: 20px 50px;
+ color: #B2B2B2;
+}
+
+.item h4 {
+ margin-bottom: 0.4em;
+}
+
+.nullpanel {
+ padding: 150px;
+ width: auto;
+ text-align: center;
+}
+
+/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */
+
+#photos, #details, #admin-details {
+ background-image: url(images/body-repeat-photo.gif);
+ padding: 0;
+ width: 760px;
+}
+
+.buttonbar {
+ background-image: url(images/photonav-bg.gif);
+ background-repeat: repeat-x;
+ margin-left: auto;
+ margin-right: auto;
+ padding-top: 4px;
+ width: 744px;
+ height: 33px;
+ text-align: center;
+}
+
+.buttonbar-top {
+ background-image: url(images/photonav-top-bg.gif);
+}
+
+#photos .view, #admin-details .view {
+ margin-top: 20px;
+ margin-bottom: 20px;
+}
+
+/* 3 FOOTER */
+
+.footerbg {
+ background-image: url(images/footer-side.gif);
+ background-repeat: repeat-x;
+ width: auto;
+ height: 75px;
+ text-align: center;
+}
+.footer {
+ background-image: url(images/footer.gif);
+ background-repeat: no-repeat;
+ margin-left: auto;
+ margin-right: auto;
+ width: 760px;
+ height: 75px;
+ text-align: center;
+ font-size: 10px;
+}
+
+.menub {
+ margin: 12px auto 5px auto;
+ text-transform: uppercase;
+ font-size: 10px;
+}
+
+.menub a:visited {
+ color: #d32525;
+}
+
+
+
+/* Inline styles are used because image controls hard code a border property */
+
+.photo_198 {
+ border: 4px solid #FFFFFF;
+}
diff --git a/demos/personal/themes/White/Frame.css b/demos/personal/themes/White/Frame.css
new file mode 100644
index 00000000..3ae71a69
--- /dev/null
+++ b/demos/personal/themes/White/Frame.css
@@ -0,0 +1,194 @@
+/* Photo Border for All Pages Except the Albums Page */
+
+.photo-frame .topx-- {
+ background-image: url(Images/frame-topx--.gif);
+ background-repeat: no-repeat;
+ width: auto;
+ height: 4px;
+ vertical-align: top;
+}
+.photo-frame .top-x- {
+ background-image: url(Images/frame-top-x-.gif);
+ background-repeat: repeat-x;
+ width: auto;
+ height: 4px;
+}
+.photo-frame .top--x {
+ background-image: url(Images/frame-top--x.gif);
+ background-repeat: no-repeat;
+ width: auto;
+ height: 4px;
+ vertical-align: top;
+}
+
+.photo-frame .midx-- {
+ background-image: url(Images/frame-midx--.gif);
+ background-repeat: repeat-y;
+ width: 4px;
+ height: auto;
+}
+.photo-frame .mid--x {
+ background-image: url(Images/frame-mid--x.gif);
+ background-repeat: repeat-y;
+ width: 4px;
+ height: auto;
+}
+
+.photo-frame .botx-- {
+ background-image: url(Images/frame-botx--.gif);
+ background-repeat: no-repeat;
+ width: 4px;
+ height: 4px;
+ vertical-align: top;
+}
+.photo-frame .bot-x- {
+ background-image: url(Images/frame-bot-x-.gif);
+ background-repeat: repeat-x;
+ width: auto;
+ height: 4px;
+}
+.photo-frame .bot--x {
+ background-image: url(Images/frame-bot--x.gif);
+ background-repeat: no-repeat;
+ width: 4px;
+ height: 4px;
+ vertical-align: bottom;
+}
+
+/* Photo Border for the Album Page */
+
+.album-frame .topx----,
+.album-frame .top----x,
+.album-frame .botx----,
+.album-frame .bot----x {
+ height: 14px;
+ width: 14px;
+}
+
+.album-frame .top-x--- {
+ background-image: url(images/album-tstretch.gif);
+ background-repeat: repeat-x;
+ text-align: left;
+ height: 14px;
+ width: auto;
+}
+.album-frame .top--x-- {
+ background-image: url(images/album-tstretch.gif);
+ background-repeat: repeat-x;
+ height: 14px;
+ width: auto;
+}
+.album-frame .top---x- {
+ background-image: url(images/album-tstretch.gif);
+ background-repeat: repeat-x;
+ text-align: right;
+ height: 14px;
+ width: auto;
+}
+
+.album-frame .mtpx---- {
+ background-image: url(images/album-lstretch.gif);
+ background-repeat: repeat-y;
+ vertical-align: top;
+ height: auto;
+ width: 14px;
+}
+.album-frame .mtp----x {
+ background-image: url(images/album-rstretch.gif);
+ background-repeat: repeat-y;
+ vertical-align: top;
+ height: auto;
+ width: 14px;
+}
+
+.album-frame .midx---- {
+ background-image: url(images/album-lstretch.gif);
+ background-repeat: repeat-y;
+ height: auto;
+ width: 14px;
+}
+.album-frame .mid----x {
+ background-image: url(images/album-rstretch.gif);
+ background-repeat: repeat-y;
+ height: auto;
+ width: 14px;
+}
+
+.album-frame .mbtx---- {
+ background-image: url(images/album-lstretch.gif);
+ background-repeat: repeat-y;
+ vertical-align: bottom;
+ height: auto;
+ width: 14px;
+}
+.album-frame .mbt----x {
+ background-image: url(images/album-rstretch.gif);
+ background-repeat: repeat-y;
+ vertical-align: bottom;
+ height: auto;
+ width: 14px;
+}
+
+.album-frame .bot-x--- {
+ background-image: url(images/album-bstretch.gif);
+ background-repeat: repeat-x;
+ text-align: right;
+ height: 14px;
+ width: auto;
+}
+.album-frame .bot--x-- {
+ background-image: url(images/album-bstretch.gif);
+ background-repeat: repeat-x;
+ height: 14px;
+ width: auto;
+}
+.album-frame .bot---x- {
+ background-image: url(images/album-bstretch.gif);
+ background-repeat: repeat-x;
+ text-align: left;
+ height: 14px;
+ width: auto;
+}
+
+/* Form Items */
+
+.textfield {
+ border: 1px solid #929292;
+ vertical-align: middle;
+ padding: 3px;
+ margin: 2px 0 5px 0;
+}
+
+/* Login View */
+
+.login .label {
+ display:block;
+}
+
+.login .textbox {
+ border: 1px solid #929292;
+ width: 140px;
+ vertical-align: middle;
+ padding: 3px;
+ margin: 2px 0 5px 0;
+}
+
+.login .button {
+ display:block;
+ margin-top:8px;
+ margin-bottom:8px;
+}
+
+/* LIST */
+
+ul {
+ list-style-type: none;
+ list-style-image: url(images/bullet-2.gif);
+ list-style-position: outside;
+ line-height: 2.1em;
+ vertical-align: middle;
+ margin-left: 1.25em;
+}
+.link {
+ list-style-image: url(images/bullet-1.gif);
+}
diff --git a/demos/personal/themes/White/images/album-bstretch.gif b/demos/personal/themes/White/images/album-bstretch.gif
new file mode 100644
index 00000000..33885883
--- /dev/null
+++ b/demos/personal/themes/White/images/album-bstretch.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/album-lstretch.gif b/demos/personal/themes/White/images/album-lstretch.gif
new file mode 100644
index 00000000..88e931bb
--- /dev/null
+++ b/demos/personal/themes/White/images/album-lstretch.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/album-rstretch.gif b/demos/personal/themes/White/images/album-rstretch.gif
new file mode 100644
index 00000000..03c75d04
--- /dev/null
+++ b/demos/personal/themes/White/images/album-rstretch.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/album-tstretch.gif b/demos/personal/themes/White/images/album-tstretch.gif
new file mode 100644
index 00000000..b9d31bd6
--- /dev/null
+++ b/demos/personal/themes/White/images/album-tstretch.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/background.gif b/demos/personal/themes/White/images/background.gif
new file mode 100644
index 00000000..b46632f9
--- /dev/null
+++ b/demos/personal/themes/White/images/background.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/body-repeat-photo.gif b/demos/personal/themes/White/images/body-repeat-photo.gif
new file mode 100644
index 00000000..fc46be8a
--- /dev/null
+++ b/demos/personal/themes/White/images/body-repeat-photo.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/body-repeat.gif b/demos/personal/themes/White/images/body-repeat.gif
new file mode 100644
index 00000000..fb1b277d
--- /dev/null
+++ b/demos/personal/themes/White/images/body-repeat.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/bullet-1.gif b/demos/personal/themes/White/images/bullet-1.gif
new file mode 100644
index 00000000..1bf5fdbe
--- /dev/null
+++ b/demos/personal/themes/White/images/bullet-1.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/bullet-2.gif b/demos/personal/themes/White/images/bullet-2.gif
new file mode 100644
index 00000000..44111e76
--- /dev/null
+++ b/demos/personal/themes/White/images/bullet-2.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/button-create.gif b/demos/personal/themes/White/images/button-create.gif
new file mode 100644
index 00000000..c4659906
--- /dev/null
+++ b/demos/personal/themes/White/images/button-create.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/button-dwn_res.gif b/demos/personal/themes/White/images/button-dwn_res.gif
new file mode 100644
index 00000000..e2154cc6
--- /dev/null
+++ b/demos/personal/themes/White/images/button-dwn_res.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/button-login.gif b/demos/personal/themes/White/images/button-login.gif
new file mode 100644
index 00000000..f1e8d3f0
--- /dev/null
+++ b/demos/personal/themes/White/images/button-login.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/content-shim-none.gif b/demos/personal/themes/White/images/content-shim-none.gif
new file mode 100644
index 00000000..3f9bca69
--- /dev/null
+++ b/demos/personal/themes/White/images/content-shim-none.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/content-shim-photo.gif b/demos/personal/themes/White/images/content-shim-photo.gif
new file mode 100644
index 00000000..4608fe88
--- /dev/null
+++ b/demos/personal/themes/White/images/content-shim-photo.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/content-shim.gif b/demos/personal/themes/White/images/content-shim.gif
new file mode 100644
index 00000000..f5d88f71
--- /dev/null
+++ b/demos/personal/themes/White/images/content-shim.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/footer-side.gif b/demos/personal/themes/White/images/footer-side.gif
new file mode 100644
index 00000000..0d3dd8e1
--- /dev/null
+++ b/demos/personal/themes/White/images/footer-side.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/footer.gif b/demos/personal/themes/White/images/footer.gif
new file mode 100644
index 00000000..3b37c6c2
--- /dev/null
+++ b/demos/personal/themes/White/images/footer.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/frame-bot--x.gif b/demos/personal/themes/White/images/frame-bot--x.gif
new file mode 100644
index 00000000..0d54dc3f
--- /dev/null
+++ b/demos/personal/themes/White/images/frame-bot--x.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/frame-bot-x-.gif b/demos/personal/themes/White/images/frame-bot-x-.gif
new file mode 100644
index 00000000..29dd27bf
--- /dev/null
+++ b/demos/personal/themes/White/images/frame-bot-x-.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/frame-botx--.gif b/demos/personal/themes/White/images/frame-botx--.gif
new file mode 100644
index 00000000..ee4ad6e3
--- /dev/null
+++ b/demos/personal/themes/White/images/frame-botx--.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/frame-mid--x.gif b/demos/personal/themes/White/images/frame-mid--x.gif
new file mode 100644
index 00000000..a2c5f231
--- /dev/null
+++ b/demos/personal/themes/White/images/frame-mid--x.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/frame-midx--.gif b/demos/personal/themes/White/images/frame-midx--.gif
new file mode 100644
index 00000000..a9c87a8c
--- /dev/null
+++ b/demos/personal/themes/White/images/frame-midx--.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/frame-top--x.gif b/demos/personal/themes/White/images/frame-top--x.gif
new file mode 100644
index 00000000..ab1292b2
--- /dev/null
+++ b/demos/personal/themes/White/images/frame-top--x.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/frame-top-x-.gif b/demos/personal/themes/White/images/frame-top-x-.gif
new file mode 100644
index 00000000..59484711
--- /dev/null
+++ b/demos/personal/themes/White/images/frame-top-x-.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/frame-topx--.gif b/demos/personal/themes/White/images/frame-topx--.gif
new file mode 100644
index 00000000..710b1d66
--- /dev/null
+++ b/demos/personal/themes/White/images/frame-topx--.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/header.gif b/demos/personal/themes/White/images/header.gif
new file mode 100644
index 00000000..f09f418d
--- /dev/null
+++ b/demos/personal/themes/White/images/header.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/photonav-bg.gif b/demos/personal/themes/White/images/photonav-bg.gif
new file mode 100644
index 00000000..dd3e07f8
--- /dev/null
+++ b/demos/personal/themes/White/images/photonav-bg.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/photonav-top-bg.gif b/demos/personal/themes/White/images/photonav-top-bg.gif
new file mode 100644
index 00000000..b114040d
--- /dev/null
+++ b/demos/personal/themes/White/images/photonav-top-bg.gif
Binary files differ
diff --git a/demos/personal/themes/White/images/resume-photo.jpg b/demos/personal/themes/White/images/resume-photo.jpg
new file mode 100644
index 00000000..d4f9905c
--- /dev/null
+++ b/demos/personal/themes/White/images/resume-photo.jpg
Binary files differ