summaryrefslogtreecommitdiffstats
path: root/skins/contrib/Mozilla/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/contrib/Mozilla/global.css')
-rw-r--r--skins/contrib/Mozilla/global.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css
index 5e2044188..7af4af9ea 100644
--- a/skins/contrib/Mozilla/global.css
+++ b/skins/contrib/Mozilla/global.css
@@ -561,10 +561,40 @@ table.edit_form hr {
font-weight: normal;
}
+/* tabs */
+
+table.tabs {
+ border-collapse: separate;
+ border-spacing: 1em 0;
+}
+
+.tabs td {
+ background: rgba(255,255,255,0.5);
+ padding: 1em;
+ text-align: center;
+ border-style: none;
+ font-size: 12px;
+ text-transform: uppercase;
+}
+
+.tabs td.selected {
+ background: white;
+ font-weight: 700;
+}
+
.tabs td.spacer {
background: transparent;
}
+.tabs a {
+ color: #333;
+}
+
+.tabbody {
+ background: white;
+ padding: 1em 2em;
+}
+
/* Smaller than standard 990 (devices and browsers) */
@media only screen and (max-width: 989px) {
#header .links {