Template:Team:IBB Pune/global

From 2009.igem.org

(Difference between revisions)
Line 41: Line 41:
     line-height: 1.5;
     line-height: 1.5;
     color: #222;
     color: #222;
 +
}
 +
p {
 +
    margin:0;
 +
}
 +
 +
.editsection {
 +
    font-size: 75%;
 +
    font-weight: normal;
 +
}
 +
 +
body {
 +
    font-family: Tahoma,Helvetica,Arial,Verdana,sans-serif;
 +
    line-height: 1.5;
 +
    color: #222;
 +
}
 +
 +
/* hide table of contents */
 +
#toc {
 +
    display: none;
 +
}
 +
 +
h1 {
 +
    font-size: 160%;
 +
}
 +
 +
/* put more month on one row in lab notebook */
 +
.month {
 +
    position: relative;
 +
    float: left;
 +
    margin: 7px 7px 27px 7px;
 +
}
 +
 +
/* add margin beneath a paragraph */
 +
p {
 +
    margin-bottom: 10px;
 +
}
 +
 +
/* colors lab notebook */
 +
.day-empty {
 +
    color: red;
 +
}
 +
.day-active {
 +
    color: green;
 +
}
 +
.today {
 +
    background-color: #ccc;
 +
}
 +
/* link color */
 +
a, a:visited {
 +
    color: #27809f;
 +
}
 +
a:hover {
 +
    color: #00a7e7;
 +
    text-decoration: none;
 +
}
 +
ul {
 +
    margin-bottom: 5px;
 +
}
 +
 +
#element {
 +
    overflow: hidden;
 +
}
 +
.gallery {
 +
    margin: 10px 2px !important;
 +
}
 +
.gallerytext {
 +
    text-align: left;
 +
}
 +
.footnote {
 +
    text-align: left;
 +
    font-size: smaller;
}
}
</style>
</style>
</html>
</html>

Revision as of 13:46, 20 August 2009