main.scss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. // @Author: Bachir Soussi Chiadmi <bach>
  2. // @Date: 18-12-2017
  3. // @Email: bachir@figureslibres.io
  4. // @Filename: app.scss
  5. // @Last modified by: bach
  6. // @Last modified time: 20-12-2017
  7. // @License: GPL-V3
  8. @import './base/reset';
  9. @import './base/variables';
  10. @import './base/colors';
  11. @import './base/grid';
  12. @import './base/layout';
  13. // $mdi-font-path: "./mdi/fonts";
  14. // @import './mdi/scss/materialdesignicons.scss';
  15. @import './base/fonts';
  16. html{
  17. // background-color: red;
  18. }
  19. aside.messages{
  20. border:none;
  21. }
  22. // _ _ _
  23. // | || |___ __ _ __| |___ _ _
  24. // | __ / -_) _` / _` / -_) '_|
  25. // |_||_\___\__,_\__,_\___|_|
  26. header[role="banner"]{
  27. padding:0.2em 0 0 0;
  28. #block-sitebranding{
  29. h1{
  30. margin:0;
  31. line-height: 1;
  32. }
  33. }
  34. #block-userlogin{
  35. position: relative;
  36. width:8em;
  37. overflow: visible;
  38. h2{
  39. margin: 0;
  40. font-size: 1em;
  41. font-weight: 400;
  42. }
  43. &>section{
  44. background-color: #fff;
  45. overflow: hidden;
  46. width:11em;
  47. height:1px;
  48. padding:0.01em 1em;
  49. // margin:0 0 0 -1em;
  50. box-sizing:content-box;
  51. transition: all 0.4s ease-in-out;
  52. // outline: 1px solid blue;
  53. transition-delay: 2s;
  54. position: absolute;
  55. right:0;
  56. top:1.7em;
  57. box-sizing: content-box;
  58. }
  59. &:hover{
  60. &>section{
  61. transition-delay: 0s;
  62. height:12em;
  63. padding:1em 1em;
  64. box-shadow: 0 0 10px #ccc;
  65. }
  66. }
  67. .form-item{
  68. margin:0;
  69. position: relative;
  70. width:100%;
  71. &.form-item-name{
  72. margin:2px 0 0.5em 0;
  73. input{
  74. width:90%;
  75. padding:0;
  76. box-sizing: content-box;
  77. }
  78. }
  79. &.form-item-pass{
  80. margin:0 0 0.5em 0;
  81. input{
  82. width:90%;
  83. padding:0;
  84. box-sizing: content-box;
  85. }
  86. }
  87. &.form-item-persistent-login{
  88. font-size: 0.756em;
  89. label{
  90. vertical-align: top;
  91. }
  92. }
  93. }
  94. #edit-actions{
  95. margin:0;
  96. }
  97. .item-list{
  98. ul{
  99. margin:0;
  100. li{
  101. list-style: none;
  102. margin:0;
  103. a{
  104. font-size: 0.756em;
  105. }
  106. }
  107. }
  108. }
  109. }
  110. #block-languageswitcher{
  111. text-align: right;
  112. h2{
  113. margin: 0.1em 0 0 0;
  114. font-size: 0.756em;
  115. font-weight: 400;
  116. padding:0.1em 0.4em 0.2em;
  117. border-radius: 3px;
  118. background-color: #444;
  119. color: #fff;
  120. display: inline-block;
  121. vertical-align: top;
  122. }
  123. &>ul.links{
  124. // background-color: #fff;
  125. overflow: hidden;
  126. width:3.5em;
  127. // display: inline-block;
  128. height:1px;
  129. padding:0.01em 0;
  130. margin:0;
  131. box-sizing:content-box;
  132. transition: all 0.4s ease-in-out;
  133. // outline: 1px solid blue;
  134. // transition-delay: 2s;
  135. }
  136. &:hover{
  137. &>ul.links{
  138. transition-delay: 0s;
  139. height:2em;
  140. padding:0.3em 0;
  141. // box-shadow: 0 0 10px #ccc;
  142. }
  143. }
  144. li{
  145. list-style: none;
  146. padding:0;
  147. display: inline-block;
  148. &.is-active{
  149. display:none;
  150. }
  151. a{
  152. margin: 0;
  153. font-size: 0.756em;
  154. font-weight: 400;
  155. padding:0.2em 0.4em;
  156. border-radius: 3px;
  157. background-color: #444;
  158. color: #fff;
  159. }
  160. }
  161. }
  162. // header bottom
  163. #block-pagetitle{
  164. float: left;
  165. padding:1em 0;
  166. h2{
  167. margin:0;
  168. font-size: 1.512em;
  169. text-transform: capitalize;
  170. font-weight: 300;
  171. }
  172. }
  173. #block-materiosapisearchblock{
  174. float:right;
  175. display:inline-block;
  176. // box-shadow: 0 0 5px rgba(0,0,0,0.2);
  177. padding:0;
  178. #materio-sapi-search-form{
  179. .form-item, input.button{
  180. display: inline-block;
  181. }
  182. #edit-search{
  183. border:1px #BBB solid;
  184. border-radius: 14px;
  185. padding:0.3em;
  186. color:#666;
  187. }
  188. #edit-submit{
  189. border:0;
  190. text-indent: 50px;
  191. overflow: hidden;
  192. width:20px; height:20px;
  193. margin:0;
  194. // border-radius: 7px;
  195. background-image: url('../img/search.png');
  196. background-position: center;
  197. background-repeat: no-repeat;
  198. background-size: contain;
  199. }
  200. }
  201. }
  202. }
  203. // main
  204. aside.messages{
  205. padding: 0;
  206. }
  207. // content top
  208. // #content-top{
  209. // &:after{
  210. // content:"";
  211. // clear:both;
  212. // display: block;
  213. // }
  214. // }
  215. // front
  216. article.node--type-frontpage{
  217. .node__content{
  218. .field--name-field-what-is-materio,
  219. .field--name-field-a-database,
  220. .field--name-field-showrooms,
  221. .field--name-field-blabla,
  222. .field--name-field-pricing{
  223. &:not(:nth-child(1)){
  224. margin-top: 1em;
  225. }
  226. .field__label{
  227. font-size: 2.2em;
  228. font-weight: bold;
  229. }
  230. }
  231. // .field--name-computed-materials-reference,
  232. .field--name-computed-showrooms-reference,
  233. .field--name-computed-articles-reference{
  234. // outline: 1px green solid;
  235. margin:0; padding:0;
  236. width: calc(100% + #{$column_goutiere});
  237. .field__item{
  238. display: inline-block;
  239. vertical-align: top;
  240. width:210px;
  241. margin:0 $column_goutiere $column_goutiere 0; padding:0;
  242. p{
  243. margin:0;
  244. }
  245. }
  246. }
  247. }
  248. }
  249. // ___ _
  250. // / __|__ _ _ _ __| |___
  251. // | (__/ _` | '_/ _` (_-<
  252. // \___\__,_|_| \__,_/__/
  253. .infinite-loading-container{
  254. .infinite-status-prompt{
  255. i[class^="loading-"]{
  256. width:15px; height:15px;
  257. }
  258. }
  259. }
  260. .cards-list{
  261. position: relative;
  262. .search-info{
  263. font-size: 0.756em;
  264. font-weight: 500;
  265. margin: 0;
  266. padding: 0 0 0.5em 0;
  267. }
  268. &>ul{
  269. // outline: 1px green solid;
  270. margin:0; padding:0;
  271. width: calc(100% + #{$column_goutiere});
  272. &>li{
  273. list-style: none;
  274. margin:0 $column_goutiere $column_goutiere 0; padding:0;
  275. display: inline-block;
  276. vertical-align: top;
  277. }
  278. }
  279. }
  280. article.card{
  281. position: relative;
  282. width:$column_width; height:295px;
  283. box-shadow: 0 0 5px rgba(0,0,0,0.2);
  284. // focused
  285. // box-shadow: 0 0 7px rgba(0,0,0,0.9);
  286. header{
  287. position: absolute;
  288. bottom:0;
  289. z-index:10;
  290. color: #000;
  291. background-color: rgba(255,255,255,0.8);
  292. padding: 0.3em 0.3em;
  293. box-sizing:border-box;
  294. width:100%;
  295. h1, h4{ margin:0; padding:0; }
  296. h1{
  297. font-size: 1.3em;
  298. font-weight: 700;
  299. line-height: 0.8;
  300. margin-bottom: 0.2em;
  301. }
  302. h4{
  303. font-size: 0.882em;
  304. font-weight: 300;
  305. line-height: 1;
  306. // margin-bottom: 0.1em;
  307. }
  308. span.ref{
  309. font-size: 0.693em;
  310. font-weight: 300;
  311. line-height: 1;
  312. }
  313. }
  314. section.images{
  315. position: relative;
  316. &, *{width: 100%; height:100%;}
  317. figure{
  318. margin:0;
  319. position: absolute;
  320. top:0; left:0;
  321. // width: 100%; height:100%;
  322. &:first-of-type{
  323. z-index:5
  324. }
  325. img{
  326. // width: 100%; height:100%;
  327. &.blank{
  328. position: absolute;
  329. top:0; left:0;
  330. z-index: 20;
  331. }
  332. }
  333. }
  334. }
  335. }