initial commit
This commit is contained in:
parent
5aeabf52d6
commit
5a6bd1d07b
148 changed files with 7509 additions and 0 deletions
54
WebRoot/css/fsim-layout-default.css
Normal file
54
WebRoot/css/fsim-layout-default.css
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
/* ---- THIS STYLE SHEETS ONLY HANDLES STYLE CLASSES --- */
|
||||
|
||||
|
||||
|
||||
#top {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
#topLogo {
|
||||
float: left;
|
||||
width: 150px;
|
||||
height: 95%;
|
||||
}
|
||||
#topSearchBox {
|
||||
float: left;
|
||||
width: 450px;
|
||||
/*height: 95%;*/
|
||||
}
|
||||
|
||||
#topFsimLinks {
|
||||
float: right;
|
||||
width: 15%;
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
#topBar {
|
||||
|
||||
}
|
||||
|
||||
#results {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
#bottomBar {
|
||||
}
|
||||
|
||||
#bottom {
|
||||
}
|
||||
|
||||
#fsimKeywordsPopup {
|
||||
position: absolute;
|
||||
width: 365px;
|
||||
left: 160px;
|
||||
top: 68px;
|
||||
visibility: hidden;
|
||||
z-index: 1;
|
||||
|
||||
/* strange it wont do the class ??? */
|
||||
font-size: 60%;
|
||||
border-style: solid;
|
||||
border-color: green;
|
||||
border-width: 2px;
|
||||
background-color:#C4D8FD;
|
||||
}
|
||||
140
WebRoot/css/fsim-style-default.css
Normal file
140
WebRoot/css/fsim-style-default.css
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
/* ---- THIS STYLE SHEETS ONLY HANDLES STYLE CLASSES --- */
|
||||
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: arial,sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
/* nice border around site */
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
/* makes div visable for devv */
|
||||
/*
|
||||
div,span {
|
||||
border: 1px solid #f00;
|
||||
margin: 1px;
|
||||
}
|
||||
*/
|
||||
|
||||
.top {
|
||||
|
||||
}
|
||||
|
||||
.topSearchBox {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.topOptions {
|
||||
font-size: 12pt;
|
||||
color: #aa6ea6;
|
||||
}
|
||||
|
||||
.topBar {
|
||||
background-color: #C4D8FD;
|
||||
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #FE3061;
|
||||
|
||||
border-bottom-style:solid;
|
||||
border-bottom-width:1px;
|
||||
border-bottom-color:#B4C8DD;
|
||||
}
|
||||
|
||||
.topBarSearchStats {
|
||||
font-size: 90%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.topSearchBoxTitle {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.results {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.resultsURL {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.resultsKeywordHighLight {
|
||||
font-size: 120%;
|
||||
color: #FE3061;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.resultDetails {
|
||||
font-size: 70%;
|
||||
color: #018001;
|
||||
}
|
||||
|
||||
.bottomBar {
|
||||
background-color: #C4D8FD;
|
||||
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-top-color: #FE3061;
|
||||
|
||||
border-bottom-style:solid;
|
||||
border-bottom-width:1px;
|
||||
border-bottom-color:#FE3061;
|
||||
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.bottomBarPages {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.bottomBarRender {
|
||||
font-size: 90%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
}
|
||||
|
||||
.bottomCopy {
|
||||
font-size: 66%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/* see the ID in layout this didn't work :? */
|
||||
.fsimKeywordsPopup {
|
||||
}
|
||||
|
||||
.fsimCompleteBinderNormal {
|
||||
/* height: 14px; */
|
||||
background-color: #C4D8FD;
|
||||
}
|
||||
.fsimCompleteBinderHighlight {
|
||||
/* height: 14px; */
|
||||
background-color: #FE3061;
|
||||
}
|
||||
|
||||
.fsimCompleteWords {
|
||||
width: 80%;
|
||||
font-size: 90%;
|
||||
/* float: left; */
|
||||
}
|
||||
|
||||
.fsimCompleteHits {
|
||||
/* float: right; */
|
||||
width: 15%;
|
||||
font-size: 10px;
|
||||
color: #018001;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue