Template:Team:HokkaidoU Japan/stylesheets/header.css

From 2012.igem.org

(Difference between revisions)
(Created page with "<html><style type="text/css"> #hokkaidou-header #hokkaidou-header-logo { width: 240px; height: 70px; border: none; background-color: #ffa500; } </style></html>")
Line 1: Line 1:
<html><style type="text/css">
<html><style type="text/css">
 +
 +
#hokkaidou-header {
 +
    position: relative;
 +
}
#hokkaidou-header #hokkaidou-header-logo {
#hokkaidou-header #hokkaidou-header-logo {
     width: 240px;
     width: 240px;
     height: 70px;
     height: 70px;
 +
    position: absolute;
 +
    top: 15px; left: 15px;
     border: none;
     border: none;
     background-color: #ffa500;
     background-color: #ffa500;
 +
    margin: 0;
 +
    padding 0;
 +
}
 +
 +
#hokkaidou-header #hokkaidou-header-logo h1 a {
 +
    width: 240px;
 +
    height: 70px;
 +
    border:none;
 +
    background-color: inherit;
 +
    margin: 0;
 +
    padding 0;
}
}
</style></html>
</style></html>

Revision as of 04:24, 14 July 2012