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