canvas.css 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404
  1. * {
  2. font-family: 'Open Sans', sans-serif;
  3. box-sizing: border-box;
  4. -moz-box-sizing: border-box;
  5. }
  6. html, body {
  7. height: 100%;
  8. }
  9. p {
  10. font-size: 0.95em;
  11. }
  12. pre {
  13. border: none;
  14. background-color: #eceff1;
  15. visibility: hidden;
  16. }
  17. /* ----------------------------------------------
  18. Logo
  19. ----------------------------------------------- */
  20. a.logo {
  21. display: block;
  22. }
  23. a.logo img {
  24. display: block;
  25. width: 60%;
  26. margin: auto;
  27. }
  28. /* ----------------------------------------------
  29. Form header
  30. ----------------------------------------------- */
  31. .form-header {
  32. width: 100%;
  33. margin: 0 auto 1.14em auto;
  34. /* background-color:#546e7a; */
  35. background-color: #eceff1;
  36. border-radius: 0 0 5px 5px;
  37. min-height: 6em;
  38. }
  39. .form-header h1 {
  40. color: #444;
  41. font-size: 1.9em;
  42. text-align: left;
  43. }
  44. .form-header h2 {
  45. font-size: 1.4em;
  46. color: #444;
  47. }
  48. .form-header p {
  49. font-size: 0.9em;
  50. margin-top: 1em;
  51. color: #444;
  52. }
  53. .form-header label {
  54. font-size: 1.1em;
  55. margin-top: 1.8em;
  56. margin-right: 0.3em;
  57. color: #444;
  58. }
  59. .form-header input {
  60. width: 62%;
  61. outline: none;
  62. border: 1px solid #eceff1;
  63. border-radius: 4px;
  64. padding: 0.45em;
  65. }
  66. /* ----------------------------------------------
  67. Jump to
  68. ----------------------------------------------- */
  69. .jump-to {
  70. width: 100%;
  71. margin: -1.14em auto 2.14em auto;
  72. background-color: #eceff1;
  73. border-radius: 5px;
  74. min-height: 6em;
  75. padding: 1em 1em 0.3em 1em;
  76. display: none;
  77. }
  78. .jump-to label {
  79. font-size: 1.1em;
  80. margin-right: 0.3em;
  81. color: #444;
  82. }
  83. .jump-to ul {
  84. list-style-type: none;
  85. padding-left: 0;
  86. }
  87. /* ----------------------------------------------
  88. Saved tags
  89. ----------------------------------------------- */
  90. .saved-tags {
  91. width: 100%;
  92. margin: -1.14em auto 1.04em auto;
  93. background-color: #eceff1;
  94. border-radius: 5px;
  95. padding: 1em 1em 1em 1em;
  96. }
  97. .saved-tags label {
  98. font-size: 1.1em;
  99. margin-right: 1.8em;
  100. color: #444;
  101. }
  102. .saved-tags p {
  103. display: inline;
  104. line-height: 2.25em;
  105. }
  106. /* ----------------------------------------------
  107. DROPDOWN MENU (User DASHBOARD menu)
  108. ----------------------------------------------- */
  109. /* User area button and dropdown menu in the header: only shown when logged in */
  110. .form-header .user-profile {
  111. font-size: 1em;
  112. margin-top: 1.8em;
  113. margin-right: 0.3em;
  114. color: #444;
  115. min-width: 80%;
  116. margin-left: 3.5em;
  117. }
  118. .form-header .user-profile img {
  119. width: 2.6em;
  120. margin-right: 0.5em;
  121. }
  122. .form-header .user-profile button {
  123. padding: 0.2em 1em;
  124. width: 90%;
  125. border: none;
  126. border-radius: 2px;
  127. outline: 0;
  128. background-color: transparent;
  129. transition: all 0.5s;
  130. }
  131. .form-header .user-profile button:hover {
  132. padding: 0.2em;
  133. background-color: #ffffff;
  134. }
  135. /* Bootstrap dropdown classes */
  136. ul.dropdown-menu {
  137. border: none;
  138. border-radius: 2px;
  139. width: 90%;
  140. margin: 0 5%;
  141. box-shadow: none;
  142. background-color: #48585f;
  143. }
  144. ul.dropdown-menu a {
  145. color: #ffffff;
  146. }
  147. /* The button When the drop down menu is open */
  148. .dropdown.open button#dropdownMenu1 {
  149. background-color: #ffffff;
  150. }
  151. /* ----------------------------------------------
  152. Masonry Blocks
  153. ----------------------------------------------- */
  154. .masonry-layout7-5 {
  155. -webkit-column-count: 5;
  156. /* Chrome, Safari, Opera */
  157. -moz-column-count: 5;
  158. /* Firefox */
  159. column-count: 5;
  160. -webkit-column-gap: 0;
  161. /* Chrome, Safari, Opera */
  162. -moz-column-gap: 0;
  163. /* Firefox */
  164. column-gap: 0;
  165. }
  166. .masonry-layout4 {
  167. -webkit-column-count: 4;
  168. /* Chrome, Safari, Opera */
  169. -moz-column-count: 4;
  170. /* Firefox */
  171. column-count: 4;
  172. -webkit-column-gap: 0;
  173. /* Chrome, Safari, Opera */
  174. -moz-column-gap: 0;
  175. /* Firefox */
  176. column-gap: 0;
  177. }
  178. .masonry-layout2 {
  179. -webkit-column-count: 2;
  180. /* Chrome, Safari, Opera */
  181. -moz-column-count: 2;
  182. /* Firefox */
  183. column-count: 2;
  184. -webkit-column-gap: 0;
  185. /* Chrome, Safari, Opera */
  186. -moz-column-gap: 0;
  187. /* Firefox */
  188. column-gap: 0;
  189. }
  190. .masonry-layout__panel {
  191. break-inside: avoid;
  192. padding: 0.36em;
  193. }
  194. .masonry-layout__panel-content {
  195. padding: 5px 4px;
  196. border-radius: 10px;
  197. }
  198. /* ----------------------------------------------
  199. Field content and items
  200. ----------------------------------------------- */
  201. /* Tooltip */
  202. .tooltip-inner {
  203. padding: 7px 10px 7px 10px;
  204. text-align: left;
  205. }
  206. /* The field introduction text */
  207. /*
  208. .intro {
  209. padding: 1em 1.3em 0 1.3em;
  210. color: rgba(0, 0, 0, 0.75);
  211. font-style: italic;
  212. }
  213. */
  214. /* The description text toggler btn */
  215. /*
  216. .intro-toggle {
  217. padding: 0.25em 1.2em;
  218. border: none;
  219. outline: none;
  220. background-color: transparent;
  221. }
  222. */
  223. /* The show/hide text Bootstrap Glyphicon icon */
  224. /*
  225. .intro-toggle-icon {
  226. padding: 0.4em;
  227. font-size: 1em;
  228. }
  229. */
  230. .field-title {
  231. font-size: 1.4em;
  232. margin-left: 0.8em;
  233. line-height: 1.5;
  234. }
  235. .field-title a {
  236. float: right;
  237. color: rgb(51, 51, 51);
  238. }
  239. .field-title .glyphicon-question-sign {
  240. margin: 0.225em 0.5em 0 0;
  241. }
  242. .field-title .glyphicon-question-sign:hover {
  243. color: #ffffff !important;
  244. }
  245. /* Item list in the field */
  246. ul.item_list {
  247. list-style-type: none;
  248. padding-left: 0;
  249. width: 100%;
  250. /* To make a place holder for empty lists. Being able to drop cards in empty fields */
  251. min-height: 0.5em;
  252. }
  253. li.added_item {
  254. width: 100%;
  255. margin: 0.5em auto;
  256. padding-top: 3px;
  257. height: auto;
  258. overflow: scroll;
  259. /* cursor: move; */
  260. cursor: text;
  261. }
  262. ul.item_list .expandable {
  263. font-size: 0.95em;
  264. margin-left: 14px;
  265. margin-bottom: 5px;
  266. padding: 0.5em 0.5em 0.5em 1em;
  267. border-radius: 0.35em;;
  268. border: 1px solid rgba(255, 255, 255, 0.2);
  269. width: 85% !important;
  270. outline: none;
  271. display: inline-block;
  272. background-color: rgba(255, 255, 255, 0.75);
  273. /* For auto expansion jQuery code */
  274. box-sizing: padding-box;
  275. overflow: hidden;
  276. }
  277. /* ----------------------------------------------
  278. Zoom animation
  279. ----------------------------------------------- */
  280. .zoom-in {
  281. -webkit-animation-name: zoom-in; /* Safari 4.0-8.0 */
  282. -webkit-animation-duration: 0.5s; /* Safari 4.0-8.0 */
  283. animation-name: zoom-in;
  284. animation-duration: 0.5s;
  285. /* transform: scale(1.05); */
  286. }
  287. /* Safari 4.0-8.0 */
  288. @-webkit-keyframes zoom-in {
  289. from {
  290. -ms-transform: scale(1); /* IE 9 */
  291. -webkit-transform: scale(1); /* Safari */
  292. transform: scale(1);
  293. background-color: rgba(255, 255, 255, 0.75);
  294. }
  295. to {
  296. -ms-transform: scale(1.03); /* IE 9 */
  297. -webkit-transform: scale(1.03); /* Safari */
  298. transform: scale(1.03);
  299. background-color: rgba(255, 255, 255, 1);
  300. }
  301. }
  302. /* Standard */
  303. @keyframes zoom-in {
  304. from {
  305. -ms-transform: scale(1); /* IE 9 */
  306. -webkit-transform: scale(1); /* Safari */
  307. transform: scale(1);
  308. background-color: rgba(255, 255, 255, 0.75);
  309. }
  310. to {
  311. -ms-transform: scale(1.03); /* IE 9 */
  312. -webkit-transform: scale(1.03); /* Safari */
  313. transform: scale(1.03);
  314. background-color: rgba(255, 255, 255, 1);
  315. }
  316. }
  317. .zoom-out {
  318. -webkit-animation-name: zoom-out; /* Safari 4.0-8.0 */
  319. -webkit-animation-duration: 0.5s; /* Safari 4.0-8.0 */
  320. animation-name: zoom-out;
  321. animation-duration: 0.5s;
  322. /* transform: scale(1); */
  323. }
  324. /* Safari 4.0-8.0 */
  325. @-webkit-keyframes zoom-out {
  326. from {
  327. -ms-transform: scale(1.03); /* IE 9 */
  328. -webkit-transform: scale(1.03); /* Safari */
  329. transform: scale(1.03);
  330. background-color: rgba(255, 255, 255, 1);
  331. }
  332. to {
  333. -ms-transform: scale(1); /* IE 9 */
  334. -webkit-transform: scale(1); /* Safari */
  335. transform: scale(1);
  336. background-color: rgba(255, 255, 255, 0.75);
  337. }
  338. }
  339. /* Standard */
  340. @keyframes zoom-out {
  341. from {
  342. -ms-transform: scale(1.03); /* IE 9 */
  343. -webkit-transform: scale(1.03); /* Safari */
  344. transform: scale(1.03);
  345. background-color: rgba(255, 255, 255, 1);
  346. }
  347. to {
  348. -ms-transform: scale(1); /* IE 9 */
  349. -webkit-transform: scale(1); /* Safari */
  350. transform: scale(1);
  351. background-color: rgba(255, 255, 255, 0.75);
  352. }
  353. }
  354. /* ----------------------------------------------
  355. List item handles: Bootstrap Glyphicon
  356. ----------------------------------------------- */
  357. ul.item_list span.glyphicon {
  358. border-radius: 100%;
  359. margin-right: 10px;
  360. color: #ffffff;
  361. font-size: 1.2em;
  362. cursor: pointer;
  363. }
  364. span.glyphicon:hover {
  365. color: rgba(0, 0, 0, 0.5);
  366. }
  367. /* The handle icon for each item */
  368. span.handle {
  369. margin-left: 14px;
  370. /* cursor: move; */
  371. }
  372. /* Placeholder for sorting items */
  373. .sort-placeholder {
  374. border-radius: 0.35em;
  375. background-color: rgba(40, 40, 40, 0.35);
  376. width: 85%;
  377. height: 2.5em;
  378. padding: 0.5em 0.5em;
  379. margin-left: 1em;
  380. }
  381. /* ----------------------------------------------
  382. Tag selected term link
  383. ----------------------------------------------- */
  384. p.tag-selected-term {
  385. margin-top: 20px;
  386. display: none;
  387. }
  388. p.tag-selected-term a {
  389. color: #ffffff;
  390. font-size: 1.05em;
  391. margin-left: 1em;
  392. margin-top: 2em;
  393. padding: 1em 1em 1em 2em;
  394. background-image: url('../icons/tag.svg');
  395. background-size: 2.2em;
  396. background-position: left;
  397. background-repeat: no-repeat;
  398. }
  399. /* ----------------------------------------------
  400. USER INPUT:
  401. Add new items in each field
  402. ----------------------------------------------- */
  403. .user-input {
  404. width: 100%;
  405. margin-left: 1em;
  406. margin-top: 2em;
  407. padding-bottom: 1.5em;
  408. display: none;
  409. /* Shown (slide up and down) by jQuery when adding ideas */
  410. }
  411. /* The div containing all the user input things */
  412. .add_box {
  413. /* Make room for the absolutely positioned div at the buttom each card always keeping a distance from the buttom of the card (as high as the height of the absolutely positined icon div + some distance) */
  414. padding-bottom: 5.3em;
  415. }
  416. /* Add an idea link */
  417. a.add-idea {
  418. color: #ffffff;
  419. font-size: 1.05em;
  420. margin-left: 1em;
  421. margin-top: 2em;
  422. padding: 1em 1em 1em 2em;
  423. background-image: url('../icons/lightbulb.svg');
  424. background-size: 1.4em;
  425. background-position: left;
  426. background-repeat: no-repeat;
  427. }
  428. /* Textarea of a new item input */
  429. .new_item {
  430. width: 90%;
  431. border: 1px solid #ffffff;
  432. border-radius: 0.35em;
  433. outline: none;
  434. padding-left: 0.5em;
  435. /* for auto expantion jQuery code */
  436. box-sizing: border-box;
  437. overflow: hidden;
  438. }
  439. /* The add button */
  440. .add_btn {
  441. background-color: transparent;
  442. color: #ffffff;
  443. padding: 0.25em 1.2em;
  444. border: 0.12em solid #ffffff;
  445. border-radius: 0.5em;
  446. }
  447. .add_btn:hover {
  448. color: #37474f;
  449. border-color: #37474f;
  450. }
  451. li.added_item span {
  452. display: inline;
  453. margin-top: 5em;
  454. }
  455. .expandable {
  456. box-sizing: border-box;
  457. /* remove the user resizing for the text fields */
  458. resize: none;
  459. /* display: inline-block; */
  460. width: 75% !important;
  461. }
  462. .user-input span.chars {
  463. font-size: 1.1em;
  464. color: rgba(255, 255, 255, 0.7);
  465. }
  466. /* Tag */
  467. a.tag {
  468. background-color: rgba(55, 71, 79, 0.5);
  469. color: #ffffff;
  470. padding: 1px 2px;
  471. border: 1px solid rgba(0, 0, 0, 0.1);
  472. text-decoration: none;
  473. white-space: nowrap;
  474. }
  475. a.tag:hover {
  476. background-color: rgba(255, 255, 255, 0.5);
  477. color: rgba(55, 71, 79, 0.5);
  478. padding: 1px 2px;
  479. border: 1px solid rgba(0, 0, 0, 0.1);
  480. text-decoration: none;
  481. cursor: pointer;
  482. }
  483. /* Background shadow on all types of popups */
  484. div#shadow {
  485. display: none;
  486. width: 100%;
  487. height: 100%;
  488. position: fixed;
  489. top: 0;
  490. left: 0;
  491. z-index: 2;
  492. background-color: rgba(0, 0, 0, 0.5);
  493. }
  494. /* ----------------------------------------------
  495. Move window and tag windows
  496. ----------------------------------------------- */
  497. div.window {
  498. position: fixed;
  499. z-index: 3;
  500. top: 20%;
  501. border-radius: 10px;
  502. padding: 1em 1.5em 1em 1em;
  503. background-color: rgba(236, 239, 241, 0.95);
  504. display: none;
  505. }
  506. div.window button.close {
  507. outline: 0;
  508. position: relative;
  509. top: -8px;
  510. font-size: 2.5em;
  511. }
  512. div.window h2 {
  513. margin: 0 0 0.4em 0;
  514. font-size: 1.4em;
  515. line-height: 1.5;
  516. }
  517. div.window p {
  518. font-size: 0.95em;
  519. }
  520. /* ----------------------------------------------
  521. Move window
  522. ----------------------------------------------- */
  523. div#move-window {
  524. left: 35%;
  525. width: 30%;
  526. }
  527. div#move-window .move-window-button {
  528. background-color: transparent;
  529. color: rgb(51, 51, 51);
  530. padding: 0.25em 1.2em;
  531. border: 0.12em solid rgb(51, 51, 51);
  532. border-radius: 0.5em;
  533. }
  534. div#move-window .move-window-button:hover {
  535. color: #ffffff;
  536. border-color: #ffffff;
  537. }
  538. div#move-window h2 {
  539. }
  540. div#move-window ul {
  541. list-style-type: none;
  542. padding-left: 0;
  543. margin-bottom: 0;
  544. }
  545. /* ----------------------------------------------
  546. Tag window
  547. ----------------------------------------------- */
  548. div#tag-window {
  549. width: 50%;
  550. max-height: 80%;
  551. overflow: scroll;
  552. /* Center window horizontally and vertically */
  553. top: 50%;
  554. left: 50%;
  555. transform: translate(-50%, -50%);
  556. }
  557. /*
  558. div#tag-window h2#tag-description {
  559. }
  560. */
  561. div#tag-window textarea#tag-description {
  562. font-size: 0.95em;
  563. outline: none;
  564. width: 100%;
  565. border: 1px solid #ffffff;
  566. border-radius: 0.35em;
  567. margin: 0 0 0.75em 0;
  568. padding-left: 0.5em;
  569. resize: none;
  570. color: rgb(117, 117, 117);
  571. }
  572. div#tag-window span.chars {
  573. font-size: 1.1em;
  574. color: rgb(117, 117, 117);
  575. }
  576. div#tag-window .tag-window-button {
  577. background-color: transparent;
  578. color: rgb(51, 51, 51);
  579. padding: 0.25em 1.2em;
  580. border: 0.12em solid rgb(51, 51, 51);
  581. border-radius: 0.5em;
  582. }
  583. div#tag-window .tag-window-button:hover {
  584. color: #ffffff;
  585. border-color: #ffffff;
  586. }
  587. div#tag-window #delete-tag {
  588. display: none;
  589. }
  590. div#tag-window h2.similar-tags {
  591. margin: 0.95em 0 -0.2em 0;
  592. }
  593. div#tag-window p.similar-tags-tag {
  594. margin: 0.95em 0 0.4em 0;
  595. }
  596. div#tag-window p.similar-tags-description {
  597. margin: 0;
  598. }
  599. div#tag-window p.similar-tags-description-none {
  600. margin: 0.25em 0 0 0;
  601. display: none;
  602. }
  603. div#tag-window p.similar-tags-username {
  604. margin: 0;
  605. font-size: 0.75em;
  606. }
  607. /* ----------------------------------------------
  608. Field bottom area
  609. ----------------------------------------------- */
  610. div.card {
  611. position: relative;
  612. }
  613. .field-bottom {
  614. background-color: rgba(0, 0, 0, 0.25);
  615. border-radius: 0 0 10px 10px;
  616. height: 40px;
  617. bottom: 0;
  618. position: absolute;
  619. left: 0;
  620. width: 100%;
  621. }
  622. .field-bottom > img[src*=field] {
  623. width: 25px;
  624. height: 25px;
  625. margin-top: 7px;
  626. margin-left: 10px;
  627. }
  628. .field-bottom > img[src*=number] {
  629. float: right;
  630. width: 25px;
  631. height: 18px;
  632. margin-top: 11px;
  633. margin-right: 10px;
  634. }
  635. /* ----------------------------------------------
  636. FORM Import & Export buttons
  637. ----------------------------------------------- */
  638. .imp-exp-btn {
  639. margin-top: 2.5em;
  640. padding-left: 5px;
  641. padding-right: 5px;
  642. }
  643. button.json_exp, button.share_canvas, .pdf_exp {
  644. border: none;
  645. border-radius: 0.5em;
  646. padding: 1em 0;
  647. width: 60%;
  648. outline: none;
  649. }
  650. button.json_exp:hover, button.share_canvas:hover {
  651. opacity: 0.75;
  652. }
  653. .pdf_exp:hover {
  654. text-decoration: underline;
  655. }
  656. button.json_exp {
  657. background-color: #aed581;
  658. margin: 1em auto 0 auto;
  659. }
  660. button.share_canvas {
  661. background-color: #a67de0;
  662. margin: 0.5em auto 0.4em auto;
  663. }
  664. .pdf_exp {
  665. background-color: #85ade5;
  666. margin: 0.5em auto 0.4em auto;
  667. }
  668. /* The sign up or login to save link for unregistered users */
  669. a.login-to-save {
  670. display: block;
  671. padding: 1em;
  672. color: #444;
  673. border: none;
  674. border-radius: 0.5em;
  675. padding: 1em 0;
  676. width: 60%;
  677. outline: none;
  678. margin: 1em auto 0 auto;
  679. background-color: #aed581;
  680. }
  681. /* The save canvas PHP under the save/export buttons */
  682. .save-canvas-feedback p {
  683. text-align: center;
  684. color: #15af97;
  685. }
  686. .save-canvas-feedback span {
  687. color: #15af97;
  688. margin-right: 0.4em;
  689. }
  690. .save-canvas-feedback-fail p {
  691. text-align: center;
  692. color: #37474f;
  693. }
  694. .save-canvas-feedback-fail span {
  695. color: #37474f;
  696. margin-right: 0.4em;
  697. }
  698. /* Sharing the canvas */
  699. /* The share canvas button */
  700. .share_canvas{
  701. }
  702. .share_canvas_email{
  703. display: none;
  704. }
  705. .share_canvas_email input{
  706. width: 80%;
  707. padding: 1em;
  708. border-radius: 5px;
  709. border: 1px solid #444;
  710. }
  711. .share_canvas_email input:focus{
  712. outline: none;
  713. }
  714. /* The send btn */
  715. .share_canvas_send{
  716. border: none;
  717. border-radius: 0.5em;
  718. padding: 1em 0;
  719. width: 25%;
  720. outline: none;
  721. background-color: #546e7a;
  722. color: #ffffff;
  723. }
  724. /* ----------------------------------------------
  725. Footer
  726. ----------------------------------------------- */
  727. footer {
  728. font-size: 1em;
  729. margin-top: 2em;
  730. padding: 1.5em;
  731. background-color: #37474f;
  732. color: #ffffff;
  733. }
  734. footer .license a {
  735. color: #759BCF;
  736. }
  737. footer .license {
  738. margin: 0.5em auto 1.8em auto;
  739. }
  740. footer .contact p {
  741. color: #18AE90;
  742. }
  743. footer .contact h2 {
  744. color: #6bb5b4;
  745. }
  746. footer p.ethics-copy.terms, footer p.ethics-copy.privacy {
  747. text-decoration: none;
  748. padding: 0 0.5em;
  749. display: inline-block;
  750. }
  751. footer p.cc {
  752. margin-top: 2.8em;
  753. }
  754. footer p.terms, footer p.privacy {
  755. margin: 1.9em auto;
  756. }
  757. footer .privacy a {
  758. color: #a67de0;
  759. }
  760. footer .terms a {
  761. color: #aed581;
  762. }
  763. /* Footer license icons */
  764. footer .license-icons ul {
  765. list-style-type: none;
  766. margin-left: 0;
  767. padding-left: 0;
  768. }
  769. footer .license-icons li {
  770. display: inline-block;
  771. margin: 1.2em 0.2em;
  772. }
  773. footer .license-icons ul img {
  774. width: 3.5em;
  775. }
  776. /* ----------------------------------------------
  777. Dialog windows
  778. ----------------------------------------------- */
  779. div.dialog {
  780. display: none;
  781. width: 26%;
  782. position: fixed;
  783. top: 37%;
  784. left: 37%;
  785. font-family: 'Open Sans', sans-serif;
  786. z-index: 2;
  787. background-color: rgba(236, 239, 241, 0.95);
  788. border-radius: 5px;
  789. min-height: 150px;
  790. }
  791. div.dialog h2 {
  792. font-size: 1.4em;
  793. margin: 0;
  794. color: #444;
  795. }
  796. div.dialog p {
  797. font-size: 0.95em;
  798. color: rgb(51, 51, 51);
  799. }
  800. div.dialog button {
  801. position: relative;
  802. top: -8px;
  803. font-size: 2.5em;
  804. outline: 0;
  805. color: #444;
  806. float: right;
  807. }
  808. div.dialog-header {
  809. background-color: rgb(200, 200, 200);
  810. padding: 0.65em 0.75em 0.65em 0.75em;
  811. border-radius: 5px 5px 0 0;
  812. width: 100%;
  813. }
  814. div.dialog-content {
  815. padding: 0.75em 1.5em 0.75em 0.75em;
  816. }
  817. /* ----------------------------------------------
  818. Masonry Colors (ADAPT)
  819. ----------------------------------------------- */
  820. .bg--blue {
  821. background-color: #85ade5;
  822. }
  823. .bg--darkblue {
  824. background-color: #8b99e0;
  825. }
  826. .bg--green {
  827. background-color: #aed581;
  828. }
  829. .bg--seagreen {
  830. background-color: #6bb5b4;
  831. }
  832. .bg--purple {
  833. background-color: #a281d1;
  834. }
  835. .bg--green1 {
  836. background-color: #29bca4;
  837. }
  838. .bg--x {
  839. background-color: #ce93d8;
  840. }
  841. .bg--mineral {
  842. background-color: #607d8b;
  843. }
  844. /* ================================================
  845. MEDIA QUERIES
  846. ================================================= */
  847. /* ----------------- 1 COL ----------------- */
  848. @media (max-width: 499px) {
  849. .masonry-layout7-5 {
  850. column-count: 1;
  851. column-gap: 0;
  852. }
  853. .masonry-layout4 {
  854. column-count: 1;
  855. column-gap: 0;
  856. }
  857. .masonry-layout2 {
  858. column-count: 1;
  859. column-gap: 0;
  860. }
  861. /* Adjust the height of culumns to maintain the layout */
  862. .field_01, .field_04, .field_09, .field_06 {
  863. min-height: 250px;
  864. }
  865. .field_03, .field_05, .field_02 {
  866. min-height: 250px;
  867. }
  868. .field_07, .field_08 {
  869. min-height: 250px;
  870. }
  871. /* Adjusting textarea heights */
  872. .added_item .expandable {
  873. height: 8em;
  874. }
  875. /* Dialog */
  876. div.dialog {
  877. width: 60%;
  878. left: 20%;
  879. }
  880. /* Form Header */
  881. .form-header {
  882. width: 100%;
  883. margin: 0 auto 2.14em auto;
  884. padding-bottom: 2em;
  885. }
  886. .form-header h1 {
  887. margin-bottom: 1em;
  888. }
  889. .form-header label {
  890. margin-top: 0.6em;
  891. display: block;
  892. text-align: left;
  893. }
  894. .form-header input {
  895. width: 95%;
  896. display: block;
  897. }
  898. .form-header p {
  899. margin-top: 1.85em;
  900. }
  901. /* Jump to */
  902. .jump-to-click-area {
  903. position: fixed;
  904. top: 0;
  905. margin-left: -15px;
  906. height: 48px;
  907. width: 100%;
  908. z-index: 2;
  909. cursor: pointer;
  910. display: none;
  911. }
  912. .jump-to-click-area-toggle {
  913. display: block;
  914. }
  915. .jump-to {
  916. width: 100%;
  917. overflow: hidden;
  918. min-height: 64px;
  919. border-radius: 5px;
  920. display: block;
  921. }
  922. .jump-to-toggle {
  923. /* display: none; */
  924. position: fixed;
  925. top: 0;
  926. z-index: 1;
  927. margin-left: -15px;
  928. border-radius: 0;
  929. padding-top: 2em;
  930. }
  931. /*
  932. .jump-to-list {
  933. }
  934. */
  935. .jump-to-list-toggle {
  936. display: none;
  937. }
  938. .jump-to hr {
  939. color: rgb(222, 222, 222);
  940. margin-top: 0.2em;
  941. margin-bottom: 0.2em;
  942. margin-left: auto;
  943. margin-right: auto;
  944. border-style: solid;
  945. border-width: 1px;
  946. }
  947. .jump-to ul {
  948. margin-top: 5px;
  949. width: 110%;
  950. margin-left: -15px;
  951. margin-bottom: -5px;
  952. padding-top: 5px;
  953. padding-left: 15px;
  954. padding-bottom: 10px;
  955. }
  956. .jump-to-img {
  957. margin-right: 5px;
  958. height: 18px;
  959. width: 18px;
  960. display: none;
  961. }
  962. .jump-to-img-toggle {
  963. display: inline;
  964. }
  965. /*
  966. .jump-to .jump-to-arrow {
  967. display: inline-block;
  968. }
  969. */
  970. /*
  971. .jump-to label {
  972. cursor: pointer;
  973. }
  974. */
  975. .jump-to-arrow-90 {
  976. transform: rotate(90deg);
  977. transition: .3s;
  978. }
  979. .jump-to-arrow-0 {
  980. transform: rotate(0deg);
  981. transition: .3s;
  982. }
  983. /* Saved tags */
  984. .saved-tags {
  985. padding: 1em 1em 0.3em 1em;
  986. }
  987. .saved-tags label {
  988. margin-right: 0.3em;
  989. }
  990. .saved-tags p {
  991. display: block;
  992. }
  993. /* Move window */
  994. div#move-window {
  995. left: 15%;
  996. width: 70%;
  997. }
  998. /* Tag window */
  999. div#tag-window {
  1000. width: 75%;
  1001. }
  1002. div#tag-window textarea#tag-description {
  1003. width: 100%;
  1004. }
  1005. /* User area button and dropdown menu in the header: only shown when logged in */
  1006. .form-header .user-profile {
  1007. margin-left: 0;
  1008. width: 95%;
  1009. }
  1010. /* The button When the drop down menu is open */
  1011. .dropdown button#dropdownMenu1 {
  1012. width: 100%;
  1013. margin: auto;
  1014. }
  1015. /* Bootstrap dropdown classes */
  1016. ul.dropdown-menu {
  1017. margin-left: 0;
  1018. width: 100%;
  1019. margin: auto;
  1020. }
  1021. }
  1022. /* ----------------- 2 COL ----------------- */
  1023. @media (min-width: 500px) and (max-width: 934px) {
  1024. .masonry-layout7-5 {
  1025. column-count: 2;
  1026. column-gap: 0;
  1027. }
  1028. .masonry-layout4 {
  1029. column-count: 2;
  1030. column-gap: 0;
  1031. }
  1032. /* Adjust the height of culumns to maintain the layout */
  1033. .field_01, .field_04, .field_09, .field_06 {
  1034. min-height: 460px;
  1035. }
  1036. .field_02 {
  1037. min-height: 930px;
  1038. }
  1039. .field_03, .field_05 {
  1040. min-height: 460px;
  1041. }
  1042. .field_07, .field_08 {
  1043. min-height: 460px;
  1044. }
  1045. /* Adjusting textarea heights */
  1046. .added_item .expandable {
  1047. height: 8em;
  1048. }
  1049. /* Dialog */
  1050. div.dialog {
  1051. width: 46%;
  1052. left: 27%;
  1053. }
  1054. /* Form Header */
  1055. .form-header {
  1056. width: 100%;
  1057. }
  1058. .form-header h1 {
  1059. text-align: center;
  1060. }
  1061. .form-header label {
  1062. margin-top: 1.8em;
  1063. display: block;
  1064. text-align: center;
  1065. }
  1066. .form-header input {
  1067. width: 50%;
  1068. display: block;
  1069. margin: auto;
  1070. }
  1071. .form-header p {
  1072. margin-top: 1.85em;
  1073. }
  1074. a.logo img {
  1075. display: block;
  1076. width: 40%;
  1077. margin: auto;
  1078. }
  1079. /* Saved tags */
  1080. .saved-tags {
  1081. padding: 1em 1em 0.3em 1em;
  1082. }
  1083. .saved-tags label {
  1084. margin-right: 0.3em;
  1085. }
  1086. .saved-tags p {
  1087. display: block;
  1088. }
  1089. /* Move window */
  1090. div#move-window {
  1091. left: 25%;
  1092. width: 50%;
  1093. }
  1094. /* Tag window */
  1095. div#tag-window {
  1096. width: 75%;
  1097. }
  1098. div#tag-window textarea#tag-description {
  1099. width: 100%;
  1100. }
  1101. /* User area button and dropdown menu in the header: only shown when logged in */
  1102. .form-header .user-profile {
  1103. margin-left: 0;
  1104. width: 50%;
  1105. margin: 2em auto;
  1106. }
  1107. /* The button When the drop down menu is open */
  1108. .dropdown button#dropdownMenu1 {
  1109. width: 60%;
  1110. margin: 0 20%;
  1111. }
  1112. /* Bootstrap dropdown classes */
  1113. ul.dropdown-menu {
  1114. margin-left: 0;
  1115. width: 60%;
  1116. margin: 0 20%;
  1117. }
  1118. }
  1119. /* ----------------- 4 COL Smaller ----------------- */
  1120. @media (min-width: 935px) and (max-width: 991px) {
  1121. .masonry-layout7-5 {
  1122. column-count: 4;
  1123. column-gap: 0;
  1124. }
  1125. .masonry-layout4 {
  1126. column-count: 4;
  1127. column-gap: 0;
  1128. }
  1129. /* Adjust the height of culumns to maintain the layout */
  1130. .field_01, .field_04, .field_09, .field_06 {
  1131. min-height: 500px;
  1132. }
  1133. .field_02 {
  1134. min-height: 1010px;
  1135. }
  1136. .field_03, .field_05 {
  1137. min-height: 500px;
  1138. }
  1139. .field_07, .field_08 {
  1140. min-height: 500px;
  1141. }
  1142. /* Dialog */
  1143. div.dialog {
  1144. width: 30%;
  1145. left: 37%;
  1146. }
  1147. /* Form Header */
  1148. .form-header {
  1149. width: 100%;
  1150. }
  1151. .form-header h1 {
  1152. text-align: center;
  1153. }
  1154. .form-header label {
  1155. margin-top: 1.8em;
  1156. display: block;
  1157. text-align: center;
  1158. }
  1159. .form-header input {
  1160. width: 50%;
  1161. display: block;
  1162. margin: auto;
  1163. }
  1164. .form-header p {
  1165. margin-top: 1.85em;
  1166. }
  1167. /* User area button and dropdown menu in the header: only shown when logged in */
  1168. .form-header .user-profile {
  1169. margin-left: 0;
  1170. width: 60%;
  1171. margin: 2em auto;
  1172. transition: all 0.4s;
  1173. }
  1174. /* Tag window */
  1175. div#tag-window {
  1176. width: 75%;
  1177. }
  1178. /* The button When the drop down menu is open */
  1179. .dropdown button#dropdownMenu1 {
  1180. width: 62%;
  1181. margin: 0 18%;
  1182. }
  1183. /* Bootstrap dropdown classes */
  1184. ul.dropdown-menu {
  1185. margin-left: 0;
  1186. width: 62%;
  1187. margin: 0 18%;
  1188. }
  1189. }
  1190. @media (min-width: 935px) and (max-width: 1153px) {
  1191. /* Adjusting textarea heights */
  1192. .added_item .expandable {
  1193. height: 8em;
  1194. }
  1195. }
  1196. /* ---------------- 4 COL Large ---------------- */
  1197. @media (min-width: 992px) and (max-width: 1153px) {
  1198. .masonry-layout7-5 {
  1199. column-count: 4;
  1200. column-gap: 0;
  1201. }
  1202. .masonry-layout4 {
  1203. column-count: 4;
  1204. column-gap: 0;
  1205. }
  1206. /* DESKTOP version: HOLDING THE CANVAS DEFAULT LAYOUT FORM */
  1207. /* Adjust the height of culumns to maintain the layout */
  1208. .field_01, .field_04, .field_09, .field_06 {
  1209. min-height: 480px;
  1210. }
  1211. .field_02 {
  1212. min-height: 970px;
  1213. }
  1214. .field_03, .field_05 {
  1215. min-height: 480px;
  1216. }
  1217. .field_07, .field_08 {
  1218. min-height: 480px;
  1219. }
  1220. /* Dialog */
  1221. div.dialog {
  1222. width: 30%;
  1223. left: 37%;
  1224. }
  1225. /* Form Header */
  1226. .form-header {
  1227. width: 100%;
  1228. min-height: 8em;
  1229. }
  1230. .form-header h1 {
  1231. font-size: 1.7em;
  1232. }
  1233. .form-header label {
  1234. margin-top: 1.8em;
  1235. display: block;
  1236. text-align: left;
  1237. }
  1238. .form-header input {
  1239. width: 100%;
  1240. display: block;
  1241. }
  1242. .form-header p {
  1243. margin-top: 2em;
  1244. }
  1245. /* Tag window */
  1246. div#tag-window {
  1247. width: 75%;
  1248. }
  1249. }
  1250. @media (min-width: 1052px) and (max-width: 1153px) {
  1251. /* Adjusting textarea heights */
  1252. .added_item .expandable {
  1253. height: 8em;
  1254. }
  1255. .new_item {}
  1256. }
  1257. /* ---------------- 5 COL ---------------- */
  1258. @media (min-width: 1154px) and (max-width: 1650px) {
  1259. /* DESKTOP version: HOLDING THE CANVAS DEFAULT LAYOUT FORM */
  1260. /* Adjust the height of culumns to maintain the layout */
  1261. .field_01, .field_02, .field_09 {
  1262. min-height: 917px;
  1263. }
  1264. .field_03, .field_05 {
  1265. min-height: 428px;
  1266. }
  1267. .field_04, .field_06 {
  1268. min-height: 478px;
  1269. }
  1270. .field_07, .field_08 {
  1271. min-height: 390px;
  1272. }
  1273. }
  1274. @media (min-width: 1154px) and (max-width: 1702px) {
  1275. /* Adjusting textarea heights */
  1276. .added_item .expandable {
  1277. height: 8.5em;
  1278. }
  1279. .new_item {}
  1280. }
  1281. /* ---------------------------------------------- */
  1282. @media (min-width: 1651px) {
  1283. /* DESKTOP version: HOLDING THE CANVAS DEFAULT LAYOUT FORM */
  1284. /* Adjust the height of culumns to maintain the layout */
  1285. .field_01, .field_02, .field_09 {
  1286. min-height: 775px;
  1287. }
  1288. .field_03, .field_05 {
  1289. min-height: 375px;
  1290. }
  1291. .field_04, .field_06 {
  1292. min-height: 390px;
  1293. }
  1294. .field_07, .field_08 {
  1295. min-height: 340px;
  1296. }
  1297. }
  1298. /* ---------------- Header space bug fix ---------------- */
  1299. @media (min-width: 500px) and (max-width: 991px) {
  1300. .form-header {
  1301. padding-bottom: 30px;
  1302. }
  1303. }
  1304. @media (min-width: 1154px) and (max-width: 1240px) {
  1305. input.proj_title {
  1306. margin-right: -9px;
  1307. }
  1308. }