Team:AHUT China/CSS

From 2014.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 533: Line 533:
border:none;
border:none;
margin:0 10px;
margin:0 10px;
 +
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
 +
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
 +
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
}
}
.hp_pic a img {
.hp_pic a img {
border:solid #393939 4px;
border:solid #393939 4px;
margin:0 10px;
margin:0 10px;
 +
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
 +
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
 +
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
 +
 
}
}
.hp_pic a:hover img {
.hp_pic a:hover img {
border:solid #98bcdb 4px;
border:solid #98bcdb 4px;
margin:0 10px;
margin:0 10px;
 +
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
 +
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
 +
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
}
}
.speechmarksleft {
.speechmarksleft {
Line 553: Line 563:
     vertical-align: text-top;
     vertical-align: text-top;
     width: 150px;
     width: 150px;
 +
    top:130px;
 +
    position: relative;
}
}
.speechmarksright {
.speechmarksright {
Line 565: Line 577:
     vertical-align: text-top;
     vertical-align: text-top;
     width: 150px;
     width: 150px;
 +
    top:130px;
 +
    position: relative;
}
}
.content_table {
.content_table {

Latest revision as of 11:25, 17 October 2014