|
|
Line 1: |
Line 1: |
- | <html>
| |
- | <style type="text/css">
| |
| | | |
- | #globalwrapper {
| |
- | width:1000px;
| |
- | padding:0px 0px;
| |
- | margin: 0 auto;
| |
- | background-color: #FFFFFF;
| |
- | background-attachment: fixed;
| |
- | background-position: center;
| |
- | background-size:100% 100%;
| |
- | }
| |
- |
| |
- | .firstHeading {
| |
- | height:0px;
| |
- | visibility:hidden;
| |
- | }
| |
- |
| |
- | #p-logo {
| |
- | height:0px;
| |
- | overflow:hidden;
| |
- | display: none;
| |
- | }
| |
- |
| |
- | #search-controls {
| |
- | display:none;
| |
- | margin-top:0px;
| |
- | }
| |
- |
| |
- | .block {
| |
- | border-bottom: 0px solid black;
| |
- | }
| |
- |
| |
- | body {
| |
- | font-family: Arial, Helvetica, Verdana, Sans-serif;
| |
- | font-size: 12px;
| |
- | color: #666666;
| |
- | background: #ffffff;
| |
- | background-attachment: fixed;
| |
- | background-position: center;
| |
- | height:100%;
| |
- | background-size:100% 100%;
| |
- |
| |
- | }
| |
- | .hidden {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | #page-container {
| |
- | background: white;
| |
- | width: 1000px;
| |
- | margin: auto;
| |
- | }
| |
- | html, body {
| |
- | margin:0;
| |
- | padding:0;
| |
- | }
| |
- |
| |
- | #logo{
| |
- | height:97px;
| |
- | background: #FFFFFF
| |
- | url(/Users/AnavP/Desktop/banneryo.png);
| |
- | margin:auto;
| |
- | background-repeat:no-repeat;
| |
- | }
| |
- |
| |
- | #sidebar
| |
- | {
| |
- | float:right;
| |
- |
| |
- | margin:auto;
| |
- | width:45px;
| |
- | height:300px;
| |
- | }
| |
- | #picture{
| |
- | margin-right: 260px;
| |
- | background:yellow;
| |
- | height:280px;
| |
- | margin:auto;
| |
- | }
| |
- |
| |
- | #sponsors{
| |
- | background:white;
| |
- | height: 80px;
| |
- | margin:auto;
| |
- | clear:both;
| |
- | }
| |
- |
| |
- | h1{
| |
- | margin:0;
| |
- | padding:0;
| |
- | }
| |
- |
| |
- | #content h2 {
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | padding-bottom: 15px;
| |
- | }
| |
- |
| |
- | #content p {
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | padding-bottom: 15px;
| |
- | }
| |
- |
| |
- |
| |
- | .text{
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | }
| |
- |
| |
- | #sidebar {
| |
- | background-color:white;
| |
- | float: right;
| |
- | width: 160px;
| |
- | line-height: 18px;
| |
- | border-spacing:10px 50px;
| |
- |
| |
- | }
| |
- |
| |
- | #sidebar .padding {
| |
- | padding: 25px;
| |
- | }
| |
- |
| |
- | #abstract {
| |
- | height:300;
| |
- | float:left;
| |
- | line-height: 18px;
| |
- | font-family: Arial, Helvetica, Verdana, Sans-serif;
| |
- | background: url(Images/test.jpg)
| |
- | }
| |
- |
| |
- | #abstract .padding {
| |
- | padding: 25px;
| |
- |
| |
- | }
| |
- |
| |
- | .titleofselection {
| |
- | text-align: center;
| |
- | font:Tahoma, Geneva, sans-serif
| |
- | }
| |
- | #abstract {
| |
- | font-family: "MS Serif", "New York", serif;
| |
- | }
| |
- |
| |
- | li {
| |
- | margin-bottom:14px;
| |
- | margin-right:15px;
| |
- | }
| |
- |
| |
- | ul
| |
- | {
| |
- | list-style-type: none;
| |
- |
| |
- | }
| |
- |
| |
- | ul.myClass li
| |
- | {
| |
- | margin-left: -28px;
| |
- | }
| |
- |
| |
- | /* generated from cssbuttongenerator.com */
| |
- | .button {
| |
- | -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
| |
- | -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
| |
- | box-shadow:inset 0px 1px 0px 0px #f29c93;
| |
- | background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
| |
- | background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
| |
- | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
| |
- | background-color:#fe1a00;
| |
- | -webkit-border-top-left-radius:0px;
| |
- | -moz-border-radius-topleft:0px;
| |
- | border-top-left-radius:0px;
| |
- | -webkit-border-top-right-radius:0px;
| |
- | -moz-border-radius-topright:0px;
| |
- | border-top-right-radius:0px;
| |
- | -webkit-border-bottom-right-radius:0px;
| |
- | -moz-border-radius-bottomright:0px;
| |
- | border-bottom-right-radius:0px;
| |
- | -webkit-border-bottom-left-radius:0px;
| |
- | -moz-border-radius-bottomleft:0px;
| |
- | border-bottom-left-radius:0px;
| |
- | text-indent:0px;
| |
- | display:inline-block;
| |
- | color:#ffffff;
| |
- | font-family:Arial;
| |
- | font-size:15px;
| |
- | font-weight:bold;
| |
- | font-style:normal;
| |
- | height:25px;
| |
- | line-height:25px;
| |
- | width:142px;
| |
- | text-decoration:none;
| |
- | text-align:center;
| |
- | text-shadow:1px 1px 0px #b23e35;
| |
- | }
| |
- | .button:hover {
| |
- | background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
| |
- | background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
| |
- | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
| |
- | background-color:#ce0100;
| |
- | }.button:active {
| |
- | position:relative;
| |
- | top:1px;
| |
- |
| |
- | </style>
| |
- | </html>
| |