PDA

View Full Version : Halloween



tenty
31-10-2004, 06:03 AM
I don't know if anyone else experienced this "feature" but connecting via tivoweb today, I was presented with a "Halloween" (Black, and orange) interface which I thought was interesting. Just thought I would point this out ;)

So what other easter eggs are there? :D

thomson
31-10-2004, 11:35 AM
So what other easter eggs are there?

Looks like it is just TivoWeb (not TivoWebPlus)... on a reload it checks to see if it is Oct 31 (code is in httpd-tt.tcl) and outputs the "altcss" string, which is defined in html.itcl as a base64 encoded style sheet.

I could not find any other date checks, so unless somebody wants to have a play then this may be the only available alternative :)

If anyone is interested, the decoded style sheet is as follows:



#theme:after {
content: "Halloween";
color: #000000;
font-size: .5em;
font-weight: 100;
letter-spacing: 1.2em;
}
body {
background: #000000;
font-family: arial, helvetica, sans-serif;
text-align: center;
margin: 0px;
color: #FF5C00;
}
table {
border-spacing: 0px;
margin: auto;
margin-bottom: 1em;
empty-cells: show;
}
th {
background: #FF5C00;
color: #000000;
font-size: .95em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
}
td {
border-bottom: 1px solid #FF5C00;
padding-left: 0.5em;
padding-right: 0.5em;
}
img {
border: none;
}
a {
text-decoration: none;
font-size: 1em;
font-weight: 100;
text-transform: none;
letter-spacing: 0em;
color: #FFBB00;
}
a:hover {
text-decoration: underline;
}
.header a {
color: #000000;
}
select[name] {
width: 100%;
}
input, select {
border: 1px solid #FF4C00;
background: #000000;
color: #FF4C00;
padding-left: 2px;
padding-right: 2px;
margin: 1px;
}

div {
margin-left: 2em;
margin-right: 2em;
}
pre {
white-space: pre;
margin: auto;
text-align: left;
}
.table {
display: table;
}

zollymonsta
31-10-2004, 01:11 PM
Hahaha it's kinda cool.. though very hard to read. :D

JonGee
31-10-2010, 01:47 AM
I just happened to be on TivoWeb tonight and got a surprise to see the Halloween theme - I've had my Tivo for years!

Had to come to the forum and see if anyone else had.... and found this thread...