summaryrefslogtreecommitdiffstats
path: root/conkeror/themes/blackened/new-tabs.css
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-27 22:44:33 +0200
committerGravatar Tom Willemsen2011-05-27 22:44:33 +0200
commit273b4940a4866add08cab05cb2e023498808ba55 (patch)
treea3eeb02721916a1c23059f58d0d9c02c6a6772ac /conkeror/themes/blackened/new-tabs.css
parentb27fef4711fbfb7c731c0ff093145d602ffdb648 (diff)
downloaddotfiles-273b4940a4866add08cab05cb2e023498808ba55.tar.gz
dotfiles-273b4940a4866add08cab05cb2e023498808ba55.zip
CONKEROR: Added blackened theme
Diffstat (limited to 'conkeror/themes/blackened/new-tabs.css')
-rw-r--r--conkeror/themes/blackened/new-tabs.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/conkeror/themes/blackened/new-tabs.css b/conkeror/themes/blackened/new-tabs.css
new file mode 100644
index 0000000..f5d30c0
--- /dev/null
+++ b/conkeror/themes/blackened/new-tabs.css
@@ -0,0 +1,54 @@
+#tab2-bar {
+ background: #222;
+}
+
+.tab2 {
+ margin: 2px 0px 0px 2px;
+ padding: 0px;
+ height: 22px;
+ border-width: 2px;
+ border-bottom-width: 0;
+ border-style: solid;
+ -moz-border-radius: 3px 3px 0 0;
+ -moz-border-left-colors: #888 #555;
+ -moz-border-right-colors: #000 #171717;
+ -moz-border-top-colors: #888 #555;
+ background: #333;
+ min-width: 200px;
+ max-width: 200px;
+ overflow: hidden; /* Chops end of label */
+}
+
+.tab2[selected=true] {
+ -moz-border-left-colors: #aaa #888;
+ -moz-border-right-colors: #000 #333;
+ -moz-border-top-colors: #aaa #888;
+ background: #666;
+}
+
+.tab2:hover {
+ -moz-border-left-colors: #eee #bbb;
+ -moz-border-right-colors: #333 #666;
+ -moz-border-top-colors: #eee #bbb;
+ background: #999;
+}
+
+.tab2-label {
+ margin-left: 4px;
+ padding-top: 1px;
+ color: #fff;
+ font: 11px Tahoma;
+}
+
+.tab2-icon {
+ margin: 1px !important;
+ padding: 1px;
+ width: 20px;
+ height: 15px;
+ max-height: 15px;
+ -moz-border-radius: 1px;
+ background: black;
+ color: white;
+ font: 900 11px Tahoma;
+ text-align: center;
+}