Table style : demo 13

User Details

Add New
# Name Email Percentage Action
1 Vincent Williamson vincent@email.com 98.9%
2 Taylor Reyes taylor@email.com 98.9%
3 Justin Block justin@email.com 98.9%
4 Sean Guzman sean26@email.com 98.9%
5 Keith Carter Keith24@email.com 98.9%

HTML

(Icon Fonts Used : Fontawesome & CSS Framwork: Bootstrap)
                        
                        

User Details

Add New
# Name Email Percentage Action
1 Vincent Williamson vincent@email.com 98.9%
2 Taylor Reyes taylor@email.com 98.9%
3 Justin Block justin@email.com 98.9%
4 Sean Guzman sean26@email.com 98.9%
5 Keith Carter Keith24@email.com 98.9%

CSS

(Fonts required: Raleway.)
                        .panel{
                            font-family: 'Raleway', sans-serif;
                            padding: 0;
                            border: none;
                            box-shadow: 15px 15px rgba(0,0,0,0.05);
                        }
                        .panel .panel-heading{
                            background: #fff;
                            padding: 15px;
                            border-radius: 0; 
                        }
                        .panel .panel-heading .title{
                            color: #333;
                            font-size: 22px;
                            font-weight: 600;
                            text-transform: capitalize;
                            line-height: 33px;
                            margin: 0;
                        }
                        .panel .panel-heading .btn{
                            color: #fff;
                            background-color: #6c5ce7;
                            font-size: 14px;
                            font-weight: 600;
                            padding: 7px 15px;
                            border: none;
                            border-radius: 0;
                            transition: all 0.3s ease 0s;
                        }
                        .panel .panel-heading .btn:hover{ box-shadow: 4px 4px 0 #6c5ce7; }
                        .panel .panel-body{
                            padding: 0;
                            border-radius: 0;
                        }
                        .panel .panel-body .table thead tr th{
                            color: #333;
                            background: #f5f5f5;
                            font-size: 19px;
                            font-weight: 400;
                            padding: 12px;
                            border-bottom: none;
                        }
                        .panel .panel-body .table tbody tr td{
                            color: #555;
                            background: #fff;
                            font-size: 15px;
                            font-weight: 500;
                            padding: 13px;
                            vertical-align: middle;
                            border-color: #e7e7e7;
                        }
                        .panel .panel-body .table tbody tr:nth-child(even) td{ background: #f5f5f5; }
                        .panel .panel-body .table tbody .percentage{
                            color: #2ecc71;
                            font-size: 17px;
                            font-weight: 600;
                            padding: 3px 10px 5px;
                            border: 2px solid #2ecc71;
                            border-radius: 5px;
                            display: inline-block;
                        }
                        .panel .panel-body .table tbody .percentage.disable{
                            color: #fc9f0a;
                            border: 2px solid #fc9f0a;
                        }
                        .panel .panel-body .table tbody .percentage.failed{
                            color: #e74c3c;
                            border: 2px solid #e74c3c;
                        }
                        .panel .panel-body .table tbody .action-list{
                            padding: 0;
                            margin: 0;
                            list-style: none;
                        }
                        .panel .panel-body .table tbody .action-list li{ display: inline-block; }
                        .panel .panel-body .table tbody .action-list li a{
                            color: #6c5ce7;
                            font-size: 17px;
                            text-align: center;
                            line-height: 32px;
                            width: 35px;
                            height: 35px;
                            margin: 0 5px 0 0;
                            border: 2px solid #6c5ce7;
                            border-radius: 50%;
                            display: inline-block;
                            transition: all 0.3s ease 0s;
                        }
                        .panel .panel-body .table tbody .action-list li a:hover{
                            color: #fff;
                            background: #6c5ce7;
                        }
                        .panel .panel-footer{
                            color: #333;
                            background: #f5f5f5;
                            font-size: 16px;
                            line-height: 33px;
                            padding: 25px 15px;
                            border-radius: 0;
                        }
                        .pagination{ margin: 0; }
                        .pagination li a{
                            color: #333;
                            background-color: #fff;
                            font-size: 15px;
                            font-weight: 700;
                            margin: 0 2px;
                            border: 2px solid #ddd;
                            border-radius: 0;
                            transition: all 0.3s ease 0s;
                        }
                        .pagination li a:hover,
                        .pagination li a:focus,
                        .pagination li.active a{
                            color: #6c5ce7;
                            background: none;
                            border-color: transparent;
                            border-bottom: 2px solid #6c5ce7;
                        }
                        @media only screen and (max-width:479px){
                            .panel .panel-heading{ text-align: center; }
                            .panel .panel-heading .title{
                                float: none !important;
                                margin: 0 0 10px;
                            }
                            .panel .panel-heading .btn{ float: none !important; }
                        }
                    
License Terms