mediaqueries.scss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. @media screen and (max-width: 700px) {
  2. :root {
  3. --app-height: 100%;
  4. }
  5. #header{
  6. width: 100%;
  7. .navbar{
  8. & > .language-selector{
  9. display: none;
  10. }
  11. .navigation{
  12. display: none;
  13. }
  14. .nav_media_q{
  15. display: block;
  16. &>li{
  17. &:nth-of-type(1){
  18. display: none;
  19. }
  20. }
  21. .hamburger--squeeze{
  22. position: absolute;
  23. top: 8px;
  24. left: 8px;
  25. z-index: 1;
  26. padding: 0;
  27. }
  28. .catbox{
  29. position: absolute;
  30. top: 0;
  31. left: 0;
  32. display: none;
  33. &.active{
  34. display: block;
  35. width: 100vw;
  36. height: 100vh;
  37. background-image: -webkit-gradient(linear, left top, left bottom, from(#98272D), to(#4f100B));
  38. background-image: linear-gradient(#98272D, #4f100B);
  39. }
  40. .catlist{
  41. margin-top: 50%;
  42. & > li:nth-of-type(1){
  43. display: none;
  44. }
  45. .language-selector{
  46. position: absolute;
  47. top: 0px;
  48. margin-top: 0px;
  49. li{
  50. &::after{
  51. color: white!important;
  52. }
  53. }
  54. }
  55. }
  56. li{
  57. text-align: center;
  58. a{
  59. top: 0;
  60. font-size: 5vw;
  61. line-height: 7vh;
  62. color: white;
  63. &::before{
  64. background-color: white;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. }
  71. }
  72. #start{
  73. &>div{
  74. &:nth-child(n+3){
  75. .content{
  76. p{
  77. margin-bottom:0;
  78. }
  79. }
  80. }
  81. &:nth-child(n+4){
  82. .content{
  83. padding: 0 5px!important;
  84. }
  85. }
  86. }
  87. #home{
  88. margin-bottom: 0px;
  89. h1{
  90. font-size: 30vw!important;
  91. }
  92. p{
  93. width: 100%;
  94. }
  95. }
  96. & > div{
  97. padding:0px;
  98. &:nth-child(n+3){
  99. padding: 0px;
  100. &:nth-child(2n+1){
  101. &>div{
  102. float: none;
  103. }
  104. .red{
  105. width: 100%;
  106. .chap{
  107. position: absolute;
  108. width: 100%;
  109. height: 100%;
  110. h2{
  111. position: absolute;
  112. width: 100%;
  113. top: 7px;
  114. font-size: 0.882rem;
  115. font-family: "Montserrat-Regular";
  116. }
  117. & > a{
  118. position: absolute;
  119. bottom: 5px;
  120. left: 50%;
  121. transform: translateX(-50%);
  122. }
  123. .reso{
  124. display: none;
  125. width: 100%;
  126. height: 100%;
  127. a{
  128. position: absolute;
  129. top: 50%;
  130. &:nth-of-type(1){
  131. left: 5px;
  132. }
  133. &:nth-of-type(2){
  134. right: 5px;
  135. }
  136. }
  137. }
  138. }
  139. }
  140. .content{
  141. position: absolute;
  142. background-color: white;
  143. width: auto;
  144. height: auto;
  145. top: 30px;
  146. left: 0px;
  147. right: 0px;
  148. bottom: 30px;
  149. padding: 0;
  150. .other{
  151. text-align:center;
  152. }
  153. }
  154. }
  155. }
  156. &:nth-child(n+3){
  157. &:nth-child(2n){
  158. & > div{
  159. float: none;
  160. }
  161. .red{
  162. width: 100%;
  163. position: absolute;
  164. .chap{
  165. position: absolute;
  166. width: 100%;
  167. height: 100%;
  168. h2{
  169. position: absolute;
  170. width: 100%;
  171. top: 7px;
  172. font-size: 0.882rem;
  173. font-family: "Montserrat-Regular";
  174. }
  175. & > a{
  176. position: absolute;
  177. bottom: 5px;
  178. left: 50%;
  179. transform: translateX(-50%);
  180. }
  181. .reso{
  182. display: none;
  183. width: 100%;
  184. height: 100%;
  185. a{
  186. position: absolute;
  187. top: 50%;
  188. &:nth-of-type(1){
  189. left: 5px;
  190. }
  191. &:nth-of-type(2){
  192. right: 5px;
  193. }
  194. }
  195. }
  196. }
  197. }
  198. .content{
  199. position: absolute;
  200. background-color: white;
  201. width: auto;
  202. height: auto;
  203. top: 30px;
  204. left: 0px;
  205. right: 0px;
  206. bottom: 30px;
  207. padding: 0;
  208. .other{
  209. text-align:center;
  210. }
  211. }
  212. }
  213. &:nth-child(7){
  214. #mCSB_5_container{
  215. #sovaj{
  216. .other{
  217. p{
  218. &:nth-child(1){
  219. font-size: 2rem!important;
  220. line-height: 3rem!important;
  221. }
  222. }
  223. }
  224. }
  225. }
  226. }
  227. }
  228. }
  229. }
  230. //
  231. // html{
  232. // overflow-x: hidden;
  233. // }
  234. // #header{
  235. // button{
  236. // display: block!important;
  237. // z-index: 999;
  238. // position: fixed;
  239. // top: 0;
  240. // left: 0;
  241. // }
  242. // .language-selector{
  243. // margin-top: 10px;
  244. // }
  245. // .navigation{
  246. // display: none!important;
  247. // }
  248. // .mediaqnav{
  249. // z-index: 998;
  250. // width: 100%;
  251. // position: fixed;
  252. // top: -100%;
  253. // -webkit-transition: top 1s;
  254. // transition: top 1s;
  255. // text-align: center;
  256. // height: 100%;
  257. // background-image: -webkit-gradient(linear, left top, left bottom, from(#98272D), to(#4f100B));
  258. // background-image: linear-gradient(#98272D, #4f100B);
  259. // display: -webkit-box!important;
  260. // display: -ms-flexbox!important;
  261. // display: flex!important;
  262. // -ms-flex-wrap: wrap;
  263. // flex-wrap: wrap;
  264. // -webkit-box-orient: vertical;
  265. // -webkit-box-direction: normal;
  266. // -ms-flex-flow: column;
  267. // flex-flow: column;
  268. // -webkit-box-pack: center;
  269. // -ms-flex-pack: center;
  270. // justify-content: center;
  271. // li{
  272. // margin: 10px auto;
  273. // &:nth-child(1){
  274. // display: none;
  275. // }
  276. // a{
  277. // color: white;
  278. // position: relative;
  279. // margin: auto;
  280. // &:hover:before{
  281. // visibility: visible;
  282. // transform: scaleX(1);
  283. // -webkit-transform: scaleX(1);
  284. // }
  285. // &:before{
  286. // content: "";
  287. // position: absolute;
  288. // width: 100%;
  289. // height: 2px;
  290. // bottom: 0;
  291. // left: 0;
  292. // background-color: white;
  293. // visibility: hidden;
  294. // -webkit-transform: scaleX(0);
  295. // transform: scaleX(0);
  296. // -webkit-transition: all 0.3s ease-in-out 0s;
  297. // transition: all 0.3s ease-in-out 0s;
  298. // }
  299. // }
  300. // .active{
  301. // a:before{
  302. // visibility: visible;
  303. // -webkit-transform: scaleX(1);
  304. // transform: scaleX(1);
  305. // }
  306. // }
  307. // }
  308. // &.open{
  309. // top: 0%!important;
  310. // -webkit-transition: top 1s;
  311. // transition: top 1s;
  312. // }
  313. //
  314. // }
  315. // }
  316. // #start{
  317. // #home{
  318. // .title{
  319. // p{
  320. // a:last-child{
  321. // img{
  322. // width: 23px;
  323. // }
  324. // }
  325. // img:nth-of-type(1){
  326. // width: 16px;
  327. // }
  328. // }
  329. // }
  330. // }
  331. //
  332. // & > div{
  333. // display: block!important;
  334. // overflow: auto!important;
  335. // .red{
  336. // .chap{
  337. // padding: 10px 0 15px 0;
  338. // .reso{
  339. // a:nth-child(1){
  340. // width: 16px;
  341. // }
  342. // a:nth-child(2){
  343. // width: 23px;
  344. // }
  345. // }
  346. // }
  347. // }
  348. // .content{
  349. // p:last-child{
  350. // }
  351. // }
  352. // & > div{
  353. // width: 100%!important;
  354. // &.content{
  355. // height: 100vh!important;
  356. // }
  357. // }
  358. // &:nth-child(n+3){
  359. // height: auto!important;
  360. //
  361. // & > div:nth-child(1){
  362. // & a{
  363. // font-size: 0.8rem!important;
  364. // }
  365. // }
  366. // & > div:nth-child(2){
  367. // }
  368. // }
  369. // &:nth-child(n+5){
  370. // .content{
  371. // padding: 20px!important;
  372. // #sovaj{
  373. // margin-bottom: 0px!important;
  374. // }
  375. // p:last-child{
  376. // margin-bottom: 10px!important;
  377. // }
  378. // }
  379. // }
  380. // }
  381. // #home{
  382. // .title{
  383. // height: 100%;
  384. // .visu-album{
  385. // height: 100%;
  386. // }
  387. // }
  388. // }
  389. // #press, #presse, #imprensa{
  390. // .citation{
  391. // display: none;
  392. // }
  393. // #sovaj{
  394. // display: block;
  395. // p:nth-child(1){
  396. // padding: 0!important;
  397. // margin-top: 0!important;
  398. // img{
  399. // width: 100%;
  400. // }
  401. // }
  402. // p:not(:nth-child(1)){
  403. // width: 100%;
  404. // }
  405. // }
  406. // }
  407. // #biografía,#biographie{
  408. // .content{
  409. // p:nth-of-type(1){
  410. // margin-top: 20px;
  411. // }
  412. // }
  413. // }
  414. // #contact, #contato{
  415. // #Contact, #CONTATO{
  416. // height: 100vh!important;
  417. // }
  418. // }
  419. // }
  420. //
  421. // body{
  422. // #header{
  423. // a{
  424. // font-size: $font22!important;
  425. // }
  426. // .language-selector{
  427. // li{
  428. // &:nth-child(-n+2){
  429. // &::after{
  430. // font-size: $font22!important;
  431. // }
  432. // }
  433. // }
  434. // }
  435. // }
  436. // #start{
  437. // .content{
  438. // p{
  439. // font-size: $font14!important;
  440. // line-height: 2rem;
  441. // }
  442. // }
  443. // .citation{
  444. // p{
  445. // font-size: $font14!important;
  446. // line-height: 2rem;
  447. // }
  448. // }
  449. // #home, #contact, #contato{
  450. // p, a {
  451. // font-size: $font14!important;
  452. // }
  453. // }
  454. //
  455. // .chap{
  456. // h2{
  457. // font-size: $font22!important;
  458. // }
  459. // a{
  460. // font-size: $font14!important;
  461. // &.focus{
  462. // font-size: $font16!important;
  463. // }
  464. // }
  465. // }
  466. // }
  467. // }
  468. //
  469. //
  470. }