summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorspider <spider@bitweaver.org>2014-11-24 15:00:05 -0500
committerspider <spider@bitweaver.org>2014-11-24 15:00:05 -0500
commite73b581ff51584c2a2704729f043c97eb0c688db (patch)
tree11367976c4338c1ea29ba58e66a549dcf14473dd /css
parent9cfdce57d51e9459ea0d4efc33fc1eaa7ea00ce9 (diff)
downloadthemes-e73b581ff51584c2a2704729f043c97eb0c688db.tar.gz
themes-e73b581ff51584c2a2704729f043c97eb0c688db.tar.bz2
themes-e73b581ff51584c2a2704729f043c97eb0c688db.zip
add outer-glow css; tweak .highlight
Diffstat (limited to 'css')
-rw-r--r--css/base.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/base.css b/css/base.css
index 65de8f2..c0029d4 100644
--- a/css/base.css
+++ b/css/base.css
@@ -20,6 +20,8 @@ html[dir='rtl'] .alignright {text-align:left}
.aligntop, aligntop * {vertical-align:top}
.alignmiddle {vertical-align:middle}
+.highlight {background-color:#fcf8e3;}
+
.no-padding,
.nopadding {padding:0;}
.no-margin,
@@ -128,6 +130,8 @@ ul.data li.item:last-child { border-bottom:none; }
.warning {color:#f80;}
.success {color:#090;}
+.outer-glow {box-shadow: 0px 0px 5px gray;}
+
.alpha60black {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
@@ -196,7 +200,6 @@ html[dir='rtl'] .avatar { float:right; }
.menu .item {display:block;}
.active a.head {font-weight:bolder}
.active a.head:visited {font-weight:bolder}
-.highlight {font-weight:bolder;}
a.create {font-style:italic}
a.skip {position:absolute; top:0; left:-999em;}
a.skip:active,