new cms with public folder

This commit is contained in:
Rushabh Mehta
2012-05-07 18:00:57 +05:30
parent 406585c921
commit a920943e43
46 changed files with 1282 additions and 1018 deletions

3863
public/css/all-app.css Normal file

File diff suppressed because it is too large Load Diff

2702
public/css/all-web.css Normal file

File diff suppressed because it is too large Load Diff

69
public/css/fields.css Normal file
View File

@@ -0,0 +1,69 @@
/*
* lib/css/legacy/fields.css
*/
/* Documents */
.frm_field_table {
width: 100%;
border-collapse: collapse;
}
.datalabelcell {
padding: 2px 0px;
width: 160px;
vertical-align: top;
}
.datainputcell { padding: 2px 0px; }
.help ol {
padding-left: 19px;
}
.field_description_top {
margin-bottom: 3px;
}
.input_area input, select, textarea {
font-size: 14px;
padding: 2px;
}
.input_area input {
width: 80%;
margin: 0px;
}
.input_area select {
width: 80%;
}
.input_area textarea {
width: 90%;
}
.disp_area {
width: 80%;
padding: 2px 0px;
font-size: 12px;
}
.disp_area_no_val {
height: 14px;
}
.no_img {
padding: 40px;
width: 100px;
height: 20px;
color: #888;
text-align: center;
border: 1px solid #AAA;
}
.input-mandatory {
font-size: 14px !important;
font-weight: bold;
}
.field-to-update {
background-color:#FEE;
}

143
public/css/wn-web.css Normal file
View File

@@ -0,0 +1,143 @@
#body_div {
background: url("files/indian-textile-5.gif") repeat;
font-family: 'Lato', Verdana, Sans !important;
font-size: 14px !important;
}
.small {
font-size: 12px !important;
}
h1, h2, h3, h4, h5 {
font-family: 'Lato', Arial, 'Helvetica Neue' !important;
}
/* User CSS */
hr {
clear: both;
}
p {
margin-top: 2px;
}
.hand {
font-family: Pacifico;
font-size: 18px;
}
h1.top {
text-align: center;
}
.sub-head {
text-align: center;
color: #888;
font-size: 18px;
margin: 10px 0px;
}
.layout-main, .layout-main-section {
padding: 50px;
}
.layout-main-section {
width: 60%;
}
.layout-side-section {
padding-top: 50px;
}
h2 {
//font-family: Pacifico;
font-size: 20px;
font-weight: bold;
color: #CC0000;
padding: 25px 0px 25px 0px;
clear: both;
text-align: left;
}
.center {
text-align: center;
}
.left {
width: 375px;
padding-right: 25px;
float: left;
}
.right {
width: 375px;
padding-left: 25px;
float: left;
}
.page-footer {
clear: both;
margin: -50px;
margin-top: 50px;
background-color: #DEE1D0; //#E7DFCA;
padding: 50px;
}
.page-footer input {
width: 140px;
font-size: 17px;
padding: 4px;
margin-top: 2px;
}
.page-footer .section-head {
padding: 0px;
margin-bottom: 7px;
}
.green {
color: green;
}
.web-form input, .web-form textarea {
width: 400px;
font-size: 17px;
padding: 4px;
}
.avatar {
height: 75px;
width: 75px;
border-radius: 100px 100px 100px 100px;
overflow: hidden;
}
.link-big {
font-size: 140%;
}
.sticky {
background-color: #FFFBC4;
padding: 15px;
margin-left: 15px;
font-size: 12px;
color: #444;
width: 240px;
min-height: 120px;
float: right;
box-shadow: 2px 2px 6px #973;
}