mediaqueries.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  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. -webkit-transform: translateX(-50%);
  122. transform: translateX(-50%);
  123. }
  124. .reso{
  125. display: none;
  126. width: 100%;
  127. height: 100%;
  128. a{
  129. position: absolute;
  130. top: 50%;
  131. &:nth-of-type(1){
  132. left: 5px;
  133. }
  134. &:nth-of-type(2){
  135. right: 5px;
  136. }
  137. }
  138. }
  139. }
  140. }
  141. .content{
  142. position: absolute;
  143. background-color: white;
  144. width: auto;
  145. height: auto;
  146. top: 30px;
  147. left: 0px;
  148. right: 0px;
  149. bottom: 30px;
  150. padding: 0;
  151. .other{
  152. text-align:center;
  153. }
  154. }
  155. }
  156. }
  157. &:nth-child(n+3){
  158. &:nth-child(2n){
  159. & > div{
  160. float: none;
  161. }
  162. .red{
  163. width: 100%;
  164. position: absolute;
  165. .chap{
  166. position: absolute;
  167. width: 100%;
  168. height: 100%;
  169. h2{
  170. position: absolute;
  171. width: 100%;
  172. top: 7px;
  173. font-size: 0.882rem;
  174. font-family: "Montserrat-Regular";
  175. }
  176. & > a{
  177. position: absolute;
  178. bottom: 5px;
  179. left: 50%;
  180. -webkit-transform: translateX(-50%);
  181. transform: translateX(-50%);
  182. }
  183. .reso{
  184. display: none;
  185. width: 100%;
  186. height: 100%;
  187. a{
  188. position: absolute;
  189. top: 50%;
  190. &:nth-of-type(1){
  191. left: 5px;
  192. }
  193. &:nth-of-type(2){
  194. right: 5px;
  195. }
  196. }
  197. }
  198. }
  199. }
  200. .content{
  201. position: absolute;
  202. background-color: white;
  203. width: auto;
  204. height: auto;
  205. top: 30px;
  206. left: 0px;
  207. right: 0px;
  208. bottom: 30px;
  209. padding: 0;
  210. .other{
  211. text-align:center;
  212. }
  213. }
  214. }
  215. &:nth-child(7){
  216. #mCSB_5_container{
  217. #sovaj{
  218. .other{
  219. p{
  220. &:nth-child(1){
  221. font-size: 2rem!important;
  222. line-height: 3rem!important;
  223. }
  224. }
  225. }
  226. }
  227. }
  228. }
  229. }
  230. }
  231. }
  232. //
  233. // html{
  234. // overflow-x: hidden;
  235. // }
  236. // #header{
  237. // button{
  238. // display: block!important;
  239. // z-index: 999;
  240. // position: fixed;
  241. // top: 0;
  242. // left: 0;
  243. // }
  244. // .language-selector{
  245. // margin-top: 10px;
  246. // }
  247. // .navigation{
  248. // display: none!important;
  249. // }
  250. // .mediaqnav{
  251. // z-index: 998;
  252. // width: 100%;
  253. // position: fixed;
  254. // top: -100%;
  255. // -webkit-transition: top 1s;
  256. // transition: top 1s;
  257. // text-align: center;
  258. // height: 100%;
  259. // background-image: -webkit-gradient(linear, left top, left bottom, from(#98272D), to(#4f100B));
  260. // background-image: linear-gradient(#98272D, #4f100B);
  261. // display: -webkit-box!important;
  262. // display: -ms-flexbox!important;
  263. // display: flex!important;
  264. // -ms-flex-wrap: wrap;
  265. // flex-wrap: wrap;
  266. // -webkit-box-orient: vertical;
  267. // -webkit-box-direction: normal;
  268. // -ms-flex-flow: column;
  269. // flex-flow: column;
  270. // -webkit-box-pack: center;
  271. // -ms-flex-pack: center;
  272. // justify-content: center;
  273. // li{
  274. // margin: 10px auto;
  275. // &:nth-child(1){
  276. // display: none;
  277. // }
  278. // a{
  279. // color: white;
  280. // position: relative;
  281. // margin: auto;
  282. // &:hover:before{
  283. // visibility: visible;
  284. // transform: scaleX(1);
  285. // -webkit-transform: scaleX(1);
  286. // }
  287. // &:before{
  288. // content: "";
  289. // position: absolute;
  290. // width: 100%;
  291. // height: 2px;
  292. // bottom: 0;
  293. // left: 0;
  294. // background-color: white;
  295. // visibility: hidden;
  296. // -webkit-transform: scaleX(0);
  297. // transform: scaleX(0);
  298. // -webkit-transition: all 0.3s ease-in-out 0s;
  299. // transition: all 0.3s ease-in-out 0s;
  300. // }
  301. // }
  302. // .active{
  303. // a:before{
  304. // visibility: visible;
  305. // -webkit-transform: scaleX(1);
  306. // transform: scaleX(1);
  307. // }
  308. // }
  309. // }
  310. // &.open{
  311. // top: 0%!important;
  312. // -webkit-transition: top 1s;
  313. // transition: top 1s;
  314. // }
  315. //
  316. // }
  317. // }
  318. // #start{
  319. // #home{
  320. // .title{
  321. // p{
  322. // a:last-child{
  323. // img{
  324. // width: 23px;
  325. // }
  326. // }
  327. // img:nth-of-type(1){
  328. // width: 16px;
  329. // }
  330. // }
  331. // }
  332. // }
  333. //
  334. // & > div{
  335. // display: block!important;
  336. // overflow: auto!important;
  337. // .red{
  338. // .chap{
  339. // padding: 10px 0 15px 0;
  340. // .reso{
  341. // a:nth-child(1){
  342. // width: 16px;
  343. // }
  344. // a:nth-child(2){
  345. // width: 23px;
  346. // }
  347. // }
  348. // }
  349. // }
  350. // .content{
  351. // p:last-child{
  352. // }
  353. // }
  354. // & > div{
  355. // width: 100%!important;
  356. // &.content{
  357. // height: 100vh!important;
  358. // }
  359. // }
  360. // &:nth-child(n+3){
  361. // height: auto!important;
  362. //
  363. // & > div:nth-child(1){
  364. // & a{
  365. // font-size: 0.8rem!important;
  366. // }
  367. // }
  368. // & > div:nth-child(2){
  369. // }
  370. // }
  371. // &:nth-child(n+5){
  372. // .content{
  373. // padding: 20px!important;
  374. // #sovaj{
  375. // margin-bottom: 0px!important;
  376. // }
  377. // p:last-child{
  378. // margin-bottom: 10px!important;
  379. // }
  380. // }
  381. // }
  382. // }
  383. // #home{
  384. // .title{
  385. // height: 100%;
  386. // .visu-album{
  387. // height: 100%;
  388. // }
  389. // }
  390. // }
  391. // #press, #presse, #imprensa{
  392. // .citation{
  393. // display: none;
  394. // }
  395. // #sovaj{
  396. // display: block;
  397. // p:nth-child(1){
  398. // padding: 0!important;
  399. // margin-top: 0!important;
  400. // img{
  401. // width: 100%;
  402. // }
  403. // }
  404. // p:not(:nth-child(1)){
  405. // width: 100%;
  406. // }
  407. // }
  408. // }
  409. // #biografía,#biographie{
  410. // .content{
  411. // p:nth-of-type(1){
  412. // margin-top: 20px;
  413. // }
  414. // }
  415. // }
  416. // #contact, #contato{
  417. // #Contact, #CONTATO{
  418. // height: 100vh!important;
  419. // }
  420. // }
  421. // }
  422. //
  423. // body{
  424. // #header{
  425. // a{
  426. // font-size: $font22!important;
  427. // }
  428. // .language-selector{
  429. // li{
  430. // &:nth-child(-n+2){
  431. // &::after{
  432. // font-size: $font22!important;
  433. // }
  434. // }
  435. // }
  436. // }
  437. // }
  438. // #start{
  439. // .content{
  440. // p{
  441. // font-size: $font14!important;
  442. // line-height: 2rem;
  443. // }
  444. // }
  445. // .citation{
  446. // p{
  447. // font-size: $font14!important;
  448. // line-height: 2rem;
  449. // }
  450. // }
  451. // #home, #contact, #contato{
  452. // p, a {
  453. // font-size: $font14!important;
  454. // }
  455. // }
  456. //
  457. // .chap{
  458. // h2{
  459. // font-size: $font22!important;
  460. // }
  461. // a{
  462. // font-size: $font14!important;
  463. // &.focus{
  464. // font-size: $font16!important;
  465. // }
  466. // }
  467. // }
  468. // }
  469. // }
  470. //
  471. //
  472. }