Team:RHIT/StyleSheet1

/*CLASSES */ /*Clear class for all the pages, adds spacing too*/ .clear{ clear:both; height: 10px; } /* for getting pictures into the side*/ .picturebox1{ position:fixed; left:1000px; top:20px;} /* for getting pictures into the side*/ .picturebox2{ position:fixed; left:1000px; top:400px;} /* for getting pictures into the side*/ .picturebox3{ position:fixed; left:1000px; top:700px;} /* for getting pictures into the side*/ .picturebox4{ position:fixed; left:1000px; top:1000px; } /*anything invisible*/ .gone{ opacity: 0.0; filter: alpha(opacity=0); }