Commit cf248b8e by liuyingying

样式修改

parent b7fa154e
......@@ -33,7 +33,7 @@ nav{
section{
width:100%;
padding:5px 30px;
min-height: 800px;
min-height: 600px;
}
section > .box{
width:100%;
......@@ -72,12 +72,13 @@ nav>div{
#bar>.bottom>a{
width:auto;
float: right;
padding: 2px 5px;
margin-right:25px;
}
.bottom>a:hover, .active{
font-size:20px;
color: #095009;
border-bottom:solid 5px #c9eaca;
color: #3c7fe2;
border-bottom:solid 5px #97b7e6;
}
.top>a{
......@@ -85,7 +86,7 @@ nav>div{
}
.top>a:hover{
font-size:16px;
color: #095009;
color: #0063a9;
border-bottom:solid 3px #eeeeee;
}
#bar>.top{
......@@ -124,7 +125,6 @@ nav>div{
width: 100%;
height: 60px;
padding: 10px 15px;
background: #fbfbfb;
border-left: solid 5px #c1bdbd;
}
.left-bar>span{
......@@ -162,6 +162,7 @@ nav>div{
}
.wrap{
width:100%;
padding-left:20px;
}
blockquote{
......@@ -172,16 +173,19 @@ blockquote{
/*font-size:16px;*/
/*font-weight: bold;*/
/*display: block;*/
padding: 15.5px 15px;
margin: 20px 0 10px;
border-left: 5px solid #eee;
background: #fbfbfb;
padding: 10px 0;
margin: 20px 0 5px;
border-bottom: 3px solid #eee;
}
blockquote>p{
font-size: 20px;
width:70px;
text-align: center;
font-weight: bold;
line-height: 1.25;
font-style: italic;
color: #095009;
color: #0063a9;
}
.wrap>ul{
display: block;
......@@ -206,10 +210,12 @@ blockquote>p{
font-size: 16px;
font-style: italic;
}
.big_text>a{
color:#97b7e6;
}
.wrap>ul>li>a:hover{
color: #095009;
color: #3c7fe2;
font-size:18px;
text-underline: #eeeeee;
}
.small_text{
font-size: 14px;
......@@ -222,3 +228,43 @@ blockquote>p{
float:right !important;
margin-right:20px;
}
/**Project */
.proj_list{
width:100%;
margin: 20px 10px;
}
.proj_list>div{
width:100%;
height:46px;
line-height:30px;
padding:8px 15px;
}
.proj_list>div:hover{
height:50px;
padding:10px 15px;
background: #f2f2f2;
color: black;
border-radius: 5px;
}
.proj_list>div:hover *{
color:black;
}
.proj_name{
min-width:300px;
float: left;
}
.proj_name>a{
font-weight: 600;
font-size: 20px;
color: #b2c7e6;
font-style: italic;
}
.proj_description{
width:auto;
font-size:14px;
color:dimgrey;
float: left;
}
\ No newline at end of file
......@@ -55,6 +55,56 @@
在研项目
</span>
</div>
<div class="proj_list">
<div>
<div>
<div class="proj_name">
<a href="https://github.com/hunter-ht-2018/ptfuzzer" target="_blank">PTFUZZER</a>
</div>
<div class="proj_description">
Fuzzing using the Intel PT support.
</div>
</div>
</div>
<div>
<div>
<div class="proj_name">
<a href="https://github.com/hunter-ht-2018/qse-ht" target="_blank">QSE-HT</a>
</div>
<div class="proj_description">
A symbolic execution engine using qemu
</div>
</div>
</div>
<div>
<div>
<div class="proj_name">
<a href="https://github.com/hunter-ht-2018/DFTinker" target="_blank">DFTINKER</a>
</div>
<div class="proj_description">
Automatically detect double-fetch bugs in OS kerenels
</div>
</div>
</div>
<div>
<div>
<div class="proj_name">
<a href="https://github.com/hunter-ht-2018/binary_analysis" target="_blank">BINARY-ANALYSIS</a>
</div>
<div class="proj_description">
A set of tools for binary analysis
</div>
</div>
</div>
</div>
</section>
<section id="publish">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment