My first commit of codes

This commit is contained in:
sujitprasad
2015-05-01 13:13:01 +05:30
parent 4c8e5096f1
commit a6e5a69348
8487 changed files with 1317246 additions and 0 deletions

5
public/downloads/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

6
public/downloads/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long

4
public/downloads/font-awesom.min.css vendored Normal file

File diff suppressed because one or more lines are too long

11
public/downloads/ionicons.min.css vendored Normal file

File diff suppressed because one or more lines are too long

4
public/downloads/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long

42
public/downloads/jquerysctipttop.css vendored Normal file
View File

@@ -0,0 +1,42 @@
#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}