00001 #content_wrapper {
00002 width: 660px;
00003 margin: 0px auto;
00004 }
00005
00006 h1 {
00007 font-size: 28px;
00008 font-weight: 900;
00009 color: #ccc;
00010 letter-spacing: 0.5em;
00011 margin-bottom: 30px;
00012 width: 650px;
00013 text-align: center;
00014 }
00015 h2 {
00016 font-size: 18px;
00017 font-weight: 800;
00018 color: #7c4;
00019 border: none;
00020 letter-spacing: 0.3em;
00021 padding: 0px;
00022 margin-bottom: 10px;
00023 margin-top: 0px;
00024 }
00025 hr {
00026 display:none;
00027 }
00028 div.content {
00029 width: 650px;
00030 border-top: 1px solid #88a;
00031 border-right: 1px solid #88a;
00032 border-bottom: 1px solid #88a;
00033 border-left: 10px solid #88a;
00034 padding: 10px;
00035 margin-bottom: 30px;
00036 -moz-border-radius: 8px 0px 0px 8px;
00037 }
00038 div.schedule a {
00039 position: relative;
00040 display: block;
00041 color: white;
00042 text-decoration: none;
00043 padding: .2em .8em;
00044 border: thin solid #668;
00045 width: 340px;
00046 }
00047 div.schedule a span {
00048 display:none;
00049 }
00050 div.schedule a:hover {
00051 background-color: #204670;
00052 border-top: thin solid #668;
00053 border-bottom: thin solid #668;
00054 border-left: thin solid #668;
00055 cursor: default;
00056 }
00057 div.schedule a:hover span {
00058 display: block;
00059 position: absolute;
00060 background-color: #204670;
00061 color: white;
00062 left: 358px;
00063 margin-top: -20px;
00064 width: 280px;
00065 padding: 5px;
00066 border: thin dashed #88a;
00067 }
00068 div.diskstatus {
00069 width: 325px;
00070 height: 7em;
00071 float: left;
00072 }
00073 div.loadstatus {
00074 width: 325px;
00075 height: 7em;
00076 float: right;
00077 }
00078 .jobfinished { color: white; }
00079 .jobaborted { color: #ff2222; }
00080 .joberrored { color: #ff4444; }
00081 .jobrunning { color: #00ff00; }
00082