Plugin Directory

Changeset 555139


Ignore:
Timestamp:
06/09/2012 01:21:52 AM (14 years ago)
Author:
Sabaoh
Message:

stylesheet was improved.

Location:
rollover-tab/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • rollover-tab/trunk/css/rollover-tab.css

    r555090 r555139  
    44        clear:left;
    55        overflow:hidden;
     6    }
     7    [id$="tabpanels"] {
     8        margin: -5mm 5mm 0;
     9    }
     10    [id$="tabpanels"] :first-child {
     11        margin-top: 0;
    612    }
    713    ul[role="tablist"] {
  • rollover-tab/trunk/readme-ja.txt

    r555090 r555139  
    33Requires at least: 3.1
    44Tested up to: 3.3.2
    5 Stable tag: 1.0.1
     5Stable tag: 1.0.2
    66Contributors: Eiji 'Sabaoh' Yamada
    77License: GPLv2
     
    1313
    1414このプラグインは、投稿や固定ページにグラフィカルなタブ付きパネルを作るための2つのショートコードを定義します。テーマのスタイルシートやテンプレートに手を加える必要はありません。正しく表示するにはIE以外のブラウザ(Chrome, FireFox, Opera, Safariでテスト済みです)か、IE8以上が必要です。IE7以下では普通の<ul>リストが表示され、別なブラウザを使うかIEを8以上にアップデートすることを推奨するメッセージが表示されます。
     15
     16= 使い方: =
     17
     18<pre>
     19[rollover-tabs name="id" norollover="true"][rollover-tab name="tab1" label="サンプル1"]
     20content of tab1...
     21...
     22[/rollover-tab][rollover-tab name="tab2" label="サンプル2"]
     23content of tab2...
     24...
     25[/rollover-tab][/rollover-tabs]
     26</pre>
     27
     28= 属性: =
     29
     30name: 内部で使われる名前(id)です。[rollover-tabs name="id"]は省略可能(省略した時の値は"rollover")です。[rollover-tab name="tab1"]は省略できません。
     31
     32norollover: 省略可能です。省略するとタブはマウスを重ねるだけで切り替わります。"true"を指定すると、タブはクリックしないと切り替わらないようになります。
     33
     34label: タブに表示されるキャプションです。省略できません。
    1535
    1636注意: リッチテキストエディタで投稿やページを編集する際に、隣接する2つのショートコードの間に改行を入れないでください。例えば[rollover-tabs]と[rollover-tab]の間や、[/rollover-tab]と次の[rollover-tab]の間などにです。改行を入れるとワードプレスが勝手に&lt;p&gt;タグをつけてしまうので、表示が崩れます。
     
    88108
    89109
     110== Screenshots ==
     111
     1121. 配布された状態では、rollover tabは白い背景のテーマに合うように作られています。
     113
     114
    90115== 詳しくは ==
    91116
     
    94119
    95120== 変更履歴 ==
     121= 1.0.2 =
     122スタイルシートを改善しました。
    96123= 1.0.1 =
    97124クリックして切り替えにする機能のバグフィックス
  • rollover-tab/trunk/readme.txt

    r555090 r555139  
    33Requires at least: 3.1
    44Tested up to: 3.3.2
    5 Stable tag: 1.0.1
     5Stable tag: 1.0.2
    66Contributors: Eiji 'Sabaoh' Yamada
    77License: GPLv2
     
    1414This plugin define two shortcodes to generate graphical tab panels in posts and pages. You don't have to edit your theme's style.css, and any templates. To browse it's tab panels, NOT IE browser (Chrome, FireFox, Opera, Safari were tested) or IE8 or above required. With IE7 or below, it will generate standard &lt;ul&gt; list and recommend to use other browser or update.
    1515
     16= Usage: =
     17
     18<pre>
     19[rollover-tabs name="id" norollover="true"][rollover-tab name="tab1" label="sample1"]
     20content of tab1...
     21...
     22[/rollover-tab][rollover-tab name="tab2" label="sample2"]
     23content of tab2...
     24...
     25[/rollover-tab][/rollover-tabs]
     26</pre>
     27
     28= Attribute: =
     29
     30name: internal name (id). [rollover-tabs name="id"] is optional (default value is "rollover"). [rollover-tab name="tab1"] is required.
     31
     32norollover: optional boolean. As default tab panels will switch when your mouse is on the tab (click is not necessary). If norollover is set "true", panels will switch when you click the tab.
     33
     34label: caption of tabs, required.
     35
    1636NOTICE: with rich text editor, you must NOT insert any line breaks between [rollover-tabs] and next [rollover-tab], between [/rollover-tab] and next [rollover-tab], between [/rollover-tab] and [/rollover-tabs]. Due to wordpress automatic &lt;p&gt; insertion.
    17 
    1837
    1938= Features: =
     
    88107
    89108
     109== Screenshots ==
     110
     1111. As published, rollover tab will match white-background themes.
     112
     113
    90114== For more information ==
    91115
    92116Please visit http://sabaoh.sakura.ne.jp/wordpress/ . In Japanese only.
    93 If you need information in English, please contact to mailto:[email protected] .
     117If you need information in English, please contact to [email protected] .
    94118
    95119
    96120== Changelog ==
     121= 1.0.2 =
     122stylesheet improved.
    97123= 1.0.1 =
    98124click-needed-swithing bug fix.
  • rollover-tab/trunk/rollover-tab.php

    r555090 r555139  
    44Plugin URI:  http://sabaoh.sakura.ne.jp/wordpress/
    55Description: With this plugin, you can use [rollover-tabs name="rollover"][rollover-tab name="tab1" label="example"]...[rollover-tab ...]...[/rollover-tabs] shortcode. This may display in graphical tabs it's switched only mouse over. Not IE browser (chrome, firefox, opera, and safari was tested), IE 8 or above is required. And when browser is IE 5, IE 6 or IE 7, update recommendation will appear.
    6 Version:     1.0.1
     6Version:     1.0.2
    77Author:      Eiji 'Sabaoh' Yamada
    88Author URI:  http://sabaoh.sakura.ne.jp/wordpress/
Note: See TracChangeset for help on using the changeset viewer.