Team:ZJU-China/CSS/Paragraph.css
From 2014.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
margin: 20pt auto 20pt; | margin: 20pt auto 20pt; | ||
box-shadow: 0px 0px 20px #95c5f5; | box-shadow: 0px 0px 20px #95c5f5; | ||
+ | overflow: auto; | ||
+ | } | ||
+ | |||
+ | div.zju_sec img { | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | div.zju_sec table.img { | ||
+ | float: right; | ||
+ | text-align: center; | ||
+ | background-color: transparent; | ||
} | } | ||
Revision as of 10:10, 13 October 2014
div.zju_frame {
position: relative; display: block; width: 100%; height:auto; margin: 0px; box-shadow: 0px 5px #c4c4ef; overflow: auto;
}
div.zju_sec {
position: relative; border-radius: 5px; padding: 10px; 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 img {
float: right;
}
div.zju_sec table.img {
float: right; text-align: center; background-color: transparent;
}
p.cutline {
font-size: 0pt; margin:0px; height:0px;
}