cc18dfa1c01c3dcf7057cad9c04d06789aaa4d6e
[mir.git] / web / style / admin.css
1
2         
3         body            {margin: 6px; background-color: #ffffff; url(../img/bgimage.jpg) no-repeat;}
4         h1, h2, h3, h4, h5, h6, p, li, dt, dd, div, td, blockquote
5                                 {font-family:arial, helvetica, sans-serif;}
6         h6, p, li, dt, dd, div, td, blockquote
7                                 {font-size: small;}
8         
9         a:link                  {color: #cc0033;text-decoration:none;}
10         a:visited               {color: #660033;text-decoration:none;}
11         a:hover                 {color: #ff3333;text-decoration:none;}
12
13         .dark           {background-color: #990000; color: #ffffff; text-decoration:none;}
14         .middle         {background-color: #cc0033; color: #ffffff; text-decoration:none;}
15         .pink           {background-color: #FF9966; color: #ffffff; text-decoration:none;}
16         .darkgrey       {background-color: #999966; color: #000000; text-decoration:none;}
17         .grey           {background-color: #dddddd; color: #000000; text-decoration:none;}
18         .litegrey       {background-color: #eeeeee; color: #990000; text-decoration:none;}
19         .wite           {background-color: #ffffff; color: #990000; text-decoration:none;}
20         .list1          {background-color: #FFFFCC; color: #000000; text-decoration:none;}
21         .list2          {background-color: #FFCC99; color: #000000; text-decoration:none;}
22         .list3          {background-color: #FFFF99; color: #000000; text-decoration:none;}
23         .list4          {background-color: #CCCC99; color: #000000; text-decoration:none;}
24
25         .pagetitle      {font-size: x-large; color: #cc0033; font-weight: bold;}
26         .litetitel      {font-size: large;   color: #ffffff; font-weight: bold;}
27         .darktitel      {font-size: large;   color: #cc0033; font-weight: bold;}
28         .spezialtext    {font-size: small;   color: #CC0000;}
29         .text           {font-size: small;}
30         .small          {font-size: x-small;}
31         .x-small        {font-size: xx-small;}
32
33         .witetext       {font-size: large; color: #ffffff; text-decoration:none;}
34         .witesmall      {font-size: small; color: #ffffff; text-decoration:none;}
35         .witex-small    {font-size: x-small; color: #ffffff; text-decoration:none;}
36
37         .lynx           {display:none;}
38         
39    .editfieldname {
40       font-size: large; 
41       color: #ffffff; 
42       font-weight: bold;
43       text-decoration:none;
44       background-color: #dddddd;          
45    }