From 2009.igem.org
(Difference between revisions)
|
|
Line 167: |
Line 167: |
| } | | } |
| | | |
- | div#sponsor {
| |
- | position: absolute;
| |
- | width: 136px;
| |
- | text-align: center;
| |
- | background: #ffffe8;
| |
- | border: 2px solid #ffddaa;
| |
- | font-size: 200%;
| |
- | font-weight: bold;
| |
- | color: #777;
| |
- |
| |
- | }
| |
- | div#sponsor.gold{
| |
- | position: relative;
| |
- | width: 136px;
| |
- | border: none;
| |
- | border-bottom: 2px solid #ffddaa;
| |
- | border-top: 2px solid #ffddaa;
| |
- | text-align:center;
| |
- | font-size: 85%;
| |
- | color: #D4AF37;
| |
- | margin-bottom: 5px;
| |
- | padding: 2px 0px 2px 0px;
| |
- | }
| |
- |
| |
- | div#sponsor.silver {
| |
- | position: relative;
| |
- | width: 136px;
| |
- | border: none;
| |
- | border-bottom: 2px solid #ffddaa;
| |
- | border-top: 2px solid #ffddaa;
| |
- | text-align: center;
| |
- | font-size: 85%;
| |
- | color: #C0C0C0;
| |
- | margin-bottom: 5px;
| |
- | padding: 2px 0px 2px 0px;
| |
- | }
| |
- |
| |
- | div#sponsor.header {
| |
- | position: relative;
| |
- | width: 136px;
| |
- | border: none;
| |
- | border-top: 2px solid #ffddaa;
| |
- | text-align: center;
| |
- | font-size: 100%;
| |
- | color: #777;
| |
- | margin-bottom: 10px;
| |
- | padding: 2px 0px 2px 0px;
| |
- | }
| |
- |
| |
- | div#sponsor span {
| |
- | }
| |
- |
| |
- | div#sponsor.topright {
| |
- | left: auto;
| |
- | right: -141px;
| |
- | top: 0px;
| |
- | bottom: auto;
| |
- | }
| |
- |
| |
- | div#sponsor.topleft {
| |
- | left: -141px;
| |
- | right: auto;
| |
- | top: 0px;
| |
- | bottom: auto;
| |
- | }
| |
- |
| |
- | div#sponsor.bottomright {
| |
- | left: auto;
| |
- | right: -141px;
| |
- | top: auto;
| |
- | bottom: 0px;
| |
- | }
| |
- |
| |
- | div#sponsor.bottomleft {
| |
- | left: -141px;
| |
- | right: auto;
| |
- | top: auto;
| |
- | bottom: 0px;
| |
- | }
| |
- |
| |
- | div#sponsor img {
| |
- | width:130px;
| |
- | }
| |
- |
| |
- | div#sponsor a {
| |
- | color: white;
| |
- | text-decoration: none;
| |
- | }
| |
| | | |
| h2 span.mw-headline { | | h2 span.mw-headline { |
Line 345: |
Line 257: |
| width: 860px; | | width: 860px; |
| } | | } |
| + | |
| + | div#sponsor { |
| + | position: relative; |
| + | left: 100px; |
| + | width: 860px; |
| + | } |
| + | |
| + | div#sponsor img { |
| + | width:100px; |
| + | } |
| + | |
| + | div#sponsor a { |
| + | color: white; |
| + | text-decoration: none; |
| + | } |
| + | |
| | | |
| --> | | --> |
| </style> | | </style> |
| </html> | | </html> |
Revision as of 12:23, 8 September 2009