pgs.less 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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: 109%;
  53. line-height: 110%;
  54. display: block;
  55. text-align: center;
  56. }
  57. .fotoramast .lid {
  58. font-size: 17px;
  59. padding-top: 10px;
  60. line-height: 110%;
  61. display: block;
  62. }
  63. .title_001{
  64. margin: 0 0 10px 0;
  65. letter-spacing: .08em;
  66. }
  67. }