Subversion Repositories wimsdev

Rev

Rev 11654 | 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,.2) 0%,rgba(255,255,255,.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. #slider_level{width:70%;}
  43.  
  44. /* search forms as in modules/adm/class/classes/search.phtml */
  45. /*.wimssearch { }*/
  46.  
  47. #searchresult .wims_emph{
  48.   padding-bottom: 0;
  49. }
  50.  
  51. .wims_home_result_list{
  52.   background-color: white;
  53.   padding: .5em .5em .5em 1.5em;
  54. }
  55.  
  56. .wims_home_result_list li {
  57.   margin: 0;
  58.   padding: 1em .5em;
  59.   background-color: white;
  60.   list-style-type: none;
  61. }
  62. .wims_home_result_list li:nth-child(odd) {
  63.   background-color: #e5e5e5;
  64. }
  65.