Index: trunk/doc/img/styles.css =================================================================== --- trunk/doc/img/styles.css (リビジョン 5) +++ trunk/doc/img/styles.css (リビジョン 8) @@ -1,9 +1,5 @@ -/************************************************************************/ -/* Custom style-sheet stuffs for the Subversion book in HTML form. */ -/************************************************************************/ - BODY { - font-family: "������ Pro W3"; + font-family: "ヒラギノ角ゴ Pro W3"; font-size: 13px; margin: 10; @@ -12,136 +8,100 @@ } -H1.title -{ - font-size: 250%; - font-style: normal; - font-weight: bold; - color: black; +img.photo { + margin: 10px; + border: 0; } -H2.subtitle -{ - font-size: 150%; - font-style: italic; - color: black; +a:link { + color: #dd0000; text-decoration: none; + background-color: transparent; } -H2.title -{ - font-size: 150%; - font-style: normal; - font-weight: bold; - color: black; +a:visited { + color: #aa4444; text-decoration: none; + background-color: transparent; } -H3.title -{ - font-size: 125%; +a:hover { + text-decoration: underline; color:#ff2222 ; font-style: normal; - font-weight: bold; - color: black; + background-color: transparent; } -H4.title -{ - font-size: 100%; - font-style: normal; - font-weight: bold; - color: black; +h1 { + margin: 0em 0em 1em 0em; + padding-top: 0.5em; + padding-bottom: 0.5em; + font-family: Times, Georgia, serif; + font-size: 200%; + font-weight: bolder; + color: #00c; + /*border-top: 2px dotted #00c;*/ + border-bottom: 2px dotted #aaa; + /*background-color: #eef;*/ + /*text-decoration: underline;*/ } -.toc B -{ - font-size: 125%; - font-style: normal; - font-weight: bold; - color: black; +h2 { + padding-left: 0.5em; + border-left: solid 5px #c00; + border-bottom: solid 1px #c00; + font-size: 1.5em; + color: #000; } -P,LI,UL,OL,DD,DT -{ - font-style: normal; - font-weight: normal; - color: black; +h3 { + margin-top: 1.5em; + padding-left: 0.3em; + border-bottom: solid 1px #000; + color: #22d; } -TT,PRE -{ - font-family: courier new,courier,fixed; +h4 { + margin-top: 1em; + padding-left: 0.1em; + border-bottom: dotted 1px #000; } -.command, .screen, .programlisting -{ - font-family: courier new,courier,fixed; - font-style: normal; - font-weight: normal; +div.menu { + float: left; + width: 200px; + background-color: #ddd; } -.filename -{ - font-family: arial,helvetica,sans-serif; - font-style: italic; +div.main { + float: right; + width: 580px; + padding: 0em 10px 0em 10px; + /*padding: 0em 1em 0em 1em;*/ + /*background-color: #ccc;*/ } -A -{ - color: blue; - text-decoration: underline; -} - -A:hover -{ - background: rgb(75%,75%,100%); - color: blue; - text-decoration: underline; +ol { + margin: 0; + padding :1em 0 1em 2em; + border-top: 3px solid #aaa; + border-bottom: 3px solid #aaa; + /* margin: 0 1em;*/ } -A:visited -{ - color: purple; - text-decoration: underline; +ol li { + /*margin: 0; + padding: 0;*/ + font-size: 1em; + line-height: 180%; } -IMG -{ - border: none; +p { + line-height: 120%; } -.figure, .example, .table -{ - margin: 0.125in 0.5in; +div.command { + margin: 1em 1.5em; + padding : 0.7em 0.5em; + font-weight: bolder; + color: #fff; + background-color: #000; } - -.table TABLE -{ - border: 1px rgb(180,180,200) solid; - border-spacing: 0px; -} - -.table TD -{ - border: 1px rgb(180,180,200) solid; -} - -.table TH -{ - background: rgb(180,180,200); - border: 1px rgb(180,180,200) solid; -} - -.table P.title, .figure P.title, .example P.title -{ - text-align: left !important; - font-size: 100% !important; -} - -.author -{ - font-size: 100%; - font-style: italic; - font-weight: normal; - color: black; -} - .sidebar { @@ -151,53 +111,16 @@ margin: 0 0.5in; } - -.sidebar P.title+ -{ - text-align: center; - font-size: 125%; -} - -.tip -{ - border: black solid 1px; - background: url(./images/info.png) no-repeat; - margin: 0.12in 0; - padding: 0 55px; -} - -.warning -{ - border: black solid 1px; - background: url(./images/warning.png) no-repeat; - margin: 0.12in 0; - padding: 0 55px; -} - -.note -{ - border: black solid 1px; - background: url(./images/note.png) no-repeat; - margin: 0.12in 0; - padding: 0 55px; -} - -.programlisting, .screen + .screen, .programlisting { font-family: courier new,courier,fixed; font-style: normal; font-weight: normal; - font-size: 90%; - color: black; - margin: 0 0.5in; } -.navheader, .navfooter -{ - border: black solid 1px; - background: rgb(180,180,200); +.command { + margin: 1em 1.5em; + padding : 0.7em 0.5em; + font-weight: bolder; + color: #fff; + background-color: #000; } - -.navheader HR, .navfooter HR -{ - display: none; -}