全国ライブカメラの旅 第655回
2010年9月6日 – 17:09 | コメントは受け付けていません。

MOBOTIX特集
イタリア、ラベンナ -7時間
http://bagnodelfino.com/
コントロール不可、固定
機種 MOBOTIX D12
http://82.91.122.189:8003/cgi-b [...]

全文表示 Read the full story »
openSUSE

openSUSE11.2にバージョンアップ(2009.12.11)。DELL Power Edge 860 SAS 5/i5 RAID1 で稼働中。     

WordPress

プラグイン、テーマ、日本語化などWordPressって本当によく遊べます。設定などの覚書。

リンクサイト

北海道、東京、山口、宮崎他のライブカメラ関係サイトとお世話になっているサイトです。

全国ライブカメラの旅

検索でライブカメラを見つけて紹介しております。国内、海外のPanasonicを中心に紹介。

覚 書

いろいろ役に立つような情報を忘れないように覚書しております。いたって自分用です……

Home » Archive by Tags

Articles tagged with: Theme

Theme レイアウト覚書
2009年12月29日 – 09:41 | コメントは受け付けていません。

#head {  width:940px;  #page {  width:930px; #navbar {  width:950px;  #top {  width:940px; #headline {  width:560px;  #single_desc {  width:675px; #featured {  width:320px; #middle {  width:930px; #front-list {  width:570px;  #paged-list {  width:570px;  #content {  width:570px; #sidebar {  width:320px;  #sidebar-top, #sidebar-bottom {  width:300px;  #sidebar-middle {  width:320px;  #sidebar-ads {  width:300px; #comment { width:590px; #sidebar-left {  width:135px; #sidebar-right {  width:135px; [...]

Trac Theme
2009年4月19日 – 13:29 | コメントは受け付けていません。
Trac Theme

Trac Theme(Trac 0.11.2.1.ja1) ThemeEnginePluginが必要です。 http://trac-hacks.org/wiki/ThemeEnginePlugin 0.11のもの6種類ですがSkittlishThemeだけエラーになります。 http://trac-hacks.org/wiki/theme CmTeknikTheme CM Teknik Theme (0.11, jdog, theme) ConsultantTheme A theme from templateworld.com (0.10, coderanger, theme) CrystalxTheme CrystalX theme for Trac (0.11, coderanger, theme) GamedevTheme RPI Game Development Club Theme (0.10, 0.11, 0.9, coderanger, example, theme) GnomeBrTheme GnomeBR (0.11, 0.9, n3rd3x, theme) IntraBlogTheme A theme from templateworld.com (0.10, coderanger, [...]

CarringtonThemeのエントリーページとページテンプレートを分ける
2009年4月16日 – 11:14 | コメントは受け付けていません。

ページと投稿ページが同じテンプレートで何かと不都合なので 別々のテンプレートに分ける。 ページが使用しているファイルpages-default.php /wp-content/themes/carrington-blog/pages/pages-default.php pages-default.phpはloopフォルダーを読みに行ってる。 /wp-content/themes/carrington-blog/loop/内にpage.php作成。 page.phpからフォルダーcontent内に作成するpage.phpを読みに行く。 <?php // This file is part of the Carrington Theme for WordPress // http://carringtontheme.com // // Copyright (c) 2008 Crowd Favorite, Ltd. All rights reserved. // http://crowdfavorite.com // // Released under the GPL license // http://www.opensource.org/licenses/gpl-license.php // // ********************************************************************** // This program is distributed in the hope that [...]