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
00031
00032
00033
00034 border: 1px solid #333;
00035 padding: 10px;
00036 margin-bottom: 30px;
00037
00038 }
00039 div.schedule a {
00040 position: relative;
00041 display: block;
00042 color: white;
00043 text-decoration: none;
00044 padding: .2em .8em;
00045 border: thin solid #555;
00046 width: 340px;
00047 }
00048 div.schedule a span {
00049 display:none;
00050 }
00051 div.schedule a:hover {
00052 background-color: #444;
00053
00054
00055
00056 cursor: default;
00057 }
00058 div.schedule a:hover span {
00059 display: block;
00060 position: absolute;
00061 background-color: #444;
00062 color: #fff;
00063 left: 358px;
00064 margin-top: -20px;
00065 width: 280px;
00066 padding: 5px;
00067 border: thin dashed black;
00068 }
00069 div.diskstatus {
00070 width: 325px;
00071 height: 7em;
00072 float: left;
00073 }
00074 div.loadstatus {
00075 width: 325px;
00076 height: 7em;
00077 float: right;
00078 }
00079 .jobfinished { color: white; }
00080 .jobaborted { color: #ff2222; }
00081 .joberrored { color: #ff4444; }
00082 .jobrunning { color: #00ff00; }
00083