Thanks. I'd love to have a new one this time.
One of my moderators had a sig image that was this tiny little bug moving around the screen, it was even smaller than the small bug you posted. The first time I saw it on my laptop I have to admit I fell for it.Put some ants onto their screen.
They'll be trying to scratch them off.
I once made everyone a moderator - not literally, I changed their custom title so it looked like they were. Caused quite a stir and gave them all something to talk about for a while (and really spooked some of them, seeing their forum nemesis made-up to mod status ).
/* April fools theme */
/* Rotate avatars, smilies and thread statistics 180 degrees */
.avatarScaler img,
.avatar .img,
.avatar img,
.mceSmilie,
.listBlock.stats dd {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
}
Add to EXTRA.css:
Code:/* April fools theme */ /* Rotate avatars, smilies and thread statistics 180 degrees */ .avatarScaler img, .avatar .img, .avatar img, .mceSmilie, .listBlock.stats dd { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -khtml-transform: rotate(180deg); }
Add to EXTRA.css:
Code:/* April fools theme */ /* Rotate avatars, smilies and thread statistics 180 degrees */ .avatarScaler img, .avatar .img, .avatar img, .mceSmilie, .listBlock.stats dd { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -khtml-transform: rotate(180deg); }
I stole it from here in 2011
javascript: R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200;
DI=document.getElementsByTagName("img"); DIL=DI.length;
function A() {
var i;
var DIS;
for(i=0; i-DIL; i++){
DIS=DI[i].style;
DIS.position='absolute';
DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px";
DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"
}
R++
}
setInterval('A()',5);
void(0);
We use essential cookies to make this site work, and optional cookies to enhance your experience.