User:Clientele/projects
Appearance
Used for coordination/storage/backup of the code of my multiple sites on Wikipedia, Wiktionary, etc. Might add some other code too once in a while.
monobook.css
[edit]#content
{
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody
{
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
#p-cactions ul
{
overflow:visible;
}
#p-cactions li
{
border: 2px solid lightgrey;
position: relative;
float: left;
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
}
#p-cactions li li
{
-moz-border-radius-topleft: .1em;
-moz-border-radius-topright: .1em;
-moz-border-radius-bottomright: .1em;
-moz-border-radius-bottomleft: .1em;
float: none;
display: block;
border: 1px solid #aaaaaa;
border-top: 1px solid #aaaaaa;
text-align: center;
background: #F8FCFF;
background-color: #F8FCFF;
}
.tabmenu ul
{
display: none;
z-index: 2;
position: relative;
top: -2px;
border-top: 1px solid #aaaaaa;
padding: 0px;
margin: 0px;
background: #F8FCFF;
background-color: grey;
}
.tabmenu:hover ul
{
display: block;
}
.tabmenu a
{
padding: 0pt 0.8em !important;
background: #F8FCFF;
background-color: #F8FCFF;
}
.tabmenu ul a:hover
{
font-weight: bold;
}
Other
[edit]1
[edit]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><!-- InstanceBegin template="/Templates/tyeesite.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var refer=true;
function combo() {
if (refer) {
document.all.contents.style.visibility="visible";
refer=false;
}
else {
document.all.contents.style.visibility="hidden";
refer=true;
}
}
// End -->
</script>
<!-- InstanceBeginEditable name="doctitle" -->
<title>Tyee Middle School</title>
<!-- InstanceEndEditable --><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../Templates/tyeebackground.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Ken Tholke, kentholke@firstsaga.com. -->
<!-- Begin
// add as many or as few messages as you would like
var msg=new Array()
msg[0]="<CENTER>Welcome Back Everyone!</CENTER>";
msg[1]="<CENTER>Magazine Drive Starts Next Week</CENTER>";
msg[2]="<CENTER>School Supply list is posted on the Thunder page</CENTER>";
//Just type in \"<A href='http://javascript.internet.com/'>javascript.internet.com</A>\
// set your first set of colors. Use as many or as few as you wish.
var colors1=new Array("ffffff", "eeeeff", "ddddff", "ccccff", "bbbbff", "aaaaff", "9999ff",
"8888ff", "7777ff", "6666ff", "5555ff", "4444ff", "3333ff","2222ff", "1111ff", "0000ff")
//set your second set of colors
// *** must have exactly the same number of colors as the array above ***
var colors2=new Array("ffffff", "ffeeee", "ffdddd", "ffcccc", "ffbbbb", "ffaaaa", "ff9999",
"ff8888", "ff7777", "ff6666", "ff5555", "ff4444", "ff3333", "ff2222", "ff1111", "ff0000")
//set the height of the display in pixels
high=60;
//set the width of the display in pixels
wide=350;
//set the pixel coordinates for the upper left hand corner of the display
// move the display away from the edges of the background
pad=15;
// set the background color of the display
bgcol="transparent";
//add a background image if you want.
// *** for no image, just leave empty quotes (ex. cellbg=""; ) ***
cellbg="";
// set the font
fntFam="verdana,helvetica,arial";
fntSize=14;
// set how how many seconds you want the message to stay remain at totality.
pause=5;
// Do not edit these values below!!!
icolor=0;
mcolor=1;
imsg=0;
spWidth=wide-(2*pad);
totality=false;
glowing=true;
var theMsg="";
var cellcontent="";
pause=pause*1000;
if(cellbg.length>4){cellbg=" background="+cellbg}
else{cellbg="";}
function doPause(){
totality=false; t=setTimeout("changecolor()",pause);
}
function initiate(){
getContentColor();
getMsg();
getCellContent();
if(document.all){
msgbg.innerHTML=cellcontent;
msgfade.innerHTML=theMsg;
t=setTimeout("changecolor()",50);}
if(document.layers){
document.msgbg.document.write(cellcontent);
document.msgbg.document.close();
document.msgfade.document.write(theMsg);
document.msgfade.document.close();
document.msgbg.left=Xpos;
document.msgbg.top=Ypos;
document.msgfade.left=Xpos+pad;
document.msgfade.top=Ypos+pad;
t=setTimeout("changecolor()",100);}
}
function changecolor(){
if(totality==true){doPause();}
else{
getMsg();
getContentColor();
if(document.all){
msgfade.innerHTML=theMsg;
t=setTimeout("changecolor()",50);}
if(document.layers){
document.msgfade.document.write(theMsg);
document.msgfade.document.close();
t=setTimeout("changecolor()",70);}
}
}
function getFadeColor(){
icolor=icolor-1;
if(mcolor==1){contentcolor=colors1[icolor];}
else{contentcolor=colors2[icolor];}
}
function getGlowColor(){
icolor=icolor+1;
if(mcolor==1){contentcolor=colors1[icolor];}
else{contentcolor=colors2[icolor];}
}
function changemsg(){
if(imsg==msg.length-1){imsg=0; mcolor=1;}
else if(imsg != msg.lenght-1 && mcolor==1){imsg=imsg+1; mcolor=0;}
else{imsg=imsg+1; mcolor=1;}
}
function getContentColor(){
if(icolor==colors1.length-1 && glowing==true){
getFadeColor(); glowing=false; totality=true;}
else if(icolor < colors1.length && glowing==true){
getGlowColor();}
else if(icolor < 1 && glowing==false){changemsg(); getGlowColor(); glowing=true;}
else{getFadeColor();}
}
function getMsg() {
theMsg="<span style='font-size:"+fntSize+"pt; font-family:"+fntFam+"; width:"+spWidth+";'>"
theMsg+="<B><font color="+contentcolor+">"+msg[imsg]+"</font></B> "
theMsg+="</span>"
}
function getCellContent(){
cellcontent="<TABLE height="+high+
" width="+wide+" bgcolor="+bgcol+" cellpadding=0 cellspacing=0><TR><TD"+cellbg+"> </TD></TR></TABLE>"}
// End -->
</script>
<!-- InstanceBeginEditable name="head" -->
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() { //v6.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
obj.visibility=v; }
}
//-->
</script>
<style type="text/css">
<!--
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #0000FF;
font-size: medium;
}
-->
</style>
<!-- InstanceEndEditable -->
</head>
<body class="Tyeebackground" onLoad="initiate()">
<STYLE type="text/css">
<!--
BODY { background-image:url(http://www.bsd405.org/tyee/homepage/images/background2.gif);
background-repeat:no-repeat; background-attachment:fixed; margin-right: auto; margin-left: auto;}
-->
</STYLE>
<div id="Layer7" style="position:absolute; width:248px; height:21px; z-index:8; left: 353px; top: 5px;">
<div align="center"><font color="#0000FF" size="-2"><strong>Click the Tyee name to return to the
homepage</strong></font></div>
</div>
<div id="Layer4" style="position:absolute; width:252px; height:28px; z-index:1; left: 378px; top: 139px;">
<div align="center"><font color="#990000" size="-1" face="Verdana, Arial, Helvetica, sans-serif">Tyee
Latest News "ticker"</font></div>
</div>
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; left: 276px; top: 13px;"><a
href="../info.html"><img src="http://www.bsd405.org/tyee/homepage/images/tyeebanner.gif" width="441" height="126"
border="0"></a></div>
<div id="Layer3" style="position:absolute; width:333px; height:76px; z-index:3; left: 348px; top: 147px;"> <br>
<DIV id=msgbg style="position: absolute;"></DIV>
<DIV id=msgfade style="position: absolute;"></DIV>
</div>
<div id="Layer5" style="position:absolute; width:178px; height:141px; z-index:5; left: 102px; top: 11px;">
<div align="center">
<p><a href="../departments/tyeestaffchoice.htm"><img
src="http://www.bsd405.org/tyee/homepage/images/staffbutton.gif" width="95" height="25" border="0"></a></p>
<p><a href="../office/index.html"><img src="http://www.bsd405.org/tyee/homepage/images/officebutton.gif"
width="95" height="25" border="0"></a> </p>
<p><a href="../departments/Library/Librarypage.htm"><img
src="http://www.bsd405.org/tyee/homepage/images/librarybutton.gif" width="95" height="25" border="0"></a></p>
<p><a href="../TAC/TACByLaws.htm"><img src="http://www.bsd405.org/tyee/homepage/images/TACbutton.gif" width="95"
height="25" border="0"></a></p>
</div>
</div>
<!-- InstanceBeginEditable name="EditRegion1" -->
<div id="Layer2" style="position:absolute; width:731px; height:828px; z-index:6; left: 111px; top: 257px;">
<div id="picture" style="position:absolute; width:282px; height:233px; z-index:1; left: 286px; top: 46px;">
<div align="center">
<table align="center">
<tr><td>
<table width="200" border="1" cellspacing="0" cellpadding="0" bordercolor="#d8d8d8">
<tr>
<td bgcolor="d8d8d8">
<font face="verdana" size="2">Tyee Thunders</font>
</td>
<td align="right" width="21">
<img src="http://img2.freeimagehosting.net/uploads/965a5d2ebb.gif" name="combo_arrow" width="21" height="21" alt="" border="0"
onclick="combo()" ></td>
</tr>
</table>
<div id="contents" style="position:absolute; left:?px; top:?px; width:?px; height:?px; z-index:1; visibility:hidden">
<table width="200" border="1" cellspacing="0" cellpadding="0" bordercolor="#d8d8d8">
<tr>
<td bgcolor="d8d8d8">
<font face="verdana" size="2">
<a href="http://www.bsd405.org/tyee/homepage/TT/thunder9-28.pdf"> <img src="http://img2.freeimagehosting.net/uploads/accb8c9494.gif"
border="0" width="8" height="8">Current Thunder</a><br>
<a href="http://www.bsd405.org/tyee/homepage/TT/thunder9-14.pdf"> <img src="http://img2.freeimagehosting.net/uploads/accb8c9494.gif"
border="0" width="8" height="8">September 14, 2006</a><br>
<a href="http://www.bsd405.org/tyee/homepage/TT/thunder9-8.pdf"> <img src="http://img2.freeimagehosting.net/uploads/accb8c9494.gif"
border="0" width="8" height="8">September 8, 2006</a><br>
<a href="http://www.bsd405.org/tyee/homepage/TT/2205-06/thundersummer.pdf"> <img
src="http://i9.tinypic.com/2uq0ffs.gif" border="0" width="8" height="8">Summer 2006</a><br>
</td>
</tr>
</table>
</td></tr>
</table>
<br>
<br>
<center> <!-- <img src="http://img2.freeimagehosting.net/uploads/a4f350d7ce.jpg
"> --> </center>
<script language="JavaScript">
<!--
function FP_swapImg() {//v1.0
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
elm.$src=elm.src; elm.src=args[n+1]; } }
}
function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}
function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
return null;
}
// -->
</script>
</head>
<!--<img src="http://www.bsd405.org/tyee/homepage/images/t-birdtt.gif" width="434" height="406" border="0"
usemap="#Map">
<map name="Map">-->
<area shape="rect" coords="61,193,188,250" href="thunder9-14.pdf" target="_blank"
onMouseOver="MM_showHideLayers('Layer2','','inherit','pastTT','','hide')">
<area shape="rect" coords="248,115,387,182" href="#" onMouseOver="MM_showHideLayers
('Layer2','','inherit','pastTT','','show')">
</map>
</div>
</div>
<div id="pastTT" style="position:absolute; width:200px; height:345px; z-index:2; left: 30px; top: 56px; visibility:
hidden; background-color: #CCCCFF; layer-background-color: #CCCCFF; border: 1px none #000000;">
<div align="center">
<p> </p>
<p class="style1"><a href="2205-06/thundersummer.pdf" target="_blank">Summer 2006 </a></p>
<p class="style1"><a href="thunder9-8.pdf" target="_blank">September 8, 2006</a> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</div>
<p align="center"> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<!-- InstanceEndEditable -->
<div id="Layer6" style="position:absolute; width:178px; height:140px; z-index:7; left: 722px; top: 10px;">
<div align="center">
<p><a href="../bellschedule.htm"><img src="http://www.bsd405.org/tyee/homepage/images/bellschbutton.gif"
width="95" height="25" border="0"></a></p>
<p> <a href="http://www.bsd405.org/tyee/eventcal/." target="_blank"><img
src="http://www.bsd405.org/tyee/homepage/images/calendarbuttongif.gif" width="95" height="25" border="0"></a> </p>
<p><a href="TThome.htm"><img src="http://www.bsd405.org/tyee/homepage/images/TTbutton.gif" width="95" height="25"
border="0"></a> </p>
<p><a href="../activities/acthome.htm"><img src="http://www.bsd405.org/tyee/homepage/images/activitiesbutton.gif"
width="95" height="25" border="0"></a> </p>
</div>
</div>
</body>
<!-- InstanceEnd --></html>