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