Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Tab Widget */
- .tabviewsection {
- background: #f8f8f8;
- text-transform: uppercase;
- border-bottom: 5px solid #f34246;
- border-bottom-left-radius: 6px;
- border-bottom-right-radius: 6px;
- float: left;
- width: 100%;
- }
- .tabs-widget {
- list-style: none;
- list-style-type: none;
- margin: 0 0 10px 0;
- padding: 0;
- }
- .tabs-widget li {
- list-style: none;
- list-style-type: none;
- padding: 0;
- float: left;
- border-right: 2px solid #fff;
- }
- .tabs-widget li a {
- color: #fff;
- display: block;
- padding-right: 16.5px;
- padding-left: 16px;
- font-size: 13px;
- padding-top: 15px;
- padding-bottom: 15px;
- text-decoration: none;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
- .tabs-widget-content {
- }
- .tabviewsection {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .tags_tab {
- width: 80px;
- text-align: center;
- }
- .about_tab {
- width: 96px;
- text-align: center;
- }
- li.laster {
- border: 0px;
- width: 120px;
- text-align: center;
- }
- .blog-mobile-link {
- display: none;
- }
- .tabs-widget li a {
- padding-right: 20px;
- padding-left: 20px;
- }
- .tabs-widget {
- height: 51px;
- }
- .tw-authors {
- width: 570px;
- }
- .tabviewsection h2 {
- display: none;
- }
- .tabs-widget li a.tabs-widget-current {
- padding-bottom: 20px;
- margin-top: -10px;
- background: #f8f8f8;
- color: #444;
- text-decoration: none;
- border-top: 5px solid #f34246;
- font-size: 14px;
- text-transform: capitalize;
- }
- .tabs-widget li a {
- background: #f34246;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement