Team:Uppsala/stylesheet2.css

From 2014.igem.org

(Difference between revisions)
(Created page with "#background a { text-decoration: none; }")
Line 2: Line 2:
text-decoration: none;
text-decoration: none;
 +
 +
}
 +
 +
/* ----Project overview---- */
 +
 +
.overview {
 +
 +
text-align: center;
 +
border-bottom: 1px solid #d40400;
 +
padding-bottom: 5px;
 +
text-decoration: none;
 +
 +
}
 +
 +
#right_overview {
 +
 +
float: left;
 +
width: 500px;
 +
margin-left: 10px;
 +
}
 +
 +
#left_overview {
 +
 +
float: left;
 +
width: 300px;
 +
 +
}
 +
 +
#background {
 +
 +
font-size: 16pt;
 +
padding-top: 10px;
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
width: 300px;
 +
height: 502px;
 +
background-color: #d7d7d7;
 +
box-shadow: inset 0px 0px 25px rgba(110,110,110, .8);
 +
text-decoration:none;
 +
 +
}
 +
 +
#background:hover {
 +
 +
box-shadow: 0px 0px 25px rgba(110,110,110, .8);
 +
 +
}
 +
 +
#system_design {
 +
 +
padding-top: 10px;
 +
margin-top: 20px;
 +
width: 300px;
 +
height: 236px;
 +
background-color: #d7d7d7;
 +
 +
}
 +
 +
#parts {
 +
 +
padding-top: 10px;
 +
width: 200px;
 +
height: 502px;
 +
float: right;
 +
background-color: #d7d7d7;
 +
 +
}
 +
 +
#parts a {
 +
 +
text-decoration: none;
 +
 +
}
 +
 +
.mparts {
 +
 +
text-align: center;
 +
 +
}
 +
 +
#result {
 +
 +
padding-top: 10px;
 +
margin-left: 15px;
 +
width: 500px;
 +
background-color: #d7d7d7;
 +
 +
}
 +
 +
#discussion {
 +
 +
padding-top: 10px;
 +
margin-top: 20px;
 +
margin-left: 15px;
 +
width: 500px;
 +
background: #d7d7d7;
}
}

Revision as of 18:29, 5 October 2014

  1. background a {

text-decoration: none;

}

/* ----Project overview---- */

.overview {

text-align: center; border-bottom: 1px solid #d40400; padding-bottom: 5px; text-decoration: none;

}

  1. right_overview {

float: left; width: 500px; margin-left: 10px; }

  1. left_overview {

float: left; width: 300px;

}

  1. background {

font-size: 16pt; padding-top: 10px; padding-left: 10px; padding-right: 10px; width: 300px; height: 502px; background-color: #d7d7d7; box-shadow: inset 0px 0px 25px rgba(110,110,110, .8); text-decoration:none;

}

  1. background:hover {

box-shadow: 0px 0px 25px rgba(110,110,110, .8);

}

  1. system_design {

padding-top: 10px; margin-top: 20px; width: 300px; height: 236px; background-color: #d7d7d7;

}

  1. parts {

padding-top: 10px; width: 200px; height: 502px; float: right; background-color: #d7d7d7;

}

  1. parts a {

text-decoration: none;

}

.mparts {

text-align: center;

}

  1. result {

padding-top: 10px; margin-left: 15px; width: 500px; background-color: #d7d7d7;

}

  1. discussion {

padding-top: 10px; margin-top: 20px; margin-left: 15px; width: 500px; background: #d7d7d7;

}