استودیو رایحه

  • صفحه اصلی
  • درباره رایحه بیشتر بدونید
  • نمونه کارهامون
  • پکیج هامون
  • قیمت های چاپ
  • خدماتمون!
  • ذوق عروسامون
  • همکاری با ما
  • باهامون در ارتباط باشید
 ۱۳ فروردین, ۱۴۰۲

Style – Tables

Style – Tables

Default styles

For basic styling—light padding and only horizontal dividers—add the base class .table to any <table>.

# First Name Last Name Username
۱ Mark Otto @mdo
۲ Jacob Thornton @fat
۳ Larry the Bird @twitter
<table>
  …
</table>

Optional classes

Add any of the following classes to the .table base class.

.table-striped

Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-IE8).

# First Name Last Name Username
۱ Mark Otto @mdo
۲ Jacob Thornton @fat
۳ Larry the Bird @twitter
<table>
  …
</table>

.table-bordered

Add borders and rounded corners to the table.

# First Name Last Name Username
۱ Mark Otto @mdo
Mark Otto @TwBootstrap
۲ Jacob Thornton @fat
۳ Larry the Bird @twitter
<table>
  …
</table>

.table-hover

Enable a hover state on table rows within a <tbody>.

# First Name Last Name Username
۱ Mark Otto @mdo
۲ Jacob Thornton @fat
۳ Larry the Bird @twitter
<table>
  …
</table>

.table-condensed

Makes tables more compact by cutting cell padding in half.

# First Name Last Name Username
۱ Mark Otto @mdo
۲ Jacob Thornton @fat
۳ Larry the Bird @twitter
<table>
  …
</table>

Optional row classes

Use contextual classes to color table rows.

Class Description
.success Indicates a successful or positive action.
.error Indicates a dangerous or potentially negative action.
.warning Indicates a warning that might need attention.
.info Used as an alternative to the default styles.
# Product Payment Taken Status
۱ TB – Monthly ۰۱/۰۴/۲۰۱۲ Approved
۲ TB – Monthly ۰۲/۰۴/۲۰۱۲ Declined
۳ TB – Monthly ۰۳/۰۴/۲۰۱۲ Pending
۴ TB – Monthly ۰۴/۰۴/۲۰۱۲ Call in to confirm
...
  <tr class="success">
    <td>1</td>
    <td>TB - Monthly</td>
    <td>01/04/2012</td>
    <td>Approved</td>
  </tr>
...

Supported table markup

List of supported table HTML elements and how they should be used.

Tag Description
<table> Wrapping element for displaying data in a tabular format
<thead> Container element for table header rows (<tr>) to label table columns
<tbody> Container element for table rows (<tr>) in the body of the table
<tr> Container element for a set of table cells (<td> or <th>) that appears on a single row
<td> Default table cell
<th> Special table cell for column (or row, depending on scope and placement) labelsMust be used within a <thead>
<caption> Description or summary of what the table holds, especially useful for screen readers
<table>
  <caption>...</caption>
  <thead>
    <tr>
      <th>...</th>
      <th>...</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>...</td>
      <td>...</td>
    </tr>
  </tbody>
</table>

دیدگاهتان را بنویسید لغو پاسخ

نشانی ایمیل شما منتشر نخواهد شد. بخش‌های موردنیاز علامت‌گذاری شده‌اند *

خدماتمون !

  • باغ
  • تجهیزات
  • آتلیه و عمارت
  • لابراتوار اختصاصی
  • مشاوره و برنامه ریزی

درباره رایحه بیشتر بدونید

ما مجموعه ای از خانم های محجبه ، متخصص و خوش ذوقی هستیم که کنار هم جمع شدیم تا بهترین خاطرات از پیوند عاشقانه تون رو برای شما ثبت کنیم و به پشتوانه ی شش سال فعالیت با عشق و افتخار در خدمت خانواده های مذهبی ، و اجرای موفق بیش از 3000 مراسم ، مشاوره تخصصی و پیشنهادهای متنوعی متناسب با برنامه روز مراسم به شما ارائه میدیم بنابراین شما از حدود دوهفته قبل از مراسم با مشاورخودتون در ارتباط هستید تا تمام جزیئات لازم برای مراسمتون رو با هم هماهنگ کنید علاوه بر مشاوره ی قبل از مراسم ، شما یک مدیر برنامه دارید که در روزمراسم همه جوره کنارتونه تا کوچکترین استرس و ناهماهنگی ای روز زیبای شما رو خراب نکنه ، چون روز مراسم شما یک روز پر از کارها و هماهنگی های مختلفه و شما احتیاج ب همراهی آگاه ،باتجربه و دلسوز دارید که در تمامی مراحل برنامه کنارتون باشه و هماهنگی های لازم اعم از باغ ، اتلیه ، استراحت ، ناهار ، ورود به تالار و.... رو انجام بده

باهامون در ارتباط باشید

تهران , خیابان شریعتی (متروی قیطریه) , خیابان فاطمیه , خیابان مهر چهارم غربی , بن بست مریم پلاک 5 زنگ 1

02140225878
09120807607

info@rayehestudio.com

نقشه

© کلیه حقوق علمی، مادی و معنوی این وب سایت متعلق به استودیو رایحه می باشد. طراحی شده توسط تلاش نت.

TOP