Notice: The called constructor method for WP_Widget in admired_flickr_widget is deprecated since version 4.3.0! Use __construct()
instead. in /usr/share/wordpress/wp-includes/functions.php on line 3891
Notice: The called constructor method for WP_Widget in admired_widget_twitter is deprecated since version 4.3.0! Use __construct()
instead. in /usr/share/wordpress/wp-includes/functions.php on line 3891
Notice: The called constructor method for WP_Widget in admired_widget_text is deprecated since version 4.3.0! Use __construct()
instead. in /usr/share/wordpress/wp-includes/functions.php on line 3891
Notice: The called constructor method for WP_Widget in admired_translate_widget is deprecated since version 4.3.0! Use __construct()
instead. in /usr/share/wordpress/wp-includes/functions.php on line 3891
Warning: Cannot modify header information - headers already sent by (output started at /usr/share/wordpress/wp-includes/functions.php:3891) in /usr/share/wordpress/wp-content/plugins/enhancing-css/EnhancingCSS.php on line 92
Warning: Cannot modify header information - headers already sent by (output started at /usr/share/wordpress/wp-includes/functions.php:3891) in /usr/share/wordpress/wp-content/plugins/enhancing-css/EnhancingCSS.php on line 103
Warning: Cannot modify header information - headers already sent by (output started at /usr/share/wordpress/wp-includes/functions.php:3891) in /usr/share/wordpress/wp-content/plugins/enhancing-css/EnhancingCSS.php on line 104
/* Your style */
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
.table {
width: 100%;
margin-bottom: 18px;
}
.table th,
.table td {
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table th {
font-weight: bold;
}
.table thead th {
vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
padding: 4px 5px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
background-color: #f2f2f2;
}
.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
*border-collapse: collapsed;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
-webkit-border-radius: 0 0 0 4px;
-moz-border-radius: 0 0 0 4px;
border-radius: 0 0 0 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
}
.rs_form input[type=text],
input[type=password],
textarea {
width: 80%;
}
table .table-noborder{
border-style: none;
}
.table-noborder tr {
border-style: none;
}
.table-noborder th,
.table-noborder td {
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-style: none;
border-bottom: 0px;
}