Subversion Repositories wimsdev

Rev

Rev 11384 | Rev 14611 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. .wims_search_engine {
  3.    /*background: linear-gradient(45deg, rgba(153,153,153,0.2) 0%,rgba(255,255,255,0.5) 100%);*/
  4.    background: radial-gradient(ellipse at center, rgba(153,153,153,0.2) 0%,rgba(255,255,255,0.5) 100%);
  5.    /*background-image: linear-gradient(rgba(153,153,153,.2) 0%, rgba(255,255,255,.5) 100%);*/
  6.    /*text-align:center;*/
  7.    margin-left:auto; margin-right:auto;
  8.    /*padding: .5em;*/
  9. }
  10. .wims_search_engine>legend{
  11.    font-weight: bold;
  12.    padding: 0 .5em;
  13. }
  14.  
  15. .wims_search_engine, .wims_search_engine>legend {
  16.    border:thin solid #CCC;
  17.    background-color:#FFF;
  18. }
  19.  
  20. .search_field {
  21.    margin:.5em;
  22.    text-align: center;
  23. }
  24.  
  25. .wims_search_engine input[type="search"]{
  26.    line-height: 2em;
  27.    padding: 0 .5em;
  28.    border-radius: 5px 0 0 5px;
  29.    border-width: 1px;
  30.    margin-right: 0;
  31. }
  32. .wims_search_engine button[type="submit"]{
  33.    border-radius: 0 5px 5px 0;
  34.    margin-left: 0;
  35.    padding:0 .5em;
  36.    font-size: inherit;
  37. }
  38. .wims_clearSearch {float:right;}
  39. .wims_search_help {float:right;}
  40. .wims_search_title{text-align:left;}
  41.  
  42. /* search forms as in modules/adm/class/classes/search.phtml */
  43. /*.wimssearch { }*/
  44.  
  45. #searchresult .wims_emph{
  46.    padding-bottom: 0;
  47. }
  48.  
  49. .wims_home_result_list{
  50.    background-color: white;
  51.    padding: .5em .5em .5em 1.5em;
  52. }
  53.  
  54. .wims_home_result_list li {
  55.         margin: 0;
  56.         padding: 1em 0.5em;
  57.         background-color: white;
  58.    list-style-type: none;
  59. }
  60. .wims_home_result_list li:nth-child(odd) {
  61.         background-color: #e5e5e5;
  62. }
  63.