mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
cac67278d2
git-svn-id: http://svn.automattic.com/wordpress/trunk@5631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
40 lines
613 B
CSS
40 lines
613 B
CSS
html { background: #eee; }
|
|
|
|
body {
|
|
background: #fff;
|
|
color: #000;
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
margin-left: 20%;
|
|
margin-right: 20%;
|
|
padding: .2em 2em;
|
|
}
|
|
|
|
h1 {
|
|
color: #006;
|
|
font-size: 18px;
|
|
font-weight: lighter;
|
|
}
|
|
|
|
h2 { font-size: 16px; }
|
|
|
|
p, li, dt {
|
|
line-height: 140%;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
ul, ol { padding: 5px 5px 5px 20px; }
|
|
|
|
#logo { margin-bottom: 2em; }
|
|
|
|
.step a, .step input { font-size: 2em; }
|
|
|
|
td input { font-size: 1.5em; }
|
|
|
|
.step, th { text-align: right; }
|
|
|
|
#footer {
|
|
text-align: center;
|
|
border-top: 1px solid #ccc;
|
|
padding-top: 1em;
|
|
font-style: italic;
|
|
} |