Template:Team:Uppsala/notebook

From 2013.igem.org

(Difference between revisions)
Line 9: Line 9:
}
}
 +
 +
.timer
 +
{
 +
float:middle;
 +
background-color:white;
 +
width:70%;
 +
margin:auto;       
 +
}
 +
 +
.time
 +
{
 +
padding:15px;
 +
border-radius:15px;
 +
box-shadow: 5px 5px 15px rgba(110,110,110, .8);
 +
background-color:RGB(182,230,253);
 +
text-align:center;
 +
width:40px;
 +
height:40px;
 +
font-family:"Times New Roman", Times, serif;
 +
font-style:bold;
 +
font-size:30px;
 +
 +
}
 +
 +
.space{
 +
font-style:bold;
 +
font-size:30px;
 +
text-align:center;
 +
width: 36px;
 +
height: 36px;
 +
}

Revision as of 00:41, 16 August 2013

#main_frame { min-height: 1800px; width: 950px; margin: 20px auto; border: 1px solid ligth gray; border-radius: 15px; box-shadow: 0px 0px 30px rgba(110,110,110, .8); background: white;

}

.timer { float:middle; background-color:white; width:70%; margin:auto; }

.time { padding:15px; border-radius:15px; box-shadow: 5px 5px 15px rgba(110,110,110, .8); background-color:RGB(182,230,253); text-align:center; width:40px; height:40px; font-family:"Times New Roman", Times, serif; font-style:bold; font-size:30px;

}

.space{ font-style:bold; font-size:30px; text-align:center; width: 36px; height: 36px; }