Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
diCrunch code
  • Loading branch information
drdhaval2785 committed Oct 5, 2014
1 parent 9e6721d commit 822807d
Show file tree
Hide file tree
Showing 44 changed files with 6,679 additions and 0 deletions.
515 changes: 515 additions & 0 deletions DCS.php

Large diffs are not rendered by default.

166 changes: 166 additions & 0 deletions diCrunch.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
body {
font-size: 11px;
font-family: Tahoma, Verdana, sans-serif;
margin: 0px;
padding: 0px;
text-align: left;
color :#666;
line-height: 16px;
background-color: #fafafa;
}
form {
margin: 0px;
padding: 0px;
}

input, textarea, select {
font-size: 11px;
font-family: Tahoma, Verdana, sans-serif;
padding: 1px;
}
input, select {
border: 1px solid #ccc;
margin: 0px;
border: 1px solid #ccc;
border-bottom: 3px double #bbb;
border-right: 3px double #bbb;
}
input {
padding: 1px;
padding-left: 2px;
padding-right: 2px;
}
textarea {
font-family: Code2000, "DejaVu Sans", Tahoma, sans-serif;
font-size: 17px;
width: 99%;
height: 180px;
border: 1px solid #ccc;
border-bottom: 3px double #bbb;
border-right: 3px double #bbb;
margin-bottom: 3px;
}

.macrotextarea, .macroinput {
border: 1px solid #ccc;
font-family: Courier New, monospace;
font-size: 13px;
background-color: #f0f0f0;
}
.macrotextarea {
height: 140px;
width: 99%;
}
br {
line-height: 8px;
}
h2, .textareabg {
font-size: 11px;
font-family: Verdana, sans-serif;
margin: 0px;
margin-bottom: 5px;
padding: 5px;
background-color: #fff;
border: 1px solid #ccc;
border-bottom: 3px double #bbb;
border-right: 3px double #bbb;
color: #777;
}
h2 {
font-weight: bold;
}
.textareabg {
background-color: #eee;
}
hr {
height: 1px;
border: 0px;
color: #999;
background-color: #ccc;
margin: 10px;
}
acronym {
border-bottom: 1px dotted #999;
cursor: help;
padding-bottom: 1px;
font-variant: normal;
}
a:link, a:visited {
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px solid #999;
color: #666;
}
a:hover, a:active {
text-decoration: none;
color: #999;
border-bottom: 0px;
}
.container {
position: aabsolute;
top: 5px;
left: 0px;
width: 99%;
}
.wrapper {
padding: 5px;
padding-bottom: 0px;
margin-left: 5px;
}
.options {
padding: 5px;
background-color: #eee;
border: 1px solid #ccc;
border-bottom: 3px double #bbb;
border-right: 3px double #bbb;

}
.copyright {
padding-top: 5px;
padding-bottom: 20px;
text-align: center;
color: #999;
line-height: 18px;
}
.copyright a:link, .copyright a:visited {
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px dashed #999;
color: #999;
}
.copyright a:hover, .copyright a:active {
text-decoration: none;
color: #999;
border-bottom: 0px;
}
.preferencefield {
background-color: #fff;
border: 1px solid #ccc;
border-bottom: 3px double #bbb;
border-right: 3px double #bbb;
padding: 5px;
margin-bottom: 5px;
}
.preferenceheading {
background-color: #eee;
border: 1px solid #ccc;
border-right: 3px double #bbb;
border-bottom: 0px;
padding: 5px;
}
.button {
border: 1px solid #ccc;
border-bottom: 3px double #bbb;
border-right: 3px double #bbb;
background-color: #fff;
padding: 0px;
padding-left: 5px;
padding-right: 5px;
}

.formarea {
width: 70px;
float: left;
text-align: right;
margin-right: 5px;
}
Expand Down
Loading

0 comments on commit 822807d

Please sign in to comment.