Template:Team:Uppsala/notebook

From 2013.igem.org

(Difference between revisions)
Line 10: Line 10:
}
}
-
.timer
+
.cal_calendar
-
{
+
{
-
float:middle;
+
  position:  relative;
-
background-color:white;
+
  top:    -70px;
-
width:70%;
+
  float:     left;
-
margin:auto;      
+
  background-color: white;
 +
  width:   100%;
 +
  margin:   auto;
 +
  height:    20%;
 +
       
}
}
-
 
+
.cal_d_weeks th
-
.time
+
{
-
{
+
  border-radius: 5px;
-
padding:15px;
+
}
-
border-radius:15px;
+
.cal_calendar th
-
box-shadow: 5px 5px 15px rgba(110,110,110, .8);
+
-
background-color:RGB(182,230,253);
+
  border:    1px solid #22409a;
-
text-align:center;
+
  background-color: #b6e6fd;
-
width:40px;
+
  width:    36px;
-
height:40px;
+
}
-
font-family:"Times New Roman", Times, serif;
+
.cal_calendar td
-
font-style:bold;
+
{
-
font-size:30px;
+
  box-shadow:   0px 5px 10px rgba(120,120,120, .7);
-
+
  background-color: white;
 +
  text-align:   center;
 +
  width:   36px;
 +
  height:   36px;
 +
}
 +
.cal_today input[type=submit]
 +
{
 +
  color:    #0089d1;
 +
  font-weight: bold;
 +
}
 +
.cal_days_bef_aft
 +
{
 +
  visibility:  hidden;
 +
  color:    #5a779e;
 +
}
 +
.week input[type=submit]
 +
{
 +
  color:    #22409a;
 +
  font-weight: bold;
 +
}
 +
.head th
 +
{
 +
  border:    white;
 +
  background-color: white;
 +
}
 +
input[type=submit]:hover
 +
{
 +
  color:    #b6e6fd;
 +
  font-weight: bold;
 +
  background-color: #22409a;
 +
}
 +
input[type=submit]
 +
{
 +
 
 +
  border:    white;
 +
  background-color: white;
 +
  width:    100%;
 +
  height:    100%;
 +
  opacity:  1;
 +
}
 +
#file_holder
 +
{
 +
  margin-top:  350px;
 +
}
 +
#calendar
 +
{
 +
 
 +
}
 +
.eventBox
 +
{
 +
text-align:    center;
 +
border:    2px solid ligth gray;
 +
box-shadow:    0px 2px 10px rgba(120,120,120, .7);
 +
padding:    20px;
}
}
-
.space{
+
#left{
-
font-style:bold;
+
width:     36px;
-
font-size:30px;
+
}
-
text-align:center;
+
#right{
-
width: 36px;
+
width:     36px;
-
height: 36px;
+
}
}

Revision as of 09:52, 17 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;

}

.cal_calendar {

 position:   relative;
 top:    -70px;
 float:     left;
 background-color: white;
 width:    100%;
 margin:    auto;
 height:    20%;
       

} .cal_d_weeks th {

 border-radius:  5px;

} .cal_calendar th {

 border:    1px solid #22409a;
 background-color: #b6e6fd;
 width:    36px;

} .cal_calendar td {

 box-shadow:   0px 5px 10px rgba(120,120,120, .7);
 background-color: white;
 text-align:   center;
 width:    36px;
 height:    36px;

} .cal_today input[type=submit] {

 color:    #0089d1;
 font-weight:  bold;

} .cal_days_bef_aft {

 visibility:   hidden;
 color:    #5a779e;

} .week input[type=submit] {

 color:    #22409a;
 font-weight:  bold;

} .head th {

 border:    white;
 background-color: white;

} input[type=submit]:hover {

 color:    #b6e6fd;
 font-weight:  bold;
 background-color: #22409a;

} input[type=submit] {

 border:    white;
 background-color: white;
 width:    100%;
 height:    100%;
 opacity:   1;

}

  1. file_holder

{

 margin-top:   350px;

}

  1. calendar

{

} .eventBox {

text-align:    center;
border:     2px solid ligth gray;
box-shadow:    0px 2px 10px rgba(120,120,120, .7);
padding:    20px;

}

  1. left{
width:     36px;

}

  1. right{
width:     36px;

}