summaryrefslogtreecommitdiff
path: root/themes/pushbutton
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-09-15 20:42:21 +0000
committerDries Buytaert <dries@buytaert.net>2004-09-15 20:42:21 +0000
commite31fef12a45076bd479f31566b786f9de6a83d1f (patch)
tree2d5f42a8786ba3f8a83538b97e72c3298f432473 /themes/pushbutton
parentf8b429e963b4e9fe73f0a85a0ccb2679eca65d62 (diff)
downloadbrdo-e31fef12a45076bd479f31566b786f9de6a83d1f.tar.gz
brdo-e31fef12a45076bd479f31566b786f9de6a83d1f.tar.bz2
- Patch #9988 by MegaGrunt: visual improvements to the tabs in Pushbutton.
Diffstat (limited to 'themes/pushbutton')
-rw-r--r--themes/pushbutton/style.css67
-rw-r--r--themes/pushbutton/tabs-off.pngbin0 -> 357 bytes
-rw-r--r--themes/pushbutton/tabs-on.pngbin0 -> 294 bytes
-rw-r--r--themes/pushbutton/tabs-option-hover.pngbin0 -> 463 bytes
-rw-r--r--themes/pushbutton/tabs-option-off.pngbin0 -> 470 bytes
-rw-r--r--themes/pushbutton/tabs-option-on.pngbin0 -> 422 bytes
6 files changed, 67 insertions, 0 deletions
diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css
index fe9ffcb01..b20a37214 100644
--- a/themes/pushbutton/style.css
+++ b/themes/pushbutton/style.css
@@ -127,6 +127,73 @@ td#home a:hover img {
#secondary-menu .secondary-links {
font-size: 0.85em;
}
+.tabs {
+ margin: 15px 0 15px 0;
+}
+.tabs ul.primary {
+ border-collapse: collapse;
+ padding: 0 0 3px 10px;
+ white-space: nowrap;
+ list-style: none;
+ margin: 0 0 0 0;
+ height: auto;
+ line-height: normal;
+ border-bottom: 2px solid #336699;
+}
+.tabs ul.primary li {
+ display: inline;
+}
+.tabs ul.primary li a {
+ padding: 3px 10px 3px 10px;
+ background: #fff url(tabs-off.png) left top no-repeat;
+ border-color: #6699CC;
+ border-width: 2px;
+ border-style: none solid none none;
+ height: auto;
+ margin-right: 10px;
+ text-decoration: none;
+ text-transform: lowercase;
+}
+.tabs ul.primary li.active a {
+ background: #336699 url(tabs-on.png) left top no-repeat;
+ border-right: 2px solid #336699;
+ color: #fff;
+}
+.tabs ul.primary li a:hover {
+ background-color: #fffaf0;
+ color: #ff4500;
+}
+.tabs ul.secondary {
+ border-collapse: collapse;
+ padding: 10px 0 10px 0px;
+ margin: 0 0 0 0;
+ white-space: nowrap;
+ list-style: none;
+ height: auto;
+ line-height: normal;
+ border-bottom: none;
+}
+.tabs ul.secondary li {
+ display: inline;
+ height: auto;
+ padding: 0 0 0 10px;
+ text-decoration: none;
+ border-right: none;
+}
+.tabs ul.secondary li a {
+ background: #fff url(tabs-option-off.png) left center no-repeat;
+ padding: 10px 0 10px 25px;
+ margin: 0 0 0 0;
+}
+.tabs ul.secondary li a.active {
+ background: #fff url(tabs-option-on.png) left center no-repeat;
+ color: #369;
+ border-bottom: none;
+}
+.tabs ul.secondary li a:hover {
+ background: #fff url(tabs-option-hover.png) left center no-repeat;
+ color: #FF4500
+}
#content {
background-color: #fff;
}
diff --git a/themes/pushbutton/tabs-off.png b/themes/pushbutton/tabs-off.png
new file mode 100644
index 000000000..2a8ca6d5e
--- /dev/null
+++ b/themes/pushbutton/tabs-off.png
Binary files differ
diff --git a/themes/pushbutton/tabs-on.png b/themes/pushbutton/tabs-on.png
new file mode 100644
index 000000000..e482a1374
--- /dev/null
+++ b/themes/pushbutton/tabs-on.png
Binary files differ
diff --git a/themes/pushbutton/tabs-option-hover.png b/themes/pushbutton/tabs-option-hover.png
new file mode 100644
index 000000000..dc640e9cd
--- /dev/null
+++ b/themes/pushbutton/tabs-option-hover.png
Binary files differ
diff --git a/themes/pushbutton/tabs-option-off.png b/themes/pushbutton/tabs-option-off.png
new file mode 100644
index 000000000..40401bbe2
--- /dev/null
+++ b/themes/pushbutton/tabs-option-off.png
Binary files differ
diff --git a/themes/pushbutton/tabs-option-on.png b/themes/pushbutton/tabs-option-on.png
new file mode 100644
index 000000000..409dbb466
--- /dev/null
+++ b/themes/pushbutton/tabs-option-on.png
Binary files differ