Template:Queens Canada/Notebook

From 2012.igem.org

(Difference between revisions)
Line 396: Line 396:
         background-color: crimson;
         background-color: crimson;
 +
-webkit-border-radius: 10px;
 +
-khtml-border-radius: 10px;
 +
-moz-border-radius: 10px;
 +
border-radius: 10px;
}
}
#kwick_2 {
#kwick_2 {
Line 402: Line 406:
width: 50%;
width: 50%;
border-right-width:2.5px;
border-right-width:2.5px;
 +
-webkit-border-radius: 10px;
 +
-khtml-border-radius: 10px;
 +
-moz-border-radius: 10px;
 +
border-radius: 10px;
}
}
Line 471: Line 479:
{
{
display:none;
display:none;
 +
}
 +
#NotebookTitle
 +
{
 +
background-color: MediumTurquoise;
 +
-webkit-border-radius: 10px 10px 0px 0px ;
 +
-khtml-border-radius: 10px 10px 0px 0px ;
 +
-moz-border-radius: 10px 10px 0px 0px ;
 +
border-radius: 10px 10px 0px 0px ;
 +
padding-left:  0px;
 +
margin-bottom: 0px;
 +
border-bottom: 0px;
 +
}
 +
 +
#NotebookTitle p
 +
{
 +
color:white;
 +
font-size: 2em;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
text-decoration: bold;
}
}
</style>
</style>

Revision as of 15:17, 30 May 2012