Team:ZJU-China/CSS/Paragraph.css
From 2014.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
height:auto; | height:auto; | ||
margin: 0px; | margin: 0px; | ||
- | box-shadow: 0px | + | box-shadow: 0px 0px 0px #c4c4ef; |
overflow: auto; | overflow: auto; | ||
+ | } | ||
+ | |||
+ | div.zju_frame table{ | ||
+ | background: transparent; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
} | } | ||
Line 13: | Line 19: | ||
position: relative; | position: relative; | ||
border-radius: 5px; | border-radius: 5px; | ||
- | padding: | + | padding: 15px; |
display:block; | display:block; | ||
width: 80%; | width: 80%; | ||
Line 34: | Line 40: | ||
text-align: center; | text-align: center; | ||
background-color: transparent; | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | div.zju_cha { | ||
+ | position: relative; | ||
+ | width: 90%; | ||
+ | border-radius: 5px; | ||
+ | background-color: rgba(228,236,255,0.85); | ||
+ | box-shadow: 0px 0px 20px #95c5f5; | ||
+ | margin: 20pt auto 20pt; | ||
+ | overflow: auto; | ||
+ | padding: 15px; | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | div.zju_cha img.profile { | ||
+ | float: left; | ||
+ | margin-right:10px; | ||
+ | text-align: center; | ||
+ | border-radius: 5px; | ||
+ | padding: 10px; | ||
+ | background-color: #fff; | ||
+ | box-shadow: 0px 0px 10px #000; | ||
+ | } | ||
+ | |||
+ | div.zju_cha h4 { | ||
+ | font-style: italic; | ||
+ | margin:0; | ||
+ | right:20px; | ||
+ | top:50px; | ||
+ | position: absolute; | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | div.zju_cha p { | ||
+ | font-family: cursive; | ||
} | } | ||
Revision as of 10:33, 15 October 2014
div.zju_frame {
position: relative; display: block; width: 100%; min-width: 720px; height:auto; margin: 0px; box-shadow: 0px 0px 0px #c4c4ef; overflow: auto;
}
div.zju_frame table{
background: transparent; margin-left: auto; margin-right: auto;
}
div.zju_sec {
position: relative; border-radius: 5px; padding: 15px; display:block; width: 80%; background-color: rgba(228,236,255,0.85); margin: 20pt auto 20pt; box-shadow: 0px 0px 20px #95c5f5; overflow: auto;
}
div.zju_sec p {
text-indent: 2em;
}
div.zju_sec img {
float: right;
}
div.zju_sec table.img {
float: right; text-align: center; background-color: transparent;
}
div.zju_cha {
position: relative; width: 90%; border-radius: 5px; background-color: rgba(228,236,255,0.85); box-shadow: 0px 0px 20px #95c5f5; margin: 20pt auto 20pt; overflow: auto; padding: 15px; display:block;
}
div.zju_cha img.profile {
float: left; margin-right:10px; text-align: center; border-radius: 5px; padding: 10px; background-color: #fff; box-shadow: 0px 0px 10px #000;
}
div.zju_cha h4 {
font-style: italic; margin:0; right:20px; top:50px; position: absolute; text-align: right;
}
div.zju_cha p {
font-family: cursive;
}
p.cutline {
font-size: 0pt; margin:0px; height:0px;
}