some stylesheet changes
[mir.git] / web / style / admin.css
1 body  {
2   margin: 6px; 
3   background-color: #ffffff; 
4   url(../img/bgimage.jpg) no-repeat;
5 }
6
7 h1, h2, h3, h4, h5, h6, p, li, dt, dd, div, td, blockquote {
8   font-family: arial, helvetica, sans-serif;
9 }
10
11 h6, p, li, dt, dd, div, td, blockquote {
12   font-size: small;
13 }
14         
15 a:link                  {color: #cc0033;text-decoration:none;}
16 a:visited                   {color: #660033;text-decoration:none;}
17 a:hover                     {color: #ff3333;text-decoration:none;}
18
19 .dark                   {background-color: #990000; color: #ffffff; text-decoration:none;}
20 .middle         {background-color: #cc0033; color: #ffffff; text-decoration:none;}
21 .pink           {background-color: #FF9966; color: #ffffff; text-decoration:none;}
22 .darkgrey             {background-color: #999966; color: #000000; text-decoration:none;}
23 .grey                   {background-color: #dddddd; color: #000000; text-decoration:none;}
24 .litegrey             {background-color: #eeeeee; color: #990000; text-decoration:none;}
25 .wite           {background-color: #ffffff; color: #990000; text-decoration:none;}
26 .list1          {background-color: #FFFFCC; color: #000000; text-decoration:none;}
27 .list2          {background-color: #FFCC99; color: #000000; text-decoration:none;}
28 .list3          {background-color: #FFFF99; color: #000000; text-decoration:none;}
29 .list4          {background-color: #CCCC99; color: #000000; text-decoration:none;}
30
31 .pagetitle          {font-size: x-large; color: #cc0033; font-weight: bold;}
32 .litetitel      {font-size: large;   color: #ffffff; font-weight: bold;}
33 .darktitel      {font-size: large;   color: #cc0033; font-weight: bold;}
34 .spezialtext    {font-size: small;   color: #CC0000;}
35 .text           {font-size: small;}
36 .small          {font-size: x-small;}
37 .x-small              {font-size: xx-small;}
38
39 .witetext             {font-size: large; color: #ffffff; text-decoration:none;}
40 .witesmall          {font-size: small; color: #ffffff; text-decoration:none;}
41 .witex-small      {font-size: x-small; color: #ffffff; text-decoration:none;}
42
43 .lynx             { display:none; }
44
45 .editfieldname {
46   font-size: normal; 
47   color: #000000; 
48   font-weight: bold;
49   text-decoration:none;
50   background-color: #CCCCCC; 
51 }
52
53 .menucommand {
54   font-family: arial, helvetica, sans-serif;
55   font-size: normal; 
56   font-weight: bold;
57   color: #CC0000;
58 }
59    
60 .majorcommand {
61   font-family: arial, helvetica, sans-serif;
62   font-size: normal; 
63   font-weight: bold;
64   color: #CC0000;
65 }
66   
67 .minorcommand {
68   font-family: arial, helvetica, sans-serif;
69   font-size: normal; 
70   font-weight: bold;
71   color: #CC0000;
72 }  
73
74 .majorbutton {
75   background-color: #CC0000;
76   color: #ffffff;
77   font-weight: bold;
78 }