📄 programpratice.py.htm
字号:
div#footer div.wrapper {
padding-left: 2.41em; /* 2em adjusted for font size */
}
div#footer hr { /* I don't like this, but I have no idea why that <hr> is there */
display: none;
}
/* adjusting widths for different layouts */
body#onecolumn div#main-content {
padding: 0em 35px;
width: 568px;
margin-left: 80px;
}
body#twocolumn-right div#main-content {
padding: 0em 25px;
width: 420px;
margin-left: 10px;
}
body#twocolumn-left div#main-content {
padding: 0em 25px;
width: 420px;
margin-right: 8px;
display: inline;
}
body#twocolumn-left div#sidebar {
padding-left: 25px;
width: 205px;
}
body#twocolumn-right div#sidebar {
padding-right: 25px;
width: 205px;
}
body#threecolumn div#main-content {
padding: 0em 25px;
width: 370px;
}
body#threecolumn div#sidebar {
padding-left: 15px;
width: 115px;
margin-left: 20px;
display: inline;
}
body#threecolumn div#sidebar-alternate {
padding-right: 25px;
width: 115px;
}
/* general styles: headings */
h1, h2, h3, h4, h5, h6, p.description {
font-family: Georgia, Times New Roman, serif;
}
h1 {
font-size: 180%;
font-weight: normal;
color: #E55600;
padding-bottom: 0.2em;
margin-top: 2em;
background: transparent url(/-/includes/style/madison/madison-two/glyphs.gif) left bottom no-repeat;
margin-left: 1.11em; /* 2em adjusted for font size */
}
h2 {
font-size: 160%;
font-weight: normal;
color: #E55600;
margin-top: 2em;
padding-bottom: 30px;
background: transparent url(/-/includes/style/madison/madison-two/glyphs.gif) left bottom no-repeat;
margin-left: 1.25em; /* 2em adjusted for font size */
}
h3 {
font-size: 140%;
font-weight: normal;
padding-top: 1em;
color: #E55600;
margin-left: 1.43em; /* 2em adjusted for font size */
}
h4 {
font-size: 120%;
font-weight: normal;
padding-top: 1em;
color: #E55600;
margin-left: 1.67em; /* 2em adjusted for font size */
}
h5 {
font-size: 100%;
font-weight: bold;
padding-top: 1em;
color: #E55600;
margin-left: 2em; /* 2em adjusted for font size */
}
h6 {
font-size: 100%;
font-weight: bold;
padding-top: 1em;
margin-left: 2em; /* 2em adjusted for font size */
}
hr {
height: 3em;
border: 0em;
visibility: hidden;
}
p {
padding: 0em;
margin: 0em;
text-indent: 2em;
margin-bottom: 1em;
}
blockquote,blockquote p {
text-indent: 0em;
font-style: italic;
}
blockquote i {
font-style: normal; /* reversing italic */
}
/* general styles: links */
a {
color: #E55600;
text-decoration: none;
border-bottom: 1px dotted #E58E5A; /* this underline is further away from the text = more legibility */
}
a:visited {
color: #E58E5A;
text-decoration: none;
border-bottom: 1px dotted #E58E5A; /* this underline is further away from the text = more legibility */
}
/* general styles: lists */
ul, ol {
margin-left: 2em;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -