Team:Uppsala/stylesheet2.css
From 2014.igem.org
Line 47: | Line 47: | ||
background-color: #d7d7d7; | background-color: #d7d7d7; | ||
box-shadow: inset 0px 0px 25px rgba(110,110,110, .8); | box-shadow: inset 0px 0px 25px rgba(110,110,110, .8); | ||
+ | -webkit-box-shadow: inset 0px 0px 25px rgba(110,110,110, .8); | ||
+ | -moz-box-shadow: inset 0px 0px 25px rgba(110,110,110, .8); | ||
+ | |||
text-decoration: none; | text-decoration: none; | ||
color: #000 !important; | color: #000 !important; | ||
Line 55: | Line 58: | ||
box-shadow: 0px 0px 25px rgba(110,110,110, #d40400); | box-shadow: 0px 0px 25px rgba(110,110,110, #d40400); | ||
+ | -webkit-box-shadow: 0px 0px 25px rgba(110,110,110, #d40400); | ||
+ | -moz-box-shadow: 0px 0px 25px rgba(110,110,110, #d40400); | ||
color: #d40400 !important; | color: #d40400 !important; | ||
text-decoration: none; | text-decoration: none; |
Revision as of 20:24, 5 October 2014
a {
text-decoration: none; color: inherit;
}
- background a {
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: 280px; height: 502px; background-color: #d7d7d7; box-shadow: inset 0px 0px 25px rgba(110,110,110, .8); -webkit-box-shadow: inset 0px 0px 25px rgba(110,110,110, .8); -moz-box-shadow: inset 0px 0px 25px rgba(110,110,110, .8);
text-decoration: none; color: #000 !important;
}
- background:hover {
box-shadow: 0px 0px 25px rgba(110,110,110, #d40400); -webkit-box-shadow: 0px 0px 25px rgba(110,110,110, #d40400); -moz-box-shadow: 0px 0px 25px rgba(110,110,110, #d40400); color: #d40400 !important; text-decoration: none;
} .box_text {
color: #000; display: block; width: 100%; height: 100%;
}
.box_text:hover {
color: #d40400; }
- system_design {
font-size: 16pt; padding-top: 10px; padding-left: 10px; padding-right: 10px; margin-top: 20px; margin-left: 10px; width: 480px; height: 236px; background-color: #d7d7d7; box-shadow: inset 0px 0px 25px rgba(110,110,110, .8); text-decoration: none; color: #000 !important;
}
- system_design:hover {
box-shadow: 0px 0px 25px rgba(110,110,110); color: #d40400 !important; text-decoration: none;
}
- parts {
font-size: 16pt; padding-top: 10px; padding-left: 10px; padding-right: 10px; width: 190px; height:502px; float: right; background-color: #d7d7d7; box-shadow: inset 0px 0px 25px rgba(110,110,110, .8); text-decoration: none; color: #000 !important;
}
- parts:hover {
box-shadow: 0px 0px 25px rgba(110,110,110); color: #d40400 !important; text-decoration: none;
}
.mparts {
text-align: center;
}
- result {
font-size: 16pt; padding-top: 10px; padding-left: 10px; padding-right: 10px; margin-left: 10px; width: 480px; height: 236px; background-color: #d7d7d7; box-shadow: inset 0px 0px 25px rgba(110,110,110, .8); text-decoration: none; color: #000 !important;
}
- result:hover {
box-shadow: 0px 0px 25px rgba(110,110,110); color: #d40400 !important; text-decoration: none;
}
- discussion {
padding-top: 10px; margin-top: 20px; margin-left: 15px; width: 500px; background: #d7d7d7;
}