📄 programpratice.py.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><title>zephyr - Program practice</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
#g_title p, #g_footer p, #g_description p {
margin: 0;
}
/*
-- -- -- -- -- -- --
Browser Fixes
-- -- -- -- -- -- --
This file uses CSS filtering methods to fix various
layout bugs.
Each of the following three imported files is a
separate, browser-specific CSS file that keeps all
hacks out of the main style sheet.
Over time, as supporting these browsers no longer
remains a priority, cleaning up the hacks is as
easy as deleting the @import statement below, or
simply no longer linking this file from the HTML.
*/
/*
fix ie6 "peekaboo bug" using the "holly hack".
Note, this style only gets applied to ie6
*/
* html .wrapper {
height: 0.1%;
}
/*
* IE5 mac - overrides the IE/Win hack
*/
/*\*//*/
* html #threecolumn div {
height: auto;
}
/**/
/*
* IE5/Win-specific CSS -ensures #container wraps all content on window resize
*/
@media tty {
i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
}/* */
/* Styling for editable elements. Eventually, this will be part of the style. */
.editable {
border: 1px dashed blue;
}
#footer {
clear: both;
}
/* Extra divs hidden by default. The custom CSS can override this though */
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
display: none;
}
a img,:link img,:visited img {border: none;}
body {
text-align: center;
}
#container {
width: 718px;
text-align: left;
margin: 0 auto;
}
/** BEGIN CUSTOM SKIN **/
/* sgeneral layout */
body {
font-family: Georgia, Times New Roman, serif;
font-size: 83%;
margin: 0em;
padding: 0em;
background: #FFF7D3 url(/-/includes/style/madison/madison-two/container-fill.jpg) center repeat-y;
}
body div#container {
padding: 0em;
padding-top: 2em;
background: url(/-/includes/style/madison/madison-two/container-top.jpg) top no-repeat;
}
div#container div.wrapper {
padding: 0em;
margin: 0em;
}
div#header {
padding: 0em 35px;
padding-top: 2em;
padding-bottom: 2em;
_padding-bottom: 1em; /* hack for IE6 */
margin: 0em;
margin-top: 2em;
}
div#header div.wrapper {
padding: 0em;
margin: 0em;
}
div#main-content {
line-height: 160%;
color: #6b5d40;
}
div#sidebar,div#sidebar-alternate {
line-height: 140%;
color: #6b5d40;
padding: 0em;
margin: 0em;
padding-top: 1.5em;
}
div#footer {
margin-top: 2em;
padding: 1em 35px;
color: #6B5D40;
font-size: 83%;
font-style: italic;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -