Difference between revisions of "Team:Fudan/css/achievement"
(Created page with "* { color: #FFFFFF; font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sa...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
} | } | ||
body { | body { | ||
− | background: url(../ | + | background: url("https://static.igem.org/mediawiki/2015/6/63/Fudan_sub.jpeg") no-repeat center center!important; |
+ | background-color:black; | ||
background-size: cover; | background-size: cover; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
Line 29: | Line 30: | ||
margin-bottom: 30px; | margin-bottom: 30px; | ||
text-indent: 2em; | text-indent: 2em; | ||
− | font-size: 12pt; | + | font-size: 12pt!important; |
padding: 20px; | padding: 20px; | ||
text-align: justify; | text-align: justify; | ||
Line 52: | Line 53: | ||
bottom: 10px; | bottom: 10px; | ||
right: 10px; | right: 10px; | ||
+ | display: block; | ||
} | } | ||
#right_row li { | #right_row li { | ||
list-style: none; | list-style: none; | ||
+ | display: block; | ||
} | } |
Latest revision as of 01:22, 19 September 2015
- {
color: #FFFFFF; font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif!important; } body { background: url("") no-repeat center center!important;
background-color:black;
background-size: cover; background-attachment: fixed; min-width: 1200px; }
- title {
margin-left: 30px; margin-top: 40px; margin-bottom: 22px; width:57%; font-size: 50pt; text-align: center; } .sub_title { margin-left: 30px; font-size: 20pt; text-indent: 1em; padding-bottom: 5px; } .left_row { margin-left: 30px; width:55%; background-color: rgba(0,0,0,0.66); margin-bottom: 30px; text-indent: 2em; font-size: 12pt!important; padding: 20px; text-align: justify;
-webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; word-break:break-word; hyphens: auto;
} } .left_row li { list-style: none; } .left_row ul { list-style: none; padding: 0px; }
- right_row {
position: fixed; text-align: right; bottom: 10px; right: 10px; display: block; }
- right_row li {
list-style: none; display: block; }