Template:Team:Uppsala/notebook

From 2013.igem.org

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

Revision as of 23:59, 15 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; }