チェンジセット 2169

差分発生行の前後
無視リスト:
コミット日時:
2009/01/26 16:53:11 (3 年前)
コミッタ:
yossy
ログメッセージ:

Renewal 09

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • trac/htdocs/css/ticket.css

    r287 r2169  
    1818#ticket .date p { margin: 0 } 
    1919 
     20#ticket table, #ticket table td { 
     21        border-style: none; 
     22} 
    2023#ticket table.properties { 
    2124 border-top: 1px solid #dd9; 
     
    7578 
    7679#properties { white-space: nowrap; line-height: 160%; padding: .5em } 
     80#properties table, #properties table td { 
     81        border-style: none; 
     82} 
    7783#properties table { border-spacing: 0; width: 100%; } 
    7884#properties table th { 
  • trac/htdocs/css/trac.css

    r287 r2169  
    11/* Trac CSS */ 
     2* 
     3{ 
     4        margin: 0em; 
     5        padding: 0em; 
     6        font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
     7        font-size: 100%; 
     8        font-weight: inherit; 
     9        font-style: inherit; 
     10        text-decoration: inherit; 
     11} 
    212body { 
    3  background: #fff; 
    4  color: #000; 
    5  margin: 0px; 
    6  padding: 0px; 
    7 
    8 body, th, td { 
    9  font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif; 
    10  line-height: 1.4em; 
    11 
    12 h1, h2, h3, h4 { 
    13  font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif; 
    14  font-weight: bold; 
    15  letter-spacing: -0.018em; 
    16  color: #06c; 
    17  margin: 1.5em 0px -20px 0px; 
    18 
    19 h1 { height: 112px; line-height: 80px; padding: 25px 0px 0px 35px; background-image: url(../h1-bg.png); background-repeat: no-repeat; } 
    20 h2, h3, h4 { height: 77px; line-height: 60px; padding: 14px 0px 0px 22px; background-image: url(../h2-bg.png); background-repeat: no-repeat; } 
    21 h1 { font-size: 1.8em; } 
    22 h2 { font-size: 1.6em; } 
    23 h3 { font-size: 1.2em; } 
    24 hr { border: none;  border-top: 1px solid #ccb; margin: 2em 0 } 
    25 address { font-style: normal } 
    26 img { border: none } 
     13        font-size: 12px; 
     14        line-height: 1.6em; 
     15        color: #333; 
     16        background: #f2f2f2; 
     17
     18h1, h2, h3, h4, h5, h6 
     19
     20        margin: 0px 0px 12px 0px; 
     21        color: #06c; 
     22        font-weight:bold; 
     23
     24* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 
     25
     26        margin-top: 28px; 
     27
     28h1 
     29
     30        font-size: 20px; 
     31
     32h2 
     33
     34        font-size: 16px; 
     35
     36h3 
     37
     38        font-size: 14px; 
     39
     40h4 
     41
     42        font-size: 13px; 
     43
     44h5 
     45
     46        font-size: 13px; 
     47
     48h6 
     49
     50        font-size: 13px; 
     51
     52 
     53p, dl, ol, ul, pre, blockquote, address, table 
     54
     55        margin: 0px 0px 12px 0px; 
     56
     57 
     58ol, ul 
     59
     60        padding-left: 1.5em; 
     61
     62li 
     63
     64
     65 
     66li ul, li ol 
     67
     68        margin-bottom: 0em; 
     69
     70 
     71dd 
     72
     73        margin: 0em 0em 1em 1em; 
     74
     75 
     76dd > ul, dd > ol 
     77
     78        margin:0em; 
     79
     80 
     81pre 
     82
     83        padding: 1em; 
     84        border: 1px solid #ccc; 
     85
     86 
     87pre 
     88
     89        overflow: auto; 
     90
     91 
     92blockquote 
     93
     94        padding: 1em; 
     95        border: 1px dashed #ccc; 
     96
     97 
     98address 
     99
     100        font-style: normal; 
     101
     102 
     103table 
     104
     105        padding:0em; 
     106        border:1px solid #999; 
     107        border-collapse: collapse; 
     108
     109 
     110thead 
     111
     112
     113th 
     114
     115
     116 
     117tbody 
     118
     119
     120tr 
     121
     122
     123td 
     124
     125        padding:0.5em; 
     126        border:1px solid #999; 
     127
     128 
     129tfoot 
     130
     131
     132 
     133hr 
     134
     135        border-top: 1px solid #ccc; 
     136        margin: 0em 0em 1em 0em; 
     137
     138 
     139del 
     140
     141        text-decoration: line-through; 
     142
     143 
     144em 
     145
     146        font-style: italic; 
     147
     148 
     149strong 
     150
     151        font-weight: bold; 
     152
     153 
     154strike 
     155
     156        text-decoration: line-through; 
     157
     158 
     159dfn 
     160
     161
     162 
     163code 
     164
     165
     166 
     167samp 
     168
     169
     170 
     171kbd 
     172
     173
     174 
     175var 
     176
     177
     178 
     179cite 
     180
     181
     182 
     183abbr, acronym 
     184
     185        border:1px dashed; 
     186
     187 
     188img 
     189
     190        vertical-align: middle; 
     191        border-style: none; 
     192
     193 
    27194tt { white-space: pre } 
    28195 
     
    113280 
    114281/* Header */ 
    115 #header { margin: 0px; padding: 0px; width: 100%; height: 100px; background-image: url(../header-bg.png); background-repeat: x-repeat; }  
    116 #header hr { display: none } 
    117 #header h1 { position: absolute; margin: 0px; padding: 0px; width: 420px; height: 100px; background-image: url(../header-logo.png); text-indent: -10em; } 
    118 #header img { border: none; margin: 0 0 -3em } 
    119 #header :link, #header :visited, #header :link:hover, #header :visited:hover { 
     282#header { 
     283        width: 100%; 
     284        height: 145px; 
     285        background-image: url(../header-bg.png); 
     286        background-repeat: repeat-x; 
     287        position: relative; 
     288
     289#header-content { 
     290        width:900px; 
     291        height: 145px; 
     292        margin: 0px auto; 
     293        padding: 0px 10px; 
     294        background-image: url(../header-fix-bg.png); 
     295        background-repeat: no-repeat; 
     296}  
     297#header-content hr { display: none } 
     298#header-content h1 { 
     299        position: absolute; 
     300        margin: 0px; 
     301        padding: 0px; 
     302        width: 420px; 
     303        height: 120px; 
     304        background-image: url(../header-logo.png); 
     305        font-size: 0px; 
     306
     307#header-content img { border: none; margin: 0 0 -3em } 
     308#header-content :link, #header-content :visited, #header-content :link:hover, #header-content :visited:hover { 
    120309 background: transparent; 
    121310 color: #fff; 
     
    136325 position: relative; 
    137326 left: -10px; 
    138  top: 10px; 
     327 top: 30px; 
    139328} 
    140329#search input { font-size: 10px; } 
     
    152341.nav li.last { border-right: none } 
    153342 
    154 #metanav { margin: 10px 10px 0px 0px; padding: 0px; width: 100%; position: relative; left: -10px; top: 10px; } 
    155  
    156 #globalnav { position: absolute; left: 420px; top: 70px; margin: 0px; padding: 0px; height: 30px; width: 50%; float: left; } 
    157 #globalnav li { display: inline; vertical-align: middle; margin: 0px; padding: 0px 1.2em; height: 30px; line-height: 30px; font-size: 1.2em; } 
     343#metanav { 
     344        margin: 10px 10px 0px 0px; 
     345        padding: 0px; 
     346        width: 100%; 
     347        position: relative; 
     348        left: -10px; 
     349        top: 30px; 
     350
     351 
     352#globalnav { 
     353        position: absolute; 
     354        top: 90px; 
     355
     356#globalnav ul { 
     357        width: 900px; 
     358        height: 30px; 
     359        margin: 0px; 
     360        padding: 0px; 
     361
     362#globalnav li { 
     363        display: block; 
     364        height: 30px; 
     365        float: left; 
     366        vertical-align: middle; 
     367        margin: 0px; 
     368        padding: 0px 20px; 
     369        font-size: 1.2em; 
     370        border-right: 1px solid #263c66; 
     371        border-left: 1px solid #3b5486; 
     372        line-height: 30px; 
     373        vertical-align: middle; 
     374
    158375 
    159376/* Main navigation bar */ 
    160377#mainnav { 
    161  background-color: #cc9; 
    162  font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; 
    163  margin: 0px; 
    164  padding: 3px 0px; 
    165  clear: both; 
    166 
    167 #mainnav li { border-right: none; padding: .25em 0 } 
    168 #mainnav :link, #mainnav :visited { 
    169  border-right: 1px solid #b8b885; 
    170  border-left: 1px solid #d6d6ad; 
    171  color: #000; 
    172  padding: .2em 20px; 
    173 
    174 #mainnav :link:hover, #mainnav :visited:hover { 
     378        position: absolute; 
     379        top: 120px; 
     380
     381#mainnav.nav ul { 
     382        width: 900px; 
     383        height: 20px; 
     384        padding: 0px; 
     385
     386#mainnav li { 
     387        display: block; 
     388        height: 20px; 
     389        float: left; 
     390        border-right: none; 
     391        margin: 0px; 
     392        padding: 0px; 
     393
     394#header-content #mainnav :link, #header-content #mainnav :visited { 
     395        display: block; 
     396        height: 20px; 
     397        border-right: 1px solid #b8b885; 
     398        border-left: 1px solid #d6d6ad; 
     399        color: #000; 
     400        padding: 0px 20px; 
     401        line-height: 20px; 
     402        vertical-align: middle; 
     403
     404#header-content #mainnav :link:hover, #header-content #mainnav :visited:hover { 
    175405 background-color: #d6d6ad; 
    176406} 
    177 #mainnav .active :link, #mainnav .active :visited { 
     407#header-content #mainnav .active :link, #header-content #mainnav .active :visited { 
    178408 background-color: #b8b885; 
    179409 color: #333; 
     
    183413/* Main */ 
    184414 
    185 #main { background-image: url(../main-bg.png); background-repeat: repeat-x; padding: 20px; } 
    186  
     415#main { 
     416        overflow: hidden; 
     417        width: 860px; 
     418        padding: 5px 30px; 
     419        margin: 0px auto; 
     420        background-image: url(../body-bg.png); 
     421        background-repeat: repeat-y; 
     422
     423#main:after { 
     424        content: ""; 
     425        display: block; 
     426        clear: both; 
     427        height: 1px; 
     428        overflow: hidden; 
     429
     430/*\*/ 
     431* html #main { 
     432        height: 1em; 
     433        overflow: visible; 
     434
     435/**/ 
     436 
     437 
     438h1#spark-welcome { 
     439        margin-bottom: 24px; 
     440
     441#spark-intro { 
     442        width: 900px; 
     443        display: table; 
     444        border-collapse: collapse; 
     445        position: relative; 
     446        left: -20px; 
     447
     448#spark-intro-list { 
     449        display: table-row; 
     450
     451 
     452.spark-intro-content { 
     453        width: 264px; 
     454        background-image: url(../intro-bg.png); 
     455        background-repeat: repeat-x; 
     456        background-color: #fff; 
     457        padding: 10px; 
     458        height: 100%; 
     459        display: table-cell; 
     460        border: 2px solid #efefef; 
     461
     462#spark-intro-share { 
     463        width: 266px; 
     464        padding-left: 30px; 
     465        border-left-style: none; 
     466
     467#spark-intro-feedback { 
     468        width: 266px; 
     469        padding-right: 30px; 
     470        border-right-style: none; 
     471
     472 
     473.spark-intro-feature { 
     474        font-weight: bold; 
     475        margin-top: -10px; 
     476        border-bottom: 1px solid #efefef; 
     477        padding-bottom: 2px; 
     478
     479 
     480#spark-intro-notice { 
     481        overflow: hidden; 
     482        border: 2px solid #efefef; 
     483        background-image: url(../intro-bg.png); 
     484        background-repeat: repeat-x; 
     485        background-color: #fff; 
     486        margin: 10px 0px; 
     487
     488#spark-intro-notice:after { 
     489        content: ""; 
     490        display: block; 
     491        clear: both; 
     492        height: 1px; 
     493        overflow: hidden; 
     494
     495/*\*/ 
     496* html #spark-intro-notice { 
     497        height: 1em; 
     498        overflow: visible; 
     499
     500/**/ 
     501/* 
     502.spark-intro-notice-content { 
     503        width: 401px; 
     504        float: left; 
     505        padding: 10px; 
     506
     507#spark--intro-notice-news { 
     508        margin-right: 10px; 
     509
     510.spark-intro-notice-content h2 { 
     511        font-size: 12px; 
     512        line-height: 14px; 
     513        margin-bottom: 6px; 
     514        border-bottom: 1px solid #efefef; 
     515        padding: 0px 0px 2px 0px; 
     516
     517.spark-intro-notice-content ul { 
     518        margin-bottom: 0px; 
     519
     520*/ 
     521#spark-intro-notice ul { 
     522        width: 378px; 
     523        float: left; 
     524        margin: 0px; 
     525        padding: 10px 10px 10px 30px; 
     526
     527 
     528#spark-intro-note { 
     529        clear: both; 
     530        width: 100%; 
     531        font-size: .9em; 
     532        text-align: right; 
     533        margin: 6px 0px -28px 0px; 
     534        padding: 0px; 
     535
     536 
     537hr.spark { 
     538        display: block; 
     539        width: 920px; 
     540        height: 30px; 
     541        background-image: url(../hr-bg.png); 
     542        background-repeat: no-repeat; 
     543        margin: 10px 0px 10px -30px; 
     544        border-style: none; 
     545
     546hr.spark + h1, hr.spark + h2 { 
     547        margin-top: 0px; 
     548
     549 
     550#spark-projects-genre ul { 
     551        overflow: hidden; 
     552        /* 
     553        border: 2px solid #efefef; 
     554        background-image: url(../intro-bg.png); 
     555        background-repeat: repeat-x; 
     556        background-color: #fff; 
     557        */ 
     558        margin: 0px 0px 12px 0px; 
     559        padding: 0px; 
     560
     561// See http://www.fsiki.com/archive/css-doc/float.html 
     562#spark-projects-genre ul:after { 
     563        content: ""; 
     564        display: block; 
     565        clear: both; 
     566        height: 1px; 
     567        overflow: hidden; 
     568
     569/*\*/ 
     570* html #spark-projects-genre ul { 
     571        height: 1em; 
     572        overflow: visible; 
     573
     574/**/ 
     575#spark-projects-genre li { 
     576        width: 153px; 
     577        height: 32px; 
     578        margin: 0px 0px 3px 0px; 
     579        padding: 0px 10px 10px 5px; 
     580        font-weight: bold; 
     581        float: left; 
     582        display: block; 
     583        border-left: 2px solid #efefef; 
     584        vertical-align: middle; 
     585
     586 
     587/* 
     588#spark-projects table { 
     589        width: 100%; 
     590        margin-bottom: 0px; 
     591
     592#spark-projects table tr:first-child { 
     593        background-color: #eee; 
     594        font-weight: bold; 
     595
     596#spark-projects td { 
     597        padding: 3px 6px; 
     598
     599#spark-projects tr td:first-child { 
     600        font-weight: bold; 
     601
     602*/ 
     603#spark-projects ul { 
     604        overflow: hidden; 
     605        border: 2px solid #efefef; 
     606        background-image: url(../intro-bg.png); 
     607        background-repeat: repeat-x; 
     608        background-color: #fff; 
     609        margin: 0px; 
     610        padding: 0px; 
     611
     612// See http://www.fsiki.com/archive/css-doc/float.html 
     613#spark-projects ul:after { 
     614        content: ""; 
     615        display: block; 
     616        clear: both; 
     617        height: 1px; 
     618        overflow: hidden; 
     619
     620/*\*/ 
     621* html #spark-projects ul { 
     622        height: 1em; 
     623        overflow: visible; 
     624
     625/**/ 
     626#spark-projects li { 
     627        width: 398px; 
     628        height: 72px; 
     629        padding: 10px 10px 10px 20px; 
     630        font-size: 14px; 
     631        font-weight: bold; 
     632        display: block; 
     633        float: left; 
     634
     635#spark-projects li ul { 
     636        margin: 3px 0px 0px 0px; 
     637        padding: 0px; 
     638        border-style: none; 
     639        background-image: none; 
     640        background-color: transparent; 
     641
     642#spark-projects li ul li { 
     643        width: auto; 
     644        height: auto; 
     645        font-size: 12px; 
     646        font-weight: normal; 
     647        float: none; 
     648        margin: 0px; 
     649        padding: 0px; 
     650
     651 
     652/* 
    187653#project-list li { display: block; width: 28%; float: left; border-left: 3px solid #e6eff7; font-size: 1.2em; font-weight: bold; padding: 10px; margin: 5px 0px; } 
    188654#project-list li ul { margin: 0px; padding: 0px; } 
    189655#project-list li li { width: auto; float: none; border-left: none; font-size: 13px; font-weight: normal; margin: 10px 10px 5px 10px; padding: 0px; text-indent: 0px; } 
    190656#project-list h3, #project-list p { clear: both; } 
     657*/ 
     658 
     659#spark-committers ul { 
     660        overflow: hidden; 
     661        border: 2px solid #efefef; 
     662        background-image: url(../intro-bg.png); 
     663        background-repeat: repeat-x; 
     664        background-color: #fff; 
     665        margin: 0px 0px 12px 0px; 
     666        padding: 0px; 
     667} 
     668#spark-committers ul:after { 
     669        content: ""; 
     670        display: block; 
     671        clear: both; 
     672        height: 1px; 
     673        overflow: hidden; 
     674} 
     675/*\*/ 
     676* html #spark-committers ul { 
     677        height: 1em; 
     678        overflow: visible; 
     679} 
     680/**/ 
     681#spark-committers li { 
     682        width: 398px; 
     683        height: 72px; 
     684        padding: 10px 10px 10px 20px; 
     685        font-weight: bold; 
     686        display: block; 
     687        float: left; 
     688} 
     689#spark-committers li ul { 
     690        margin: 3px 0px 0px 0px; 
     691        padding: 0px; 
     692        border-style: none; 
     693        background-image: none; 
     694        background-color: transparent; 
     695} 
     696#spark-committers li ul li { 
     697        width: auto; 
     698        height: auto; 
     699        font-weight: normal; 
     700        float: none; 
     701        margin: 0px; 
     702        padding: 0px; 
     703} 
    191704 
    192705/* Context-dependent navigation links */ 
    193 #ctxtnav { height: 1em } 
     706#ctxtnav { 
     707        height: 1em; 
     708        margin-bottom: 20px; 
     709
    194710#ctxtnav li ul { 
    195711 background: #f7f7f7; 
     
    230746/* Footer */ 
    231747#footer { 
    232   clear: both; 
    233   color: #bbb; 
    234   font-size: 10px; 
    235   height: 31px; 
    236   padding: 10px; 
    237   margin-bottom: 10px; 
    238   background-image: url(../main-bg.png); 
    239   background-repeat: repeat-x;  
     748        overflow: hidden; 
     749        clear: both; 
     750        font-size: 10px; 
     751        width: 920px; 
     752        margin: 0px auto; 
     753        background-image: url(../body-bg.png); 
     754        background-repeat: repeat-y; 
     755
     756#footer:after { 
     757        content: ""; 
     758        display: block; 
     759        clear: both; 
     760        height: 1px; 
     761        overflow: hidden; 
     762
     763/*\*/ 
     764* html #footer { 
     765        height: 1em; 
     766        overflow: visible; 
     767
     768/**/ 
     769#footer div { 
     770        display: block; 
     771        width: 860px; 
     772        padding: 35px 30px 10px 30px; 
     773        background-image: url(../hr-bg.png); 
     774        background-repeat: no-repeat; 
    240775} 
    241776#footer :link, #footer :visited { color: #bbb; } 
     
    246781#footer p.left { 
    247782  float: left; 
    248   padding: 0 10px; 
     783  padding: 0px 10px 10px 10px; 
    249784} 
    250785#footer p.right { 
    251786  float: right; 
    252787  text-align: right; 
     788} 
     789#footer form div { 
     790        display: none; 
     791        width: auto; 
     792        padding: 0px; 
     793        background-image: none; 
     794} 
     795#footer form { 
     796        float: right; 
    253797} 
    254798 
     
    310854 
    311855/* Wiki */ 
     856/* 
    312857.wikipage { padding-left: 18px } 
    313858.wikipage h1, .wikipage h2, .wikipage h3 { margin-left: -18px } 
     859*/ 
    314860 
    315861/* 
  • trac/templates/footer.cs

    r288 r2169  
    1717 
    1818<div id="footer"> 
     19<div> 
    1920 <hr /> 
    2021 <a id="tracpowered" href="http://trac.edgewall.org/"><img src="<?cs 
     
    2728  <br />Translated by <a href="http://www.i-act.co.jp/">インタアクト株式会社</a> 
    2829 </p> 
    29  <p class="right"><a href="http://www.be-interactive.org/"><img src="/htdocs/be_logo.png" title="BeInteractive!" alt="BeInteractive!" /></a></p> 
     30 <p class="right"> 
     31 <a href="http://www.be-interactive.org/"><img src="/trac/chrome/site/be_logo.png" alt="BeInteractive!" /></a> 
     32 </p> 
     33 <p class="right"> 
     34 <a href="http://www.libspark.org/wiki/Donate"><img src="https://www.paypal.com/ja_JP/JP/i/btn/btn_donateCC_LG.gif" alt="" /></a> 
     35 </p> 
     36</div> 
    3037</div> 
    3138 
  • trac/templates/header.cs

    r287 r2169  
    1414 each:rel = chrome.links ?><?cs 
    1515  each:link = rel ?><link rel="<?cs 
    16    var:name(rel) ?>" href="<?cs var:link.href ?>"<?cs 
     16   var:name(rel) ?>" href="<?cs if:string.find(link.href,'/trac/chrome/common/') == 0 ?><?cs var:'/trac/chrome/site/' + string.slice(link.href, string.length('/trac/chrome/common/'), string.length(link.href)) ?><?cs else ?><?cs var:link.href ?><?cs /if ?>"<?cs 
    1717   if:link.title ?> title="<?cs var:link.title ?>"<?cs /if ?><?cs 
    1818   if:link.type ?> type="<?cs var:link.type ?>"<?cs /if ?> /><?cs 
     
    2828 
    2929<div id="header"> 
     30<div id="header-content"> 
    3031 
    3132<h1>Spark project</h1> 
     
    6364<div id="metanav" class="nav"><?cs call:nav(chrome.nav.metanav) ?></div> 
    6465 
    65 <ul id="globalnav"> 
     66<div id="globalnav"> 
     67<ul> 
    6668<li><a href="http://www.libspark.org/">ホーム</a></li> 
     69<li><a href="http://www.libspark.org/wiki/WikiStart/en">English</a></li> 
     70<li><a href="http://www.libspark.org/wiki/About">Spark について</a></li> 
    6771<li><a href="http://wiki.libspark.org/">Wiki</a></li> 
    6872<li><a href="http://libspark.wordpress.com/">ブログ</a></li> 
    6973<li><a href="http://forum.libspark.org/">フォーラム</a></li> 
    7074</ul> 
    71  
    7275</div> 
    7376 
    7477<div id="mainnav" class="nav"><?cs call:nav(chrome.nav.mainnav) ?></div> 
     78 
     79</div> 
     80</div> 
     81 
    7582<div id="main">