#author("2020-04-29T03:24:17+00:00;2013-07-14T11:32:13+00:00","default:genki","genki")
* memo [#xe82851f]
-[[MenuBar]]
-[[SideBar]]
-[[NaviList]]
-[[:Header]]
-[[:Footer]]

* idea [#t90fab63]
話題になっている健康法や医療情報のリサーチ
+ 本 → Amazonのランキング
+ Web → はてなブックマークのタグのランキング
+ ブログ → 医療従事者などのブログRSS
+ BBS
+ SNS

* CSS [#bbc692ff]
-Bootstrap 3.2.0 Documentation - BootstrapDocs http://bootstrapdocs.com/v3.2.0/docs/

** Alerts [#t572c1f3]

#html{{
<div class="alert alert-success" role="alert">緑 class="alert alert-success" role="alert"</div>

<div class="alert alert-info" role="alert">青 class="alert alert-info" role="alert"</div>

<div class="alert alert-warning" role="alert">橙 class="alert alert-warning" role="alert"</div>

<div class="alert alert-danger" role="alert">赤 class="alert alert-danger" role="alert"</div>
}}

** Wells [#ua5da5f9]

#html{{
<div class="well">class="well"</div>

<div class="well well-lg">class="well well-lg"</div>

<div class="well well-sm">class="well well-sm"</div>
}}

** Tables [#i3d28041]

#html{{

<p>Basic example / class="table"</p>

<table class="table">
  <tr>	<th>First Name</th>	<th>Last Name</th>	<th>Username</th>	</tr>
  <tr>	<td>Mark</td>		<td>Otto</td>			<td>@mdo</td>	</tr>
  <tr>	<td>Jacob</td>		<td>Thornton</td>		<td>@fat</td>		</tr>
  <tr>	<td>Larry</td>		<td>the Bird</td>		<td>@twitter</td>	</tr>
</table>

<hr>

<p>Striped rows / class="table table-striped"</p>

<table class="table table-striped">
  <tr>	<th>First Name</th>	<th>Last Name</th>	<th>Username</th>	</tr>
  <tr>	<td>Mark</td>		<td>Otto</td>			<td>@mdo</td>	</tr>
  <tr>	<td>Jacob</td>		<td>Thornton</td>		<td>@fat</td>		</tr>
  <tr>	<td>Larry</td>		<td>the Bird</td>		<td>@twitter</td>	</tr>
</table>

<hr>

<p>Bordered table / class="table table-bordered"</p>

<table class="table table-bordered">
  <tr>	<th>First Name</th>	<th>Last Name</th>	<th>Username</th>	</tr>
  <tr>	<td>Mark</td>		<td>Otto</td>			<td>@mdo</td>	</tr>
  <tr>	<td>Jacob</td>		<td>Thornton</td>		<td>@fat</td>		</tr>
  <tr>	<td>Larry</td>		<td>the Bird</td>		<td>@twitter</td>	</tr>
</table>

<hr>

<p>Hover rows / class="table table-hover"</p>

<table class="table table-hover">
  <tr>	<th>First Name</th>	<th>Last Name</th>	<th>Username</th>	</tr>
  <tr>	<td>Mark</td>		<td>Otto</td>			<td>@mdo</td>	</tr>
  <tr>	<td>Jacob</td>		<td>Thornton</td>		<td>@fat</td>		</tr>
  <tr>	<td>Larry</td>		<td>the Bird</td>		<td>@twitter</td>	</tr>
</table>

<hr>

<p>Condensed table / class="table table-condensed"</p>

<table class="table table-condensed">
  <tr>	<th>First Name</th>	<th>Last Name</th>	<th>Username</th>	</tr>
  <tr>	<td>Mark</td>		<td>Otto</td>			<td>@mdo</td>	</tr>
  <tr>	<td>Jacob</td>		<td>Thornton</td>		<td>@fat</td>		</tr>
  <tr>	<td>Larry</td>		<td>the Bird</td>		<td>@twitter</td>	</tr>
</table>

}}



//----
//RIGHT:since 2013/07/14 -


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS