Difference between revisions of "Team:Fudan/css/achievement"

Line 4: Line 4:
 
}
 
}
 
body {
 
body {
background: url(../img/fudan_sub.jpg) no-repeat center center;
+
background: url("https://static.igem.org/mediawiki/2015/6/63/Fudan_sub.jpeg") no-repeat center center;
 
background-size: cover;
 
background-size: cover;
 
background-attachment: fixed;
 
background-attachment: fixed;
Line 29: Line 29:
 
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;

Revision as of 01:14, 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("Fudan_sub.jpeg") no-repeat center center; background-size: cover; background-attachment: fixed; min-width: 1200px; }

  1. 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; }

  1. right_row {

position: fixed; text-align: right; bottom: 10px; right: 10px; display: block; }

  1. right_row li {

list-style: none; display: block; }