H1 {
font-family : "Book Antiqua", "Georgia", "Tahoma", "Times New Roman", "Times", serif;
color : #000000;
font-size : 16pt;
font-weight : bold;
border-width : 0 0 3px;
border-style : double;
border-color : #9f9f9f;
}
H2 {
font-family : "Arial", "Helvetica", sans-serif;
color : #000000;
font-size : 11pt;
font-weight : normal;
background-color : #eeeeee;
padding-left : 4px;
padding-top : 4px;
padding-right : 4px;
padding-bottom : 4px;
border-style : solid;
border-width : 1px;
border-color : #9f9f9f;
text-align : center;
}
H3 {
font-family : "Book Antiqua", "Georgia", "Tahoma", "Times New Roman", "Times", serif;
color : #000000;
font-size : 11pt;
font-weight : bold;
}
body {
margin-left : 10%;
margin-right : 10%;
font-family :"Tahoma", "Times New Roman", "Times", serif;
color : #000000;
font-size : 11pt;
scrollbar-face-color: #eeeeee;
scrollbar-shadow-color: #9F9F9F;
scrollbar-highlight-color: #eeeeee;
scrollbar-3dlight-color: #9F9F9F;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000000;
}
p
{
font-size: 11pt;
color: #000000;
font-family: Georgia, Tahoma, 'Times New Roman' , Times, serif;
}
PRE
{
border-right: #9f9f9f 1pt solid;
border-top: #9f9f9f 1pt solid;
padding-left: 5pt;
padding-bottom: 10pt;
border-left: #9f9f9f 1pt solid;
border-bottom: #9f9f9f 1pt solid;
color: darkblue;
padding-top: 10pt;
font-family: 'Times New Roman';
background-color : #eeeeee;
}
HR
{
color: lightsteelblue;
}
td.general1 {
background-color : #ffcc00;
}
td.general2 {
background-color : #feeec0;
}
td.general3 {
background-color : #DDEEFF;
}
a:link {
color : #1507af;
text-decoration : none;
}
a:visited {
color : #1507af;
text-decoration : none;
}
a:hover {
color : #5547ef;
text-decoration : none;
}
a:active {
color : #4537df;
text-decoration : none;
}
frameset {
border-color : lightsteelblue;
}
ATL UNDER THE HOOD
我在上一篇文章中提到了这个很经典的文章系列,这里转载一下。里面的内容都是蛮好玩的,而且很底层。
目录
1
2
3
4
5