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...")
 
Line 52: Line 52:
 
bottom: 10px;
 
bottom: 10px;
 
right: 10px;
 
right: 10px;
 +
display: block;
 
}
 
}
 
#right_row li {
 
#right_row li {
 
list-style: none;
 
list-style: none;
 +
display: block;
 
}
 
}

Revision as of 01:05, 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(../img/fudan_sub.jpg) 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; 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; }