Second pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:24:05 +10:00
parent aa25e9347f
commit b6fc94ff0f
923 changed files with 243184 additions and 0 deletions

View File

@ -0,0 +1,102 @@
/* star rating code - use lists because its more semantic */
/* No javascript required */
/* all the stars are contained in one matrix to solve rollover problems with delay */
/* the background position is just shifted to reveal the correct image. */
/* the images are 16px by 16px and the background position will be shifted in negative 16px increments */
/* key: B=Blank : O=Orange : G = Green * /
/*..... The Matrix ....... */
/* colours ....Background position */
/* B B B B B - (0 0)*/
/* G B B B B - (0 -16px)*/
/* G G B B B - (0 -32px)*/
/* G G G B B - (0 -48px)*/
/* G G G G B - (0 -64px)*/
/* G G G G G - (0 -80px)*/
/* O B B B B - (0 -96px)*/
/* O O B B B - (0 -112px)*/
/* O O O B B - (0 -128px)*/
/* O O O O B - (0 -144px)*/
/* O O O O O - (0 -160px)*/
/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
width:80px;
height:16px;
margin:0px 0px 20px 0px;
padding:0;
list-style:none;
float: left;
position:relative;
background: url(../images/star-matrix.gif) no-repeat 0 0;
}
ul.rating li {
cursor: pointer;
/*ie5 mac doesn't like it if the list is floated\*/
float:left;
/* end hide*/
text-indent:-999em;
}
ul.rating li a {
position:absolute;
left:0;
top:0;
width:16px;
height:16px;
text-decoration:none;
z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
z-index:2;
width:80px;
height:16px;
overflow:hidden;
left:0;
background: url(../images/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}
/* this is used to remove the hover affect */
/* use the background position according to the table above to display the required images*/
.rated{
width:80px;
height:16px;
margin:0px 0px 20px 0px;
padding:0;
list-style:none;
float: left;
position:relative;
background: url(../images/star-matrix.gif) no-repeat 0 0;
}
ul.rated li {
cursor: pointer;
/*ie5 mac doesn't like it if the list is floated\*/
float:left;
/* end hide*/
text-indent:-999em;
}
ul.rated li.one a {left:0}
ul.rated li.two a {left:16px;}
ul.rated li.three a {left:32px;}
ul.rated li.four a {left:48px;}
ul.rated li.five a {left:64px;}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
/* end rating code */
h3{margin:0 0 2px 0;font-size:110%}

545
site/coaches/styles.css Normal file
View File

@ -0,0 +1,545 @@
/* Defaults */
body {
font-family: verdana, arial, tahoma, sans-serif;
font-size: 11px;
color: #000;
padding: 0;
margin: 15px 0 5px;
}
.indent {
margin-left: 10px;
}
.indentlarge {
margin-left: 30px;
}
.indenthuge {
margin-left: 50px;
}
.rightside {
text-align: right;
}
form {
margin: 0;
padding: 0;
}
/* Links
a:link {
color: #000099;
text-decoration : none;
padding : 0;
margin : 0;
}
a:visited {
color: #000099;
text-decoration : none;
}
a:hover {
color: #000000;
text-decoration : underline;
}
a:active {
color: #999999;
text-decoration : none;
}*/
.modify{
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
font-size: 14pt;
}
.modify:hover{
text-decoration: underline;
}
/* Outer layer */
#outer {
text-align: left;
background: #ffffff;
color: inherit;
/**border: 1px solid #000000;**/
margin: 0 auto;
padding: 0;
}
/* Header */
.header {
background: #fcce32;
}
.logolink {
padding: 6px 3px;
}
.logolink a {
background: inherit;
}
.hdr-links {
width: 230px;
text-align: center;
font-size : 10px;
padding : 0;
margin: 0;
}
a.hdrnav:link {
color: #000099;
background: inherit;
text-decoration : none;
font-size : 10px;
padding : 0;
margin : 0;
}
a.hdrnav:visited {
color: #000099;
background : inherit;
text-decoration : none;
}
a.hdrnav:hover {
color: #000;
background : #fff;
text-decoration : underline;
}
a.hdrnav:active {
color: #999;
background : inherit;
text-decoration : none;
}
.hdr-links .access {
text-decoration : underline;
color : #000;
background : inherit;
}
/* Top Nav Bar */
.top-nav {
height: 25px;
background: #c5c6ac;
color: inherit;
border: solid #000000;
border-width: 1px 0;
}
.top-nav-inner {
padding: 5px 10px;
}
.top-nav-inner a:link {
color: #000000;
background: inherit;
font-weight: bold;
text-decoration: none;
}
.top-nav-inner a:visited {
color: #000000;
background: inherit;
font-weight: bold;
text-decoration: none;
}
.top-nav-inner a:hover {
background: inherit;
color: #555555;
font-weight: bold;
text-decoration: underline;
}
.top-nav-inner a:active {
color: #000000;
background: inherit;
font-weight: bold;
text-decoration: underline;
}
/* Image Bar */
.image-bar {
clear:both;
}
.title-img {
border: 1px solid #000;
color: #ffffff;
background: #343234;
padding: 0 0 0 10px;
}
.section-title {
font-size: 16px;
font-weight: bold;
font-family: verdana, arial, tahoma, sans-serif;
}
.graphic-img {
border: 1px solid #000000;
}
.blank-img {
border: 1px solid #000000;
background: #fcce32;
}
.blank-img-ads {
border: 1px solid #000000;
background: #fcce32;
}
/* Content Section */
/*.content {
padding: 0 4px 4px 4px;
margin: 0;
}*/
.left-col {
border: 1px solid #000000;
background: #fcce32;
width: 145px;
}
.left-nav {
margin: 3px;
}
.statenav {
margin: 4px;
}
.lnav-hdr {
background: #c5c6ac;
color: #000000;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 11px;
font-weight: bold;
border: 1px solid #000000;
margin-top: 16px;
padding: 2px 5px;
}
.left-nav p {
font-family: verdana, arial, tahoma, sans-serif;
font-size: 11px;
line-height: 14px;
margin:5px;
}
.left-nav .access {
text-decoration : underline;
color : #000000;
background : inherit;
}
a.lhdr:link {
color: #000000;
background: inherit;
text-decoration : none;
font-size : 10px;
padding : 0;
margin : 0;
font-weight: bold;
}
a.lhdr:visited {
color: #000000;
background : inherit;
text-decoration : none;
font-size: 10px;
font-weight: bold;
}
a.lhdr:hover {
color: #000;
background : #fcfefc;
text-decoration : underline;
}
a.lhdr:active {
color: #555;
background : inherit;
text-decoration : none;
}
input.nobutton {
background-color: #0A50A1;
font-weight: bold;
font-size: 9px;
color: white;
}
input.nobutton:visited {
background-color: #fcce32;
font-weight: bold;
font-size: 9px;
color: white;
}
input.nobutton:active {
background-color: #fcce32
color: white;
font-weight: bold;
font-size: 9px;
}
a.nav:link {
color: #000099;
background: inherit;
text-decoration : none;
font-size : 10px;
padding : 0;
margin : 0;
}
a.nav:visited {
color: #000099;
background : inherit;
text-decoration : none;
}
a.nav:hover {
color: #000;
background : #fcfefc;
text-decoration : underline;
}
a.nav:active {
color: #999;
background : inherit;
text-decoration : none;
}
/* Main content box */
.content-box {
padding: 0;
margin: 0;
}
/* right content box */
.rhcol {
float: right;
width: 160px;
margin: 0 0 10px 15px;
background: #fcfefc;
color: #000000;
}
.rhcont {
border-left: 1px solid #000000;
border-bottom:3px solid #000000;
}
.rnav-hdr {
background: #c5c6ac;
color: #000000;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 12px;
font-weight:bold;
border-bottom: 1px solid #000;
border-left: 2px solid #000000;
margin: 3px 0;
padding: 2px;
}
/* main content area */
.content-title {
margin: 5px 0px 15px;
font-size: 14px;
text-decoration: underline;
}
.bottomindent {
margin-bottom: 5px;
}
.content-title-blog {
margin: 5px 0px 2px;
margin-left: 8px;
font-size: 16px;
text-decoration: none;
}
.content-title-no1 {
margin: 5px 0px 15px;
font-size: 14px;
text-decoration: none;
}
.content-title-mod {
margin: 5px 10px 15px;
font-size: 14px;
text-decoration: underline;
}
.content-title-no {
margin: 0px 0px 0px;
font-size: 12px;
text-decoration: none;
}
.content-box .cont {
margin: 10px 10px 15px 10px;
font-size: 11px;
line-height: 15px;
}
.content-box .cont-list {
margin: 2px 10px 5px 10px;
}
.content-box .sub-hdr {
margin: 2px 10px 10px;
font-size: 12px;
text-decoration: underline;
}
.content-box .sub-hdr-mod {
margin: 2px 10px 10px;
font-size: 11px;
text-decoration: none;
}
/* Bottom footer box */
.footer-col {
margin: 0 0 0 4px;
}
.footer-box {
border: 1px solid #000000;
background:#343234;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 11px;
color:#ffffff;
padding: 0 0 0 15px;
}
.footer-box .cont1 {
margin: 8px 10px 5px 5px;
font-size: 11px;
line-height: 15px;
}
.footer-box .cont2 {
margin: 2px 10px 15px 5px;
font-size: 11px;
line-height: 15px;
}
.footer-box input {
font-family: verdana, arial, tahoma, sans-serif;
font-size: 11px;
}
/* Copyright layer */
.copyright {
background: #c5c6ac;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 10px;
font-weight: bold;
padding: 6px;
border: solid #000000;
border-width: 1px 0 0;
}
.rh-ad {
padding: 10px 0;
}
/* Terms of use on front page */
.tou {
margin: 0 0 0 10px;
}
/* for templates info */
.temp-lh {
float : left;
width : 100px;
margin : 0;
padding : 2px 10px 2px 0;
text-align : left;
}
.temp-rh {
margin : 0;
padding : 2px 0;
text-align : left;
}
.date {
font-size : 10px;
color : #787d63;
background : inherit;
}
.temp-list ul {
font-size : 11px;
margin : 0;
padding : 0;
list-style-type : none;
}
.temp-list {
padding : 0 0 0 15px;
}
/* small*/
small.fsize {
font-size : 9px;
color : #999999;
background : inherit;
}
.code {
color : #663300;
background : #eeeeee;
font-family : verdana, arial, sans-serif;
font-size : 11px;
line-height : 20px;
padding : 4px 10px;
margin : 10px 20px;
border : 1px dashed #999999;
}
/* Search form on front page */
.search-form {
color: #000;
background: #c5c6ac;
padding: 5px;
margin: 0px 0 10px 30px;
border: 1px solid #333333;
width:465px;
text-align: center;
white-space: nowrap;
}
/* Search forms on Search page */
.adv-search {
margin: 0 0 0 15px;
}
/* Tool Tip */
.tip {
cursor : help;
border-bottom : 1px dashed #555555;
}
/* ADVERTISEMENTS */
/* container div is 'id=adspace' */
#adspace {
background: inherit;
}
.ads {
background: inherit;
margin: 5px 0 15px 4px;
font-size: 11px;
padding: 5px;
border: solid #555;
border-width: 1px 0 0 1px;
}
.ads a:link { font-size: 11px; }