3
0
Fork 0
fsim/WebRoot/css/fsim-style-default.css

141 lines
1.8 KiB
CSS
Raw Normal View History

2022-11-13 13:46:54 +00:00
/* ---- 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;
}