pgs.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .fotoramast{
  2. margin-bottom:30px;
  3. }
  4. .fotoramast .any {
  5. text-shadow: 0 1px 0 rgba(255,255,255,.5);
  6. font-family: "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  7. height: 100%;
  8. box-sizing: border-box;
  9. padding: 10px;
  10. background-color: #00000070;
  11. width: 100%;
  12. }
  13. .fotoramast .text {
  14. position: absolute;
  15. bottom: 0;
  16. height: auto;
  17. padding: 2%;
  18. width: 96%;
  19. }
  20. .fotoramast .header {
  21. font-size: 40px;
  22. line-height: 120%;
  23. display: block;
  24. text-align: center;
  25. }
  26. .fotoramast .inverse {
  27. color: #fff;
  28. text-shadow: 0 1px 0 #000;
  29. }
  30. .fotoramast .lid {
  31. font-size: 20px;
  32. padding-top: 10px;
  33. line-height: 120%;
  34. display: block;
  35. }
  36. .title_001{
  37. position: relative;
  38. display: inline-block;
  39. background: 0 0;
  40. font: 12px/14px "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  41. color: #5a748b;
  42. letter-spacing: .15em;
  43. text-transform: uppercase;
  44. padding: 0;
  45. margin: 0 0 10px 30px;
  46. }
  47. .title_001 a{
  48. color: #62a2db;
  49. }
  50. @media(max-width: @size-mobile){
  51. .fotoramast .header {
  52. font-size: 29px;
  53. line-height: 110%;
  54. display: block;
  55. text-align: center;
  56. }
  57. .title_001{
  58. margin: 0 0 10px 0;
  59. letter-spacing: .08em;
  60. }
  61. }