Admin Template

Developer
Size
2,904 Kb
Views
50,600

How do I make an admin template?

What is a admin template? How do you make a admin template? This script and codes were developed by Panstable on 11 August 2022, Thursday.

Admin Template Previews

Admin Template - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Admin Template</title> <link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<html>
<head> <meta charset="UTF-8"> <title>CodePen - A Pen by panstable</title> <link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css" media="screen" type="text/css" />
</head>
<body> <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container"> <div class="row custom-nav"> <div class="col-md-3 aa"> <div class="h-left-con"> </div> </div> <div class="col-md-7 aa"> <div class="h-center-con"> <div class="col-md-4"> <i class="fa fa-search"></i><input type="text" placeholder="Search" /> </div> </div> </div> <div class="col-md-2 aa"> <div class="h-right-con"> <ul> <li> <i class="fa fa-th" style="color:#d9696a;"></i> </li> <li> <i class="fa fa-bar-chart-o" style="color:#666;"></i> </li> <li> <i class="fa fa-bell-o"></i> </li> </ul> </div> </div> </div> <div class="row bottom-nav"> <div class="col-md-12"> <div class="nav-con"> <ul> <li> <i class="fa fa-users"></i> <h4>MEMBERS</h4> </li> <li> <i class="fa fa-truck" ></i> <h4>PRODUCT</h4> </li> <li> <i class="fa fa-umbrella" ></i> <h4>ORDER</h4> </li> <li> <i class="fa fa-shopping-cart" ></i> <h4>SHOPPING</h4> </li> <li> <i class="fa fa-gears" ></i> <h4>SETTING</h4> </li> </ul> </div> </div> </div> <div class="row quick-bar"> <div class="col-md-2">	<input type="text" placeholder="Üye adı, Numarası"/> <div class="search-btn">Ara</div> </div> <div class="col-md-2"> </div> </div> <div class="row content"> <div class="col-md-12"> <table class="table table-bordered no-more-tables"> <thead> <tr> <th class="text-center" width="5%">ISLEM TARİHİ</th> <th class="text-center" width="12%">BAŞLANGIC VE BITIS TARİHİ</th> <th class="text-center" width="8%">ÜYELİK TİPİ</th> <th class="text-center" width="7%">ÖDENEN MİKTAR</th> <th class="text-center" width="7%">KALAN MİKTAR</th> <th class="text-center" width="4%">Graph</th> </tr> </thead> <tbody> <tr> <td class="text-center">January</td> <td class="text-center">$ 50,000.00</td> <td class="text-center">$ 50,000.00</td> <td class="text-center">$ 50,000.00</td> <td class="text-center"> <div class="sparklines" sparktype="bar" sparkbarcolor="#0aa699" values="4,5,6,3,6,4,1"></div> </td> <td class="text-center"> <div class="sparklines" sparktype="bar" sparkbarcolor="#0aa699" values="4,5,6,3,6,4,1"></div> </td> </tr> <tr> <td class="text-center">January</td> <td class="text-center">$ 50,000.00</td> <td class="text-center">$ 50,000.00</td> <td class="text-center">$ 50,000.00</td> <td class="text-center"> <div class="sparklines" sparktype="bar" sparkbarcolor="#0aa699" values="4,5,6,3,6,4,1"></div> </td> <td class="text-center"> <div class="sparklines" sparktype="bar" sparkbarcolor="#0aa699" values="4,5,6,3,6,4,1"></div> </td> </tr> </tbody> </table> </div> </div>
</div>
</body>
</html>
</body>
</html>

Admin Template - Script Codes CSS Codes

body{background:#ccc !important;}
@import url(http://fonts.googleapis.com/css?family=Roboto);
h1,h2,h3,h4,h5,p,div{font-family: 'Roboto', sans-serif; }
.custom-nav{}
.custom-nav .col-md-2,.col-md-8,.col-md-7,.col-md-3{padding:0 !important;margin:0 !important}
.h-left-con{max-height:70px;height:70px;width:100%;background:#d9696a}
.h-center-con{max-height:70px;height:70px;width:100%;background:#fff;padding-top:20px}
.h-right-con{border-left:1px solid #f3f4f5;max-height:70px;height:70px;width:100%;background:#f7f8f9;padding-top:25px}
.bottom-nav .nav-con{background:#2d3438;height:90px;width:100%;}
.bottom-nav .col-md-12{padding:0 !important;margin:0 !important;}
ul li {
list-style: none;
}
.h-right-con ul{padding:0;width:80%;height:50px;margin:0 auto;}
.h-right-con ul li{float:lefT;width:33%;text-align:center;}
.h-right-con ul li i{font-size:14px;}
.h-center-con input{height:30px;border:0px;margin-left:10px;}
.h-center-con i{color:#777;}
.bottom-nav ul{width:98%;margin:0;text-align:center;}
.bottom-nav ul li{cursor:pointer;float:left;padding:20px 0 0 0;width:20%;height:90px;}
.bottom-nav ul li:hover{background:#343B40}
.bottom-nav ul li i{color:#ccc;font-size:23px;}
.bottom-nav ul li h4{margin-top:15px;color:#999;font-size:13px;font-family: 'Roboto', sans-serif !important;}
.quick-bar{background:#fff;min-height:100px;border-bottom:1px solid #ebebeb;padding:10px 0 0 0;}
.quick-bar .search-btn{width:100%;height:35px;background:#6bb9d0;color:#fff;padding:6px;text-align:center;margin:10px 0 0 0;border-radius:1px;}
.quick-bar input{width:100%;border:1px solid #ebebeb;height:35px;padding:0px 0 0 10px}
.content{min-height:250px;background:#f7f8f9;padding-top:25px;}
.radio, .checkbox { display: block; margin-bottom: 4px; margin-top: 0; min-height: 18px; position: relative;
}
.table-bordered th { background-color: #f2f3f6; border: 0 none !important;
}
.table-bordered {
border: 1px solid #ddd;
}
th{ color: #6f7b8a;font-weight:normal;}
td{background:#fff;}
Admin Template - Script Codes
Admin Template - Script Codes
Home Page Home
Developer Panstable
Username panstable
Uploaded August 11, 2022
Rating 3
Size 2,904 Kb
Views 50,600
Do you need developer help for Admin Template?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Panstable (panstable) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!