ui.css 934 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .desktop{
  2. display: none;
  3. }
  4. .mobile{
  5. display: initial !important;
  6. }
  7. nav#header span.header_container {
  8. min-width: 2em;
  9. margin-right: 0.2em;
  10. margin-left: 0.2em;
  11. padding-left: 0.2em;
  12. padding-top: 0.3em;
  13. padding-bottom: 0.3em;
  14. padding-right: 0.2em;
  15. }
  16. nav#header span.header_container:hover {
  17. border: 0.06em solid #ffffff00;
  18. background-color: #ffffff00;
  19. }
  20. nav#header img.header_icon{
  21. opacity: 1;
  22. width: 1.2em;
  23. height: 1.2em;
  24. }
  25. hr#header_separator{
  26. width: 90%;
  27. margin-top: 1em;
  28. margin-bottom: 1em;
  29. }
  30. div#footer table#footer_table{
  31. width: 95%;
  32. }
  33. div#footer img.footer_social_icon{
  34. width: 2em;
  35. margin: 0.2em;
  36. }
  37. div#footer a.lang img{
  38. height: 1.5em;
  39. margin: 0.2em;
  40. border-radius: 0.1em;
  41. border: 0.1em solid #555555;
  42. box-shadow: 0 0 0 #dde;
  43. }
  44. div#footer a.lang img:hover{
  45. box-shadow: 0 0 0 #111;
  46. }
  47. div.section{
  48. margin: 1em;
  49. }