チェンジセット 8: trunk/doc/img
- コミット日時:
- 2006/12/07 15:00:43 (18 年前)
- ファイル:
-
- trunk/doc/img/styles.css (更新) (3 diffs)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/doc/img/styles.css
r5 r8 1 /************************************************************************/2 /* Custom style-sheet stuffs for the Subversion book in HTML form. */3 /************************************************************************/4 5 1 BODY 6 2 { 7 font-family: " ������Pro W3";3 font-family: "ヒラギノ角ゴ Pro W3"; 8 4 font-size: 13px; 9 5 margin: 10; … … 12 8 } 13 9 14 H1.title 15 { 16 font-size: 250%; 17 font-style: normal; 18 font-weight: bold; 19 color: black; 10 img.photo { 11 margin: 10px; 12 border: 0; 20 13 } 21 14 22 H2.subtitle 23 { 24 font-size: 150%; 25 font-style: italic; 26 color: black; 15 a:link { 16 color: #dd0000; text-decoration: none; 17 background-color: transparent; 27 18 } 28 19 29 H2.title 30 { 31 font-size: 150%; 32 font-style: normal; 33 font-weight: bold; 34 color: black; 20 a:visited { 21 color: #aa4444; text-decoration: none; 22 background-color: transparent; 35 23 } 36 24 37 H3.title 38 { 39 font-size: 125%; 25 a:hover { 26 text-decoration: underline; color:#ff2222 ; 40 27 font-style: normal; 41 font-weight: bold; 42 color: black; 28 background-color: transparent; 43 29 } 44 30 45 H4.title 46 { 47 font-size: 100%; 48 font-style: normal; 49 font-weight: bold; 50 color: black; 31 h1 { 32 margin: 0em 0em 1em 0em; 33 padding-top: 0.5em; 34 padding-bottom: 0.5em; 35 font-family: Times, Georgia, serif; 36 font-size: 200%; 37 font-weight: bolder; 38 color: #00c; 39 /*border-top: 2px dotted #00c;*/ 40 border-bottom: 2px dotted #aaa; 41 /*background-color: #eef;*/ 42 /*text-decoration: underline;*/ 51 43 } 52 44 53 .toc B 54 { 55 font-size: 125%;56 font-style: normal;57 font-weight: bold;58 color: black;45 h2 { 46 padding-left: 0.5em; 47 border-left: solid 5px #c00; 48 border-bottom: solid 1px #c00; 49 font-size: 1.5em; 50 color: #000; 59 51 } 60 52 61 P,LI,UL,OL,DD,DT 62 { 63 font-style: normal;64 font-weight: normal;65 color: black;53 h3 { 54 margin-top: 1.5em; 55 padding-left: 0.3em; 56 border-bottom: solid 1px #000; 57 color: #22d; 66 58 } 67 59 68 TT,PRE 69 { 70 font-family: courier new,courier,fixed; 60 h4 { 61 margin-top: 1em; 62 padding-left: 0.1em; 63 border-bottom: dotted 1px #000; 71 64 } 72 65 73 .command, .screen, .programlisting 74 { 75 font-family: courier new,courier,fixed; 76 font-style: normal; 77 font-weight: normal; 66 div.menu { 67 float: left; 68 width: 200px; 69 background-color: #ddd; 78 70 } 79 71 80 .filename 81 { 82 font-family: arial,helvetica,sans-serif; 83 font-style: italic; 72 div.main { 73 float: right; 74 width: 580px; 75 padding: 0em 10px 0em 10px; 76 /*padding: 0em 1em 0em 1em;*/ 77 /*background-color: #ccc;*/ 84 78 } 85 79 86 A 87 { 88 color: blue; 89 text-decoration: underline; 90 } 91 92 A:hover 93 { 94 background: rgb(75%,75%,100%); 95 color: blue; 96 text-decoration: underline; 80 ol { 81 margin: 0; 82 padding :1em 0 1em 2em; 83 border-top: 3px solid #aaa; 84 border-bottom: 3px solid #aaa; 85 /* margin: 0 1em;*/ 97 86 } 98 87 99 A:visited 100 { 101 color: purple; 102 text-decoration: underline; 88 ol li { 89 /*margin: 0; 90 padding: 0;*/ 91 font-size: 1em; 92 line-height: 180%; 103 93 } 104 94 105 IMG 106 { 107 border: none; 95 p { 96 line-height: 120%; 108 97 } 109 98 110 .figure, .example, .table 111 { 112 margin: 0.125in 0.5in; 99 div.command { 100 margin: 1em 1.5em; 101 padding : 0.7em 0.5em; 102 font-weight: bolder; 103 color: #fff; 104 background-color: #000; 113 105 } 114 115 .table TABLE116 {117 border: 1px rgb(180,180,200) solid;118 border-spacing: 0px;119 }120 121 .table TD122 {123 border: 1px rgb(180,180,200) solid;124 }125 126 .table TH127 {128 background: rgb(180,180,200);129 border: 1px rgb(180,180,200) solid;130 }131 132 .table P.title, .figure P.title, .example P.title133 {134 text-align: left !important;135 font-size: 100% !important;136 }137 138 .author139 {140 font-size: 100%;141 font-style: italic;142 font-weight: normal;143 color: black;144 }145 146 106 .sidebar 147 107 { … … 151 111 margin: 0 0.5in; 152 112 } 153 154 .sidebar P.title+ 155 { 156 text-align: center; 157 font-size: 125%; 158 } 159 160 .tip 161 { 162 border: black solid 1px; 163 background: url(./images/info.png) no-repeat; 164 margin: 0.12in 0; 165 padding: 0 55px; 166 } 167 168 .warning 169 { 170 border: black solid 1px; 171 background: url(./images/warning.png) no-repeat; 172 margin: 0.12in 0; 173 padding: 0 55px; 174 } 175 176 .note 177 { 178 border: black solid 1px; 179 background: url(./images/note.png) no-repeat; 180 margin: 0.12in 0; 181 padding: 0 55px; 182 } 183 184 .programlisting, .screen 113 .screen, .programlisting 185 114 { 186 115 font-family: courier new,courier,fixed; 187 116 font-style: normal; 188 117 font-weight: normal; 189 font-size: 90%;190 color: black;191 margin: 0 0.5in;192 118 } 193 119 194 .navheader, .navfooter 195 { 196 border: black solid 1px; 197 background: rgb(180,180,200); 120 .command { 121 margin: 1em 1.5em; 122 padding : 0.7em 0.5em; 123 font-weight: bolder; 124 color: #fff; 125 background-color: #000; 198 126 } 199 200 .navheader HR, .navfooter HR201 {202 display: none;203 }