fix genefamily search.pl compilation error
[sgn.git] / documents / inc / secretary.css
blobba4eccf38bc4b1293e1bcbb21e4fab6523ba8569
1 /** Secretary Stylin' **/
2 body{
3 font-size:0.9em;
4 font-family:arial, sans-serif;
5 text-align:center;
7 table{
8 font-size:0.9em;
9 font-family:arial, sans-serif;
10 text-align:center;
12 li{
13 list-style-type:circle;
16 color:#3344CC;
18 a.internal{
19 text-decoration:none;
21 a.external {
22 text-decoration:underline;
23 font-style:normal;
24 background: url(/documents/img/external.png) center right no-repeat;
25 padding-right: 13px;
29 /** change these!!! **/
30 a.hotlistAdd {
31 background: url(/documents/img/secretary/hotlistAdd.png) center right no-repeat;
32 padding-right: 13px;
34 a.hotlistRemove {
35 padding-right: 0px;
37 /** **/
40 div.userbar{
41 font-size:1.0em;
43 div.headingBar{
44 padding-left:3px;
45 border-top: 1px solid blue;
46 border-bottom: 1px dotted blue;
47 background-color:#ddddff;
48 margin-bottom:3px;
51 .navbar{
52 white-space:nowrap;
54 .userbox{
55 text-align:center;
56 font-size:1.0em;
57 border:2px solid #338833;
58 padding:3px;
59 margin:3px;
61 .userboxinset{
62 background-color:#e9f8dd;
63 padding:3px;
65 /* This color has to match 'var searchHighlightColor' in secretary javascript*/
66 .searchHighlight{
67 background-color:#c9c9ff;
69 .errorbox{
70 font-size:1.1em;
71 text-align:center;
72 border: 2px solid #990000;
73 width: 500px;
74 padding: 3px;
75 margin: 3px;
77 .errorboxinset{
78 background-color:#ffe0e0;
79 padding:4px;
81 .developererrorbox{
82 padding:3px;
83 font-size:0.9em;
84 border: 1px dotted #555555;
85 color:#555555;