summaryrefslogtreecommitdiff
path: root/css/default.css
blob: a9aedab5796372772dccca2d378bfeefa661d4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* $Header: /cvsroot/bitweaver/_bit_themes/css/default.css,v 1.4 2009/11/09 15:51:10 wjames5 Exp $ */
/* modules */
.module       {padding:0.5em; margin:0.5em;}
.module ul    {margin:0; padding:0; list-style:none;}
.module ul ul {margin:0 0 0.5em 1.2em;}
.module ul li {margin:0;}
.module ol    {margin:0 0 0 1.2em;}
.module ol li {margin:0;}

/* module help on admin page */
.modulehelp kbd      {font-family:monospace;}
.modulehelp dt       {width:27%; float:left; text-align:right; font-weight:bold;}
.modulehelp dd       {width:70%; margin-left:30%;}
.modulehelp .example {text-decoration:underline;}

/* priorities */
.prio1 {background:#dfc !important;}
.prio2 {background:#efc !important;}
.prio3 {background:#ffc !important;}
.prio4 {background:#fec !important;}
.prio5 {background:#fdc !important;}

/* structure navigation */
.navigation .left  {float:left;}
.navigation .right {float:right;}

/* action icons */
.floaticon      {float:right; text-align:right;}
.floaticon a    {padding:0 3px;}

span.actionicon {float:right;}
td.actionicon   {text-align:right;}
.actionicon a   {padding:0 3px;}

/* miscellaneous */
table        {border-collapse:collapse; border-spacing:0; padding:0; margin:0; width:100%;}
.highlight   {font-weight:bolder;}
.popup       {width:250px; background:#fff; padding:0.5em; border:1px solid #999;}
.closebutton {position:absolute; top:2px; right:2px;}

/* stuff that was in base.css that the basic, clean, lessneat, & blueprint styles need - for now */
.navbar ul          {padding:0; margin:0; list-style:none;}
.navbar ul li       {float:left;}
.icon,.icon:hover,
a.icon,a.icon:hover {border:0px;}

/* IE hacks */
#header		{z-index:5000} /* For IE6; Required to get top menu overlapping all body elements. Relatively harmless for other browsers, YMMV */