Project

General

Profile

« Previous | Next » 

Revision 5566

include header/footer like in the old JS-based template

View differences:

semtools.css
1067 1067

  
1068 1068
}
1069 1069

  
1070
/***
1071
iframe classes
1072
****/
1073
.iframeheaderclass {
1074
    height:   80px; 
1075
    width:    100%;
1076
    border:   0px;
1077
    margih:   0px;
1078
}
1079

  
1080
.iframesearchboxclass {
1081
    height:   340px; 
1082
    width:    100%;
1083
    border:   0px;
1084
    margin:   0px;
1085
}
1086

  
1087
.iframeadvancedsearchboxclass {
1088
    height:   1250px; 
1089
    width:    100%;
1090
    border:   0px;
1091
    margin:   0px;
1092
}
1093

  
1094
.iframemapclass {
1095
    height:   570px; 
1096
    width:    100%;
1097
    border:   0px;
1098
    margin:   0px;
1099
}
1100

  
1101
.iframeloginboxclass {
1102
    height:   250px; 
1103
    width:    100%;
1104
    border:   0px;
1105
    margin:   0px;
1106
}
1107

  
1108
.iframeleftcolclass  { /* not used */ }
1109
.iframerightcolclass { /* not used */ }
1110
.iframefooterclass   { /* not used */ }
1111

  
1112
/**
1113
 *  set the size and alignment etc of the top-level layout table
1114
 */  
1115
.templatetableclass {
1116
    width:   100%; 
1117
    border:   0px;
1118
    padding:  0px;
1119
    margin:   0px;
1120
}
1121

  
1122
/**
1123
 *  set the style of the main content area and its contents
1124
 */ 
1125
.templatecontentareaclass {
1126
    border:   0px;
1127
    padding:  0px;
1128
    margin:   0px;
1129
}
1130

  
1131
/**
1132
 *  set the correct <td> sizes to accomodate the 
1133
 *  header, footer, left and right iframes.
1134
 *  NOTE: these styles apply only to each 
1135
 *  container frame, *NOT* to the document in
1136
 *  the iframe within it!
1137
 */  
1138
.templateheaderrowclass {
1139
    height:   80px; 
1140
    /*
1141
      no width allowed - uses same width as table class
1142
    */
1143
    border:   0px;
1144
    padding:  0px;
1145
    margin:   0px;
1146
}
1147

  
1148
.templateleftcolclass {
1149
    height:   100%; 
1150
    width:    0px;
1151
    border:   0px;
1152
    padding:  0px;
1153
    margin:   0px;
1154
}
1155

  
1156
.templaterightcolclass {
1157
    height:   100%; 
1158
    width:    0px;
1159
    border:   0px;
1160
    padding:  0px;
1161
    margin:   0px;
1162
}
1163

  
1164
.templatefooterrowclass {
1165
    height:   0px; 
1166
    /*
1167
      no width allowed - uses same width as
1168
      table class
1169
    */
1170
    border:   0px;
1171
    padding:  0px;
1172
    margin:   0px;
1173
}

Also available in: Unified diff