You've already forked codeigniter_test2
first commit
This commit is contained in:
6
css/barang.css
Normal file
6
css/barang.css
Normal file
@@ -0,0 +1,6 @@
|
||||
/* CSS Document */
|
||||
.bg{background-color:#CF9}
|
||||
.content{ background-color:#FFF;border-radius:10px 10px 10px 10px;width:90%;margin-top:5%;margin-left:5%;margin-bottom:5%;position:fixed}
|
||||
.barang{margin-left:5%;margin-top:5%;margin-bottom:5%}
|
||||
|
||||
#bt{background-color:#9CF;width:50px}
|
||||
247
css/css2.css
Normal file
247
css/css2.css
Normal file
@@ -0,0 +1,247 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 1;
|
||||
}
|
||||
|
||||
ul, ol, dl {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6, p {
|
||||
margin-top: 0;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ededed;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #000;
|
||||
font:"Segoe UI";
|
||||
}
|
||||
|
||||
|
||||
.wrapper {
|
||||
width: 100%;
|
||||
min-height: 596px;
|
||||
background-color: #efefef;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.wrapper .header {
|
||||
background-color: #2f2f2f;
|
||||
min-height:45px;
|
||||
min-width:100%;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.wrapper .header .img{
|
||||
margin-top:12px;
|
||||
margin-left:15px;
|
||||
}
|
||||
|
||||
.wrapper .header .link {
|
||||
float:right;
|
||||
margin-right:23px;
|
||||
margin-top:14px;
|
||||
font-size:13px;
|
||||
color:#d1d1d1;
|
||||
text-decoration:none;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.wrapper .header .link:hover {
|
||||
background-color:#5f5f5f;
|
||||
}
|
||||
.wrapper .header2 {
|
||||
background-color: #dadde1;
|
||||
min-height:15px;
|
||||
min-width:100%;
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
||||
.wrapper .sidebar1 {
|
||||
float: left;
|
||||
width: 200px;
|
||||
min-height:530px;
|
||||
background-color: #dadde1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
ul.nav {
|
||||
list-style: none;
|
||||
float:left;
|
||||
font-size:12px;
|
||||
width: 200px;
|
||||
|
||||
}
|
||||
|
||||
/*ul.nav li {
|
||||
border-top: 1px solid #cecccc;
|
||||
border-bottom: 1px solid #cecccc;
|
||||
}*/
|
||||
|
||||
ul.nav a, ul.nav a:visited {
|
||||
|
||||
font-weight:bold;
|
||||
color: #D1D1D1;
|
||||
display: block;
|
||||
text-decoration:none;
|
||||
padding:10px 10px 10px 10px;
|
||||
background-color: #eeeeee;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
|
||||
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: linear-gradient(top, #eeeeee, #cccccc);
|
||||
border: 1px solid #ccc;
|
||||
border-bottom: 1px solid #bbb;
|
||||
border-right: 1px solid #bbb;
|
||||
color: #333;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-shadow: 0 1px 0 #eee;
|
||||
transition: all 0.5s;
|
||||
-moz-transition: all 0.5s;
|
||||
-webkit-transition: all 0.5s;
|
||||
-o-transition: all 0.5s;
|
||||
-ms-transition: all 0.5s;
|
||||
}
|
||||
|
||||
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
|
||||
font-weight:bold;
|
||||
width:21500px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #ffffff;
|
||||
padding: 10px 10px 10px 15px;
|
||||
background: -moz-linear-gradient(
|
||||
top,
|
||||
#439bff 0%,
|
||||
#2b7cff 50%,
|
||||
#2b7cff 50%,
|
||||
#0062ff);
|
||||
background: -webkit-gradient(
|
||||
linear, left top, left bottom,
|
||||
from(#439bff),
|
||||
color-stop(0.50, #2b7cff),
|
||||
color-stop(0.50, #2b7cff),
|
||||
to(#0062ff));
|
||||
border: 1px solid #a3a3a3;
|
||||
-moz-box-shadow:
|
||||
0px 0px 0px rgba(000,000,000,0),
|
||||
inset 0px 0px 0px rgba(255,255,255,0);
|
||||
-webkit-box-shadow:
|
||||
0px 0px 0px rgba(000,000,000,0),
|
||||
inset 0px 0px 0px rgba(255,255,255,0);
|
||||
box-shadow:
|
||||
0px 0px 0px rgba(000,000,000,0),
|
||||
inset 0px 0px 0px rgba(255,255,255,0);
|
||||
text-shadow:
|
||||
0px -1px 0px rgba(000,000,000,0),
|
||||
0px 1px 0px rgba(255,255,255,0);
|
||||
}
|
||||
|
||||
.wrapper .content {
|
||||
background:#efefef;
|
||||
min-width: 85%;
|
||||
min-height:538px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wrapper .content .border{
|
||||
border-left: 1px solid #cccccc;
|
||||
border-right: 1px solid #cccccc;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
border-radius:3px;
|
||||
width : 80%;
|
||||
min-height : 30%;
|
||||
margin-left: 50px;
|
||||
margin-top: 35px;
|
||||
}
|
||||
|
||||
.wrapper .content .border .bordhead{
|
||||
border: 1px solid #F00;
|
||||
min-height:35px;
|
||||
max-height: 35px;
|
||||
display: block;
|
||||
text-decoration:none;
|
||||
background-color: #eeeeee;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
|
||||
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: linear-gradient(top, #eeeeee, #cccccc);
|
||||
border: 1px solid #ccc;
|
||||
border-bottom: 1px solid #bbb;
|
||||
border-right: 1px solid #bbb;
|
||||
border-radius:3px;
|
||||
color: #333;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-shadow: 0 1px 0 #eee;
|
||||
}
|
||||
|
||||
.wrapper .content .border .bordhead p{
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
color:#333;
|
||||
padding: 9px 10px 10px 10px;
|
||||
}
|
||||
|
||||
.wrapper .content .border .tabel{
|
||||
width:50%;
|
||||
text-align:center;
|
||||
border:10px;
|
||||
border-color:#F00;
|
||||
}
|
||||
|
||||
.wrapper .content .border th{
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
color:#333;
|
||||
text-align:center;
|
||||
}
|
||||
.wrapper .content .add{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size:12px;
|
||||
font-weight:Bold;
|
||||
color: #333;
|
||||
margin-left:30px;
|
||||
margin-top:20px;
|
||||
border: 1px
|
||||
}
|
||||
|
||||
|
||||
|
||||
.wrapper .content .add .input{
|
||||
width: 188px;
|
||||
padding: 5px 10px;
|
||||
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
color: #9d9e9e;
|
||||
background: #ffffff;
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
.wrapper .footer {
|
||||
padding: 10px 0;
|
||||
background-color: #CCC49F;
|
||||
position: relative;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.clearfloat {
|
||||
clear:both;
|
||||
height:0;
|
||||
font-size: 1px;
|
||||
line-height: 0px;
|
||||
}
|
||||
|
||||
#bt{width:60px;background-color:#666;}
|
||||
15
css/login.css
Normal file
15
css/login.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
|
||||
.bg{background-color:#CF9}
|
||||
.login{ background-color:#FFF;border-radius:10px 10px 10px 10px;width:30%;height:300px;margin-top:10%;margin-left:35%}
|
||||
|
||||
#form1{margin:1em 0;padding-top:50px;}
|
||||
#form1 fieldset{margin-left:5%;margin-right:5%}
|
||||
#form1 legend{margin-left:5px}
|
||||
#form1 p{margin:.5em 0;}
|
||||
#form1 label{display:block;}
|
||||
#form1 input, #form1 textarea{width:200px;border:1px solid #ddd;padding:3px;}
|
||||
#form1 p.submit{clear:both;margin:0;text-align:right;}
|
||||
#form1 button{width:80px;height:37px;background-color:#06F;color:#fff;cursor:pointer;text-align:center;
|
||||
}
|
||||
143
css/style.css
Normal file
143
css/style.css
Normal file
@@ -0,0 +1,143 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color:#f9f9f9;
|
||||
font-weight:300;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
width: 300px;
|
||||
height: 400px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -150px;
|
||||
margin-top: -200px;
|
||||
}
|
||||
|
||||
.form {
|
||||
width: 300px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
background: #eaeaea;
|
||||
box-shadow: 0 3px 3px rgba(0,0,0,0.50);
|
||||
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
|
||||
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
|
||||
}
|
||||
|
||||
|
||||
.form .header {
|
||||
padding: 30px 30px 15px 30px;
|
||||
background: #eaeaea;
|
||||
}
|
||||
|
||||
.form .header h1 {
|
||||
font-family: 'Sylfaen';
|
||||
font-weight: 300;
|
||||
font-size: 28px;
|
||||
line-height:34px;
|
||||
color: #7f7f7f;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.form .header span {
|
||||
font-size: 11px;
|
||||
line-height: 16px;
|
||||
color: #678889;
|
||||
text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
|
||||
}
|
||||
|
||||
.form .content {
|
||||
padding: 20px 30px 25px 30px;
|
||||
}
|
||||
|
||||
.form .content p {
|
||||
font-size: 16px;
|
||||
font-family: 'Sylfaen';
|
||||
color: #7f7f7f;
|
||||
}
|
||||
|
||||
.form .content .input {
|
||||
width: 188px;
|
||||
padding: 15px 25px;
|
||||
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
color: #9d9e9e;
|
||||
background: #ffffff;
|
||||
box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
|
||||
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
|
||||
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
|
||||
}
|
||||
|
||||
.form .content .input:hover {
|
||||
background: #ffffff;
|
||||
color: #414848;
|
||||
}
|
||||
|
||||
.form .content .input:focus {
|
||||
background: #fff9d9;
|
||||
color: #414848;
|
||||
|
||||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
|
||||
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
|
||||
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
|
||||
}
|
||||
|
||||
|
||||
.input {
|
||||
transition: all 0.5s;
|
||||
-moz-transition: all 0.5s;
|
||||
-webkit-transition: all 0.5s;
|
||||
-o-transition: all 0.5s;
|
||||
-ms-transition: all 0.5s;
|
||||
}
|
||||
|
||||
|
||||
.form .footer {
|
||||
padding: 20px 30px 20px 30px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
.form .footer .button {
|
||||
float:right;
|
||||
padding: 8px 15px;
|
||||
font-family: 'Bree Serif', serif;
|
||||
font-weight: 300;
|
||||
font-size: 18px;
|
||||
color: #ffffff;
|
||||
text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
|
||||
background: #438BFF;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.form .footer .button:hover {
|
||||
background: #438BFF;
|
||||
text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
|
||||
box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
|
||||
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
|
||||
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.form .footer .button:focus {
|
||||
position: relative;
|
||||
bottom: -1px;
|
||||
color: #5e5e5e;
|
||||
background: #438BFF;
|
||||
box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
|
||||
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
|
||||
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
|
||||
transition: all 0.2s;
|
||||
-moz-transition: all 0.2s;
|
||||
-webkit-transition: all 0.2s;
|
||||
-o-transition: all 0.2s;
|
||||
-ms-transition: all 0.2s;
|
||||
}
|
||||
68
css/styles.css
Normal file
68
css/styles.css
Normal file
@@ -0,0 +1,68 @@
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#ajaxLoadAni {
|
||||
background: #3A3A3A;
|
||||
color: #fff;
|
||||
display: none;
|
||||
font-weight: bold;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 40%;
|
||||
padding: 8px;
|
||||
width: 106px;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
#ajaxLoadAni span {
|
||||
float: right;
|
||||
margin: 2px 0 0 0;
|
||||
}
|
||||
|
||||
#tabs {
|
||||
font-size: .9em;
|
||||
margin: 0 auto;
|
||||
width: 1200px;
|
||||
}
|
||||
|
||||
.ui-widget-content {
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
#records {
|
||||
font-size: 1em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#records tr:nth-child(2n) {
|
||||
background: #EAEAEA;
|
||||
}
|
||||
|
||||
#records tr:hover {
|
||||
background: #CCCCCC;
|
||||
}
|
||||
|
||||
#records thead tr{
|
||||
background: #AAAAAA;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#records td {
|
||||
padding: 6px;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
#delConfDialog, #msgDialog, #updateDialog, #cancelConfDialog, #konfirmasiDialog {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
#updateDialog label, #konfirmasiDialog {
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
input, select, textarea {
|
||||
width:300px;
|
||||
}
|
||||
11
css/user.css
Normal file
11
css/user.css
Normal file
@@ -0,0 +1,11 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
|
||||
.bg{background-color:#CF9}
|
||||
.reg{ background-color:#FFF;border-radius:10px 10px 10px 10px;width:40%;height:400px;margin-top:100px;margin-left:30%;}
|
||||
.tabel{padding-left:5%;border-spacing:10px}
|
||||
a3{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;font-size:1}
|
||||
|
||||
#form{}
|
||||
#form fieldset{margin-left:5%;margin-right:5%}
|
||||
#form input, #form textarea{width:200px}
|
||||
Reference in New Issue
Block a user