﻿var currentTime = new Date().getHours();
if (7 <= currentTime && currentTime < 18) {
path = '<style>#screen, #header h3, #header h3 a, h2 a, .stationary, #content #index li a, #content #index li a:hover, #content form input, #statusbar .button a, #statusbar #search, #statusbar #up a, #statusbar #down a, #statusbar up a:hover, #statusbar down a:hover { background-color: #ab9; } #header #time, #content #index li a:hover, #statusbar .button a:hover { color: #ab9; } #content #index li a { background-image: url(/images/theme/daylight-index.png); } #content #index li a:hover { background-color: black; background-image: url(/images/theme/daylight-index-over.png); }</style>'
}
else {
path = '<style>#screen, #header h3, #header h3 a, h2 a, .stationary, #content #index li a, #content #index li a:hover, #content form input, #statusbar .button a, #statusbar #search, #statusbar #up a, #statusbar #down a, #statusbar up a:hover, #statusbar down a:hover { background-color: #3da; } #header #time, #content #index li a:hover, #statusbar .button a:hover { color: #3da; } #content #index li a { background-image: url(/images/theme/backlight-index.png); } #content #index li a:hover { background-color: black; background-image: url(/images/theme/backlight-index-over.png); }</style>'
}
document.write(path);
