You are here

search.css in Loft Data Grids 7.2

Same filename and directory in other branches
  1. 6.2 vendor/aklump/loft_data_grids/doxygene/html/search/search.css
/*---------------- Search Box */

#MSearchBox {
    padding: 0px;
    margin: 0px;
    border: none;
    border: 1px solid #84B0C7;
    white-space: nowrap;
    -moz-border-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#MSearchField {
    font: 9pt Arial, Verdana, sans-serif;
    color: #999999;
    background-color: #FFFFFF;
    font-style: normal;
    cursor: text;
    padding: 1px 1px;
    margin: 0px 6px 0px 0px;
    border: none;
    outline: none;
    vertical-align: middle;
}
.MSearchBoxActive #MSearchField {
    color: #000000;
}
#MSearchSelect {
    float : none;
    display : inline;
    background : none;
    font: 9pt Verdana, sans-serif;
    border: none;
    margin: 0px 0px 0px 6px;
    vertical-align: middle;
    padding: 0px 0px;
}

#MSearchClose {
    float : none;
    display : none;
    background : none;
    border: none;
    margin: 0px 4px 0px 0px;
    padding: 0px 0px;
    outline: none;
}

#MSearchCloseImg {
    vertical-align: middle;
}

.MSearchBoxLeft {
    display: block;
    text-align: left;
    float: left;
    margin-left: 6px;
}
.MSearchBoxRight {
    display: block;
    float: right;
    text-align: right;
    margin-right: 6px;
}
.MSearchBoxSpacer {
    font-size: 0px;
    clear: both;
}
.MSearchBoxRow {
    font-size: 0px;
    clear: both;
}

/*---------------- Search filter selection */

#MSearchSelectWindow {
    display: none;
    position: absolute;
    left: 0; top: 0;
    border: 1px solid #A0A0A0;
    background-color: #FAFAFA;
    z-index: 1;
    padding-top: 4px;
    padding-bottom: 4px;
    -moz-border-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    }
.SelectItem {
    font: 8pt Arial, Verdana, sans-serif;
    padding-left:  2px;
    padding-right: 12px;
    border: 0px;
}
span.SelectionMark {
    margin-right: 4px;
    font-family: monospace;
    outline-style: none;
    text-decoration: none;
}
a.SelectItem {
    display: block;
    outline-style: none;
    color: #000000; 
    text-decoration: none;
    padding-left:   6px;
    padding-right: 12px;
}
a.SelectItem:focus,
a.SelectItem:active {
    color: #000000; 
    outline-style: none;
    text-decoration: none;
}
a.SelectItem:hover {
    color: #FFFFFF;
    background-color: #2A50E4;
    outline-style: none;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

/*---------------- Search results window */

iframe#MSearchResults {
    width: 60ex;
    height: 15em;
    }
#MSearchResultsWindow {
    display: none;
    position: absolute;
    left: 0; top: 0;
    border: 1px solid #000000;
    background-color: #EEF3F5;
    }

/* ----------------------------------- */


#SRIndex {
    clear:both; 
    padding-bottom: 15px;
}

.SREntry {
    font-size: 10pt;
    padding-left: 1ex;
}
.SRPage .SREntry {
    font-size: 8pt;
    padding: 1px 5px;
}
body.SRPage {
    margin: 5px 2px;
}

.SRChildren {
    padding-left: 3ex; padding-bottom: .5em 
}
.SRPage .SRChildren {
    display: none;
}
.SRSymbol {
    font-weight: bold; color: #153788;
    font-family: Arial, Verdana, sans-serif;
    text-decoration: none;
    outline: none;
}

a.SRScope {
    display: block;
    color: #153788; 
    font-family: Arial, Verdana, sans-serif;
    text-decoration: none;
    outline: none;
}

a.SRSymbol:focus, a.SRSymbol:active,
a.SRScope:focus, a.SRScope:active {
    text-decoration: underline;
}

.SRPage .SRStatus {
    padding: 2px 5px;
    font-size: 8pt;
    font-style: italic;
}

.SRResult {
    display: none;
}

File

vendor/aklump/loft_data_grids/doxygene/html/search/search.css
View source
  1. /*---------------- Search Box */
  2. #MSearchBox {
  3. padding: 0px;
  4. margin: 0px;
  5. border: none;
  6. border: 1px solid #84B0C7;
  7. white-space: nowrap;
  8. -moz-border-radius: 8px;
  9. -webkit-border-top-left-radius: 8px;
  10. -webkit-border-top-right-radius: 8px;
  11. -webkit-border-bottom-left-radius: 8px;
  12. -webkit-border-bottom-right-radius: 8px;
  13. }
  14. #MSearchField {
  15. font: 9pt Arial, Verdana, sans-serif;
  16. color: #999999;
  17. background-color: #FFFFFF;
  18. font-style: normal;
  19. cursor: text;
  20. padding: 1px 1px;
  21. margin: 0px 6px 0px 0px;
  22. border: none;
  23. outline: none;
  24. vertical-align: middle;
  25. }
  26. .MSearchBoxActive #MSearchField {
  27. color: #000000;
  28. }
  29. #MSearchSelect {
  30. float : none;
  31. display : inline;
  32. background : none;
  33. font: 9pt Verdana, sans-serif;
  34. border: none;
  35. margin: 0px 0px 0px 6px;
  36. vertical-align: middle;
  37. padding: 0px 0px;
  38. }
  39. #MSearchClose {
  40. float : none;
  41. display : none;
  42. background : none;
  43. border: none;
  44. margin: 0px 4px 0px 0px;
  45. padding: 0px 0px;
  46. outline: none;
  47. }
  48. #MSearchCloseImg {
  49. vertical-align: middle;
  50. }
  51. .MSearchBoxLeft {
  52. display: block;
  53. text-align: left;
  54. float: left;
  55. margin-left: 6px;
  56. }
  57. .MSearchBoxRight {
  58. display: block;
  59. float: right;
  60. text-align: right;
  61. margin-right: 6px;
  62. }
  63. .MSearchBoxSpacer {
  64. font-size: 0px;
  65. clear: both;
  66. }
  67. .MSearchBoxRow {
  68. font-size: 0px;
  69. clear: both;
  70. }
  71. /*---------------- Search filter selection */
  72. #MSearchSelectWindow {
  73. display: none;
  74. position: absolute;
  75. left: 0; top: 0;
  76. border: 1px solid #A0A0A0;
  77. background-color: #FAFAFA;
  78. z-index: 1;
  79. padding-top: 4px;
  80. padding-bottom: 4px;
  81. -moz-border-radius: 4px;
  82. -webkit-border-top-left-radius: 4px;
  83. -webkit-border-top-right-radius: 4px;
  84. -webkit-border-bottom-left-radius: 4px;
  85. -webkit-border-bottom-right-radius: 4px;
  86. -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  87. }
  88. .SelectItem {
  89. font: 8pt Arial, Verdana, sans-serif;
  90. padding-left: 2px;
  91. padding-right: 12px;
  92. border: 0px;
  93. }
  94. span.SelectionMark {
  95. margin-right: 4px;
  96. font-family: monospace;
  97. outline-style: none;
  98. text-decoration: none;
  99. }
  100. a.SelectItem {
  101. display: block;
  102. outline-style: none;
  103. color: #000000;
  104. text-decoration: none;
  105. padding-left: 6px;
  106. padding-right: 12px;
  107. }
  108. a.SelectItem:focus,
  109. a.SelectItem:active {
  110. color: #000000;
  111. outline-style: none;
  112. text-decoration: none;
  113. }
  114. a.SelectItem:hover {
  115. color: #FFFFFF;
  116. background-color: #2A50E4;
  117. outline-style: none;
  118. text-decoration: none;
  119. cursor: pointer;
  120. display: block;
  121. }
  122. /*---------------- Search results window */
  123. iframe#MSearchResults {
  124. width: 60ex;
  125. height: 15em;
  126. }
  127. #MSearchResultsWindow {
  128. display: none;
  129. position: absolute;
  130. left: 0; top: 0;
  131. border: 1px solid #000000;
  132. background-color: #EEF3F5;
  133. }
  134. /* ----------------------------------- */
  135. #SRIndex {
  136. clear:both;
  137. padding-bottom: 15px;
  138. }
  139. .SREntry {
  140. font-size: 10pt;
  141. padding-left: 1ex;
  142. }
  143. .SRPage .SREntry {
  144. font-size: 8pt;
  145. padding: 1px 5px;
  146. }
  147. body.SRPage {
  148. margin: 5px 2px;
  149. }
  150. .SRChildren {
  151. padding-left: 3ex; padding-bottom: .5em
  152. }
  153. .SRPage .SRChildren {
  154. display: none;
  155. }
  156. .SRSymbol {
  157. font-weight: bold; color: #153788;
  158. font-family: Arial, Verdana, sans-serif;
  159. text-decoration: none;
  160. outline: none;
  161. }
  162. a.SRScope {
  163. display: block;
  164. color: #153788;
  165. font-family: Arial, Verdana, sans-serif;
  166. text-decoration: none;
  167. outline: none;
  168. }
  169. a.SRSymbol:focus, a.SRSymbol:active,
  170. a.SRScope:focus, a.SRScope:active {
  171. text-decoration: underline;
  172. }
  173. .SRPage .SRStatus {
  174. padding: 2px 5px;
  175. font-size: 8pt;
  176. font-style: italic;
  177. }
  178. .SRResult {
  179. display: none;
  180. }