No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* | ||
__NOTOC__ __NOEDITSECTION__ | __NOTOC__ __NOEDITSECTION__ | ||
=== | ===調整大小=== | ||
<source lang="css"> */ | <source lang="css"> */ | ||
body { | body { | ||
font-size: 1.05em; | font-size: 1.05em; | ||
} | |||
#page { | |||
padding: 2.05em 0 0 0; | |||
} | |||
.article { | |||
padding: 1.2em 0 1.2em; | |||
} | |||
#navigation { | |||
height: 2.4em; | |||
} | |||
#navigation div#bar { | |||
height: 2.4em; | |||
} | |||
#navigation div#bar div { | |||
height: 2.4em; | |||
} | |||
pre { | |||
padding: 1em; | |||
line-height: 1em; | |||
} /* | } /* | ||
</source> */ | </source> */ | ||
| Line 21: | Line 42: | ||
#sidebar { | #sidebar { | ||
position: absolute; | position: absolute; | ||
top: | top: 7.6em; | ||
} | } | ||
#content { | #content { | ||
| Line 28: | Line 49: | ||
#footer { | #footer { | ||
margin: 10px 0 0 auto; | margin: 10px 0 0 auto; | ||
} /* | } /* | ||
</source> */ | </source> */ | ||
Revision as of 21:38, 4 June 2010
/*
__NOTOC__ __NOEDITSECTION__
===調整大小===
<source lang="css"> */
body {
font-size: 1.05em;
}
#page {
padding: 2.05em 0 0 0;
}
.article {
padding: 1.2em 0 1.2em;
}
#navigation {
height: 2.4em;
}
#navigation div#bar {
height: 2.4em;
}
#navigation div#bar div {
height: 2.4em;
}
pre {
padding: 1em;
line-height: 1em;
} /*
</source> */
/*
=== 連結底線 ===
<source lang="css"> */
#content a {
text-decoration: none;
} /*
</source> */
/*
=== sidebar ===
<source lang="css"> */
#sidebar {
position: absolute;
top: 7.6em;
}
#content {
margin: 0 0 0 0;
}
#footer {
margin: 10px 0 0 auto;
} /*
</source> */