Changeset 25315 for lang/perl/MENTA
- Timestamp:
- 11/29/08 09:05:59 (5 years ago)
- Location:
- lang/perl/MENTA/trunk/app
- Files:
-
- 2 modified
-
controller/manual/tutorial.mt (modified) (2 diffs)
-
static/style-sites.css (modified) (4 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/MENTA/trunk/app/controller/manual/tutorial.mt
r25313 r25315 14 14 <h2 class="subtitle">ディレクトリ構造</h2> 15 15 <div class="blocked-content"> 16 <pre class="code"> 17 app/ - あなたのアプリケーションをいれるところです 16 <pre>app/ - あなたのアプリケーションをいれるところです 18 17 app/controller/ - あなたのアプリケーションそのものをいれます 19 18 app/data/ - あなたのアプリケーションのデータがはいります … … 22 21 lib/ - MENTA そのもの 23 22 plugins/ - MENTAプラグイン 24 t/ - MENTA 自体のテストスクリプト。ユーザーの方はきにする必要ありませぬ 25 </pre> 23 t/ - MENTA 自体のテストスクリプト。ユーザーの方はきにする必要ありませぬ</pre> 26 24 </div> 27 25 -
lang/perl/MENTA/trunk/app/static/style-sites.css
- Property svn:mime-type set to text/css; charset=UTF-8
r24902 r25315 1 @charset " utf-8"1 @charset "UTF-8"; 2 2 3 3 body { 4 font-family: 'Hiragino Kaku Gothic Pro W3','ヒラギノ角ゴ Pro W3','メイリオ', 'Verdana',sans-serif; 4 font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 6 "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", 7 "Verdana", sans-serif; 5 8 } 6 9 7 10 h1 { 8 padding: 0.5em; margin-top: 0; margin-bottom: 0;11 padding: 0.5em; margin-top: 0; margin-bottom: 0; 9 12 } 10 13 … … 25 28 } 26 29 30 pre { 31 padding-left: 2px; 32 border-width: 1px 1px 3px 3px; 33 border-style: solid; 34 border-color: #777777; 35 background: #555555; 36 color: white; 37 } 38 27 39 .container { 28 font-family: 'Hiragino Kaku Gothic Pro W3','ヒラギノ角ゴ Pro W3','メイリオ', 'Verdana',sans-serif;29 40 width: 640px; 30 41 margin: auto; 31 padding: 0 0 0 0;42 padding: 0; 32 43 } 33 44 … … 36 47 padding-left: 4px; 37 48 padding-right: 4px; 38 }39 40 .code {41 border-bottom: 1px solid #777777;42 border-left: 3px solid #777777;43 border-right: 1px solid #777777;44 border-top: 1px solid #777777;45 font-family: monospace;46 background: #555555;47 color: white;48 padding-left: 2px;49 width: 100%;50 49 } 51 50 … … 93 92 } 94 93 95 aimg {96 border: 0 px;94 img { 95 border: 0 none; 97 96 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)