X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fstyle%2Fadmin.css;h=39e01fc07f607f244b83322c480cfa69e6965955;hb=c9c9e73accdd641e03ab1818da92b4ea454d94e5;hp=91b7df5745b1f395dff8a8b71005e8b9050bf1f4;hpb=e98015ace7d45c4633645a2309c0209962a4d0a1;p=mir.git diff --git a/web/style/admin.css b/web/style/admin.css index 91b7df57..39e01fc0 100755 --- a/web/style/admin.css +++ b/web/style/admin.css @@ -1,72 +1,200 @@ body { margin: 6px; - background-color: #ffffff; - url(../img/bgimage.jpg) no-repeat; + background-color: #EEEEEE; } +/* ... basic font-def ... */ + h1, h2, h3, h4, h5, h6, p, li, dt, dd, div, td, blockquote { font-family: arial, helvetica, sans-serif; } h6, p, li, dt, dd, div, td, blockquote { - font-size: small; + font-family: arial, helvetica, sans-serif; + +} + +/* ... boxes ... */ + +.box-head { + background-color:#006600; + padding:2px; + margin:0px; + border:2px solid #006600; + color:#FFFFFF; +} + +.box { + background-color:#FFFFFF; + padding:8px; + margin-top:0px; + margin-bottom:12px; + border:2px solid #006600; + +} + +/* ... for MESSAGEBOX ... */ + +.box-bg { + background-color:#FFFFCC; + padding:8px; + margin-top:0px; + margin-bottom:12px; + border:2px solid #006600; +} + +/* ... creates indent ... */ + +.box-invis { + margin-top:4px; + margin-bottom:4px; + margin-left:12px; + margin-right:12px; + padding:4px; +} + +.bg-neutral { + background-color:#DDDDDD; +} + + +/* ... TABLE def ... */ + +.table-head { + color: #FFFFFF; + background-color: #990000; + font-weight: bold; + padding-right:8px; + padding-left:6px; +} + +.table-left { + color: #FFFFFF; + background-color: #006600; + font-size:1em; + font-weight: bold; + padding-top: 4px; + padding-bottom: 4px; + padding-right:8px; + padding-left:6px; } + +/* ... for unimportent fields ... */ +.table-left-light + { + color: #FFFFFF; + background-color: #999999; + font-size:0.8em; + font-weight: bold; + padding-right:8px; + padding-left:6px; +} + +.table-foot { + color: #006600; + text-align:right; + font-weight: bold; + font-size:0.7em; + padding-right:6px; + padding-left:6px; + border-top:3px solid #990000; -a:link {color: #cc0033;text-decoration:none;} -a:visited {color: #660033;text-decoration:none;} -a:hover {color: #ff3333;text-decoration:none;} - -.dark {background-color: #990000; color: #ffffff; text-decoration:none;} -.middle {background-color: #cc0033; color: #ffffff; text-decoration:none;} -.pink {background-color: #FF9966; color: #ffffff; text-decoration:none;} -.darkgrey {background-color: #999966; color: #000000; text-decoration:none;} -.grey {background-color: #dddddd; color: #000000; text-decoration:none;} -.litegrey {background-color: #eeeeee; color: #990000; text-decoration:none;} -.wite {background-color: #ffffff; color: #990000; text-decoration:none;} -.list1 {background-color: #FFFFCC; color: #000000; text-decoration:none;} -.list2 {background-color: #FFCC99; color: #000000; text-decoration:none;} -.list3 {background-color: #FFFF99; color: #000000; text-decoration:none;} -.list4 {background-color: #CCCC99; color: #000000; text-decoration:none;} - -.pagetitle {font-size: x-large; color: #cc0033; font-weight: bold;} -.litetitel {font-size: large; color: #ffffff; font-weight: bold;} -.darktitel {font-size: large; color: #cc0033; font-weight: bold;} -.spezialtext {font-size: small; color: #CC0000;} -.text {font-size: small;} -.small {font-size: x-small;} -.x-small {font-size: xx-small;} - -.witetext {font-size: large; color: #ffffff; text-decoration:none;} -.witesmall {font-size: small; color: #ffffff; text-decoration:none;} -.witex-small {font-size: x-small; color: #ffffff; text-decoration:none;} - -.lynx { display:none; } - -.editfieldname { - font-size: normal; - color: #000000; - font-weight: bold; - text-decoration:none; - background-color: #CCCCCC; -} - -.menucommand { - font-family: arial, helvetica, sans-serif; - font-size: normal; - font-weight: bold; - color: #CC0000; } - + + +/* ... for striped Tables ... */ +.listrow1 { + color: #000000; + background-color: #FFFFFF; +} +.listrow2 { + color: #000000; + background-color: #FFFFCC; +} +.listrow3 { + color: #000000; + background-color: #FAFAC8; +} +.listrow4 { + color: #000000; + background-color: #F5F5F5; +} + + +/* ... LINKS ... */ +a:link { + color: #990000; + text-decoration:none; +} +a:visited { + color: #990000; + text-decoration:none; +} +a:hover { + color: #FFFFFF; + text-decoration:none; + background-color:#990000; +} + +.link-box { + background-color:#DDDDDD; + font-size:0.9em; + padding:2px; + padding-left:8px; + padding-right:8px; + border:1px solid #990000; +} +.link-box-div { + padding-top:5px; + padding-bottom:5px; +} + +.link-help { + background-color:#DDDDDD; + font-size:0.9em; + padding:2px; + padding-left:8px; + padding-right:8px; + border:1px solid #003399; + color: #003399; +} + +.link-help-small { + background-color:#EEEEEE; + font-size:0.7em; + color: #003399; +} + + +/* ... for important text ... */ +.text-alert { + color: #CC0000; + +} + + .majorcommand { - font-family: arial, helvetica, sans-serif; - font-size: normal; - font-weight: bold; - color: #CC0000; + font-weight: bold; +} + +.listcommand { + font-size: 0.7em; +} + +.small {font-size: 0.8em;} +.x-small {font-size: 0.7em;} + +.lynx { display:none; } + +.majorbutton { +} + +.minorbutton { + background-color:#DDDDDD; + color: #990000; + font-size:1em; + padding:2px; + padding-left:8px; + padding-right:8px; +// border:1px solid #990000; } - -.minorcommand { - font-family: arial, helvetica, sans-serif; - font-size: normal; - font-weight: bold; - color: #CC0000; -} \ No newline at end of file