style.css 732 B

123456789101112131415161718192021222324252627282930313233343536
  1. #sortable img { max-width:100px}
  2. .gallery-manager{}
  3. .gallery-manager .btn-toolbar label{ margin-bottom: 0;}
  4. .titles a{
  5. text-shadow: 2px 1px 3px #000000;
  6. color:#ffffff;
  7. font-weight: 600;
  8. }
  9. .checkbox_title_hr {
  10. overflow: hidden;
  11. text-align: center;
  12. font-size: 1.4em;
  13. }
  14. .checkbox_title_hr span {
  15. display: inline-block;
  16. vertical-align: middle;
  17. }
  18. .checkbox_title_hr:before,
  19. .checkbox_title_hr:after {
  20. content: "";
  21. display: inline-block;
  22. vertical-align: middle;
  23. width: 100%;
  24. height: 4px;
  25. background-color: #9491bb;
  26. position: relative;
  27. }
  28. .checkbox_title_hr:before {
  29. margin-left: -100%;
  30. left: -14px;
  31. }
  32. .checkbox_title_hr:after {
  33. margin-right: -100%;
  34. right: -14px;
  35. }