pgs.less 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. font-family: "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  20. }
  21. .fotoramast .header {
  22. font-size: 40px;
  23. line-height: 120%;
  24. display: block;
  25. text-align: center;
  26. }
  27. .fotoramast .inverse {
  28. color: #fff;
  29. text-shadow: 0 1px 0 #000;
  30. }
  31. .fotoramast .lid {
  32. font-size: 20px;
  33. padding-top: 10px;
  34. line-height: 120%;
  35. display: block;
  36. }
  37. .title_001{
  38. position: relative;
  39. display: inline-block;
  40. background: 0 0;
  41. font: 12px/14px "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  42. color: #5a748b;
  43. letter-spacing: .15em;
  44. text-transform: uppercase;
  45. padding: 0;
  46. margin: 0 0 10px 30px;
  47. }
  48. .title_001 a{
  49. color: #62a2db;
  50. }
  51. @media(max-width: @size-mobile){
  52. .fotoramast .header {
  53. font-size: 109%;
  54. line-height: 110%;
  55. display: block;
  56. text-align: center;
  57. }
  58. .fotoramast .lid {
  59. font-size: 17px;
  60. padding-top: 10px;
  61. line-height: 110%;
  62. display: block;
  63. }
  64. .title_001{
  65. margin: 0 0 10px 0;
  66. letter-spacing: .08em;
  67. }
  68. }