チェンジセット 8: trunk/doc/img

差分発生行の前後
無視リスト:
コミット日時:
2006/12/07 15:00:43 (17 年前)
コミッタ:
sorshi
ログメッセージ:

新エンコーダによりH.264対応、
複数同時録画時の信頼性向上、など

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • trunk/doc/img/styles.css

    r5 r8  
    1 /************************************************************************/ 
    2 /* Custom style-sheet stuffs for the Subversion book in HTML form.      */ 
    3 /************************************************************************/ 
    4  
    51BODY 
    62{ 
    7         font-family: "������ Pro W3";  
     3        font-family: "ヒラギノ角ゴ Pro W3";  
    84        font-size: 13px; 
    95        margin: 10;  
     
    128} 
    139 
    14 H1.title 
    15 
    16     font-size: 250%; 
    17     font-style: normal; 
    18     font-weight: bold; 
    19     color: black; 
     10img.photo { 
     11    margin: 10px; 
     12    border: 0; 
    2013} 
    2114 
    22 H2.subtitle 
    23 
    24     font-size: 150%; 
    25     font-style: italic; 
    26     color: black; 
     15a:link { 
     16    color: #dd0000; text-decoration: none; 
     17    background-color: transparent; 
    2718} 
    2819 
    29 H2.title 
    30 
    31     font-size: 150%; 
    32     font-style: normal; 
    33     font-weight: bold; 
    34     color: black; 
     20a:visited { 
     21    color: #aa4444; text-decoration: none; 
     22    background-color: transparent; 
    3523} 
    3624 
    37 H3.title 
    38 
    39     font-size: 125%; 
     25a:hover { 
     26    text-decoration: underline; color:#ff2222 ; 
    4027    font-style: normal; 
    41     font-weight: bold; 
    42     color: black; 
     28    background-color: transparent; 
    4329} 
    4430 
    45 H4.title 
    46 
    47     font-size: 100%; 
    48     font-style: normal; 
    49     font-weight: bold; 
    50     color: black; 
     31h1 { 
     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;*/ 
    5143} 
    5244 
    53 .toc B 
    54 
    55     font-size: 125%
    56     font-style: normal
    57     font-weight: bold
    58     color: black
     45h2 { 
     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
    5951} 
    6052 
    61 P,LI,UL,OL,DD,DT 
    62 
    63     font-style: normal
    64     font-weight: normal
    65     color: black
     53h3 { 
     54        margin-top: 1.5em; 
     55       padding-left: 0.3em
     56       border-bottom: solid 1px #000
     57       color: #22d
    6658} 
    6759 
    68 TT,PRE 
    69 
    70     font-family: courier new,courier,fixed; 
     60h4 { 
     61        margin-top: 1em; 
     62        padding-left: 0.1em; 
     63        border-bottom: dotted 1px #000; 
    7164} 
    7265 
    73 .command, .screen, .programlisting 
    74 
    75     font-family: courier new,courier,fixed; 
    76     font-style: normal; 
    77     font-weight: normal; 
     66div.menu { 
     67    float: left; 
     68    width: 200px; 
     69        background-color: #ddd; 
    7870} 
    7971 
    80 .filename 
    81 
    82     font-family: arial,helvetica,sans-serif; 
    83     font-style: italic; 
     72div.main { 
     73    float: right; 
     74    width: 580px; 
     75    padding: 0em 10px 0em 10px; 
     76    /*padding: 0em 1em 0em 1em;*/ 
     77        /*background-color: #ccc;*/ 
    8478} 
    8579 
    86 
    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; 
     80ol { 
     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;*/ 
    9786} 
    9887 
    99 A:visited  
    100 
    101     color: purple; 
    102     text-decoration: underline; 
     88ol li { 
     89        /*margin: 0; 
     90        padding: 0;*/ 
     91        font-size: 1em; 
     92    line-height: 180%; 
    10393} 
    10494 
    105 IMG 
    106 
    107     border: none; 
     95p { 
     96    line-height: 120%; 
    10897} 
    10998 
    110 .figure, .example, .table 
    111 
    112     margin: 0.125in 0.5in; 
     99div.command { 
     100        margin: 1em 1.5em; 
     101        padding : 0.7em 0.5em; 
     102        font-weight: bolder; 
     103        color: #fff; 
     104        background-color: #000; 
    113105} 
    114  
    115 .table TABLE 
    116 { 
    117     border: 1px rgb(180,180,200) solid; 
    118     border-spacing: 0px; 
    119 } 
    120  
    121 .table TD 
    122 { 
    123     border: 1px rgb(180,180,200) solid; 
    124 } 
    125  
    126 .table TH 
    127 { 
    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.title 
    133 { 
    134     text-align: left !important; 
    135     font-size: 100% !important; 
    136 } 
    137  
    138 .author 
    139 { 
    140     font-size: 100%; 
    141     font-style: italic; 
    142     font-weight: normal; 
    143     color: black; 
    144 } 
    145  
    146106.sidebar  
    147107{ 
     
    151111    margin: 0 0.5in; 
    152112} 
    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 
    185114{ 
    186115    font-family: courier new,courier,fixed; 
    187116    font-style: normal; 
    188117    font-weight: normal; 
    189     font-size: 90%; 
    190     color: black; 
    191     margin: 0 0.5in; 
    192118} 
    193119 
    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; 
    198126} 
    199  
    200 .navheader HR, .navfooter HR 
    201 { 
    202     display: none; 
    203 } 
track feed