canvas.css 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294
  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 2.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.14em 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.6);
  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. height: auto;
  257. overflow: scroll;
  258. /* cursor: move; */
  259. cursor: text;
  260. }
  261. /* ul.item_list textarea { */
  262. ul.item_list div {
  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.6);
  273. /* For auto expansion jQuery code */
  274. box-sizing: padding-box;
  275. overflow: hidden;
  276. }
  277. /* ----------------------------------------------
  278. List item handles: Bootstrap Glyphicon
  279. ----------------------------------------------- */
  280. ul.item_list span.glyphicon {
  281. border-radius: 100%;
  282. margin-right: 10px;
  283. color: #ffffff;
  284. font-size: 1.2em;
  285. cursor: pointer;
  286. }
  287. span.glyphicon:hover {
  288. color: rgba(0, 0, 0, 0.5);
  289. }
  290. /* The handle icon for each item */
  291. span.handle {
  292. margin-left: 14px;
  293. /* cursor: move; */
  294. }
  295. /* Placeholder for sorting items */
  296. .sort-placeholder {
  297. border-radius: 0.35em;
  298. background-color: rgba(40, 40, 40, 0.35);
  299. width: 85%;
  300. height: 2.5em;
  301. padding: 0.5em 0.5em;
  302. margin-left: 1em;
  303. }
  304. /* ----------------------------------------------
  305. Tag selected term link
  306. ----------------------------------------------- */
  307. p.tag-selected-term {
  308. margin-top: 20px;
  309. display: none;
  310. }
  311. p.tag-selected-term a {
  312. color: #ffffff;
  313. font-size: 1.05em;
  314. margin-left: 1em;
  315. margin-top: 2em;
  316. padding: 1em 1em 1em 2em;
  317. background-image: url('../icons/tag.svg');
  318. background-size: 2.2em;
  319. background-position: left;
  320. background-repeat: no-repeat;
  321. }
  322. /* ----------------------------------------------
  323. USER INPUT:
  324. Add new items in each field
  325. ----------------------------------------------- */
  326. .user-input {
  327. width: 100%;
  328. margin-left: 1em;
  329. margin-top: 2em;
  330. padding-bottom: 1.5em;
  331. display: none;
  332. /* Shown (slide up and down) by jQuery when adding ideas */
  333. }
  334. /* The div containing all the user input things */
  335. .add_box {
  336. /* 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) */
  337. padding-bottom: 5.3em;
  338. }
  339. /* Add an idea link */
  340. a.add-idea {
  341. color: #ffffff;
  342. font-size: 1.05em;
  343. margin-left: 1em;
  344. margin-top: 2em;
  345. padding: 1em 1em 1em 2em;
  346. background-image: url('../icons/lightbulb.svg');
  347. background-size: 1.4em;
  348. background-position: left;
  349. background-repeat: no-repeat;
  350. }
  351. /* Textarea of a new item input */
  352. /* textarea.new_item { */
  353. .new_item {
  354. width: 90%;
  355. border: 1px solid #ffffff;
  356. border-radius: 0.35em;
  357. outline: none;
  358. padding-left: 0.5em;
  359. /* for auto expantion jQuery code */
  360. box-sizing: border-box;
  361. overflow: hidden;
  362. }
  363. /* The add button */
  364. .add_btn {
  365. background-color: transparent;
  366. color: #ffffff;
  367. padding: 0.25em 1.2em;
  368. border: 0.12em solid #ffffff;
  369. border-radius: 0.5em;
  370. }
  371. .add_btn:hover {
  372. color: #37474f;
  373. border-color: #37474f;
  374. }
  375. li.added_item span {
  376. display: inline;
  377. margin-top: 5em;
  378. }
  379. /* textarea.expandable { */
  380. .expandable {
  381. box-sizing: border-box;
  382. /* remove the user resizing for the text fields */
  383. resize: none;
  384. /* display: inline-block; */
  385. width: 75% !important;
  386. }
  387. .user-input span.chars {
  388. font-size: 1.1em;
  389. color: rgba(255, 255, 255, 0.7);
  390. }
  391. /* Tag */
  392. a.tag {
  393. background-color: rgba(55, 71, 79, 0.5);
  394. color: #ffffff;
  395. padding: 1px 2px;
  396. border: 1px solid rgba(0, 0, 0, 0.1);
  397. text-decoration: none;
  398. white-space: nowrap;
  399. }
  400. a.tag:hover {
  401. background-color: rgba(255, 255, 255, 0.5);
  402. color: rgba(55, 71, 79, 0.5);
  403. padding: 1px 2px;
  404. border: 1px solid rgba(0, 0, 0, 0.1);
  405. text-decoration: none;
  406. cursor: pointer;
  407. }
  408. /* Background shadow on all types of popups */
  409. div#shadow {
  410. display: none;
  411. width: 100%;
  412. height: 100%;
  413. position: fixed;
  414. top: 0;
  415. left: 0;
  416. z-index: 2;
  417. background-color: rgba(0, 0, 0, 0.5);
  418. }
  419. /* ----------------------------------------------
  420. Move and tag window
  421. ----------------------------------------------- */
  422. div.window {
  423. position: fixed;
  424. z-index: 3;
  425. top: 20%;
  426. border-radius: 10px;
  427. padding: 1em 1.5em 1em 1em;
  428. background-color: rgba(236, 239, 241, 0.95);
  429. display: none;
  430. }
  431. div.window button.close {
  432. outline: 0;
  433. position: relative;
  434. top: -8px;
  435. font-size: 2.5em;
  436. }
  437. div.window h2 {
  438. margin: 0 0 0.4em 0;
  439. font-size: 1.4em;
  440. line-height: 1.5;
  441. }
  442. div.window p {
  443. font-size: 0.95em;
  444. }
  445. /* ----------------------------------------------
  446. Move window
  447. ----------------------------------------------- */
  448. div#move-window {
  449. left: 35%;
  450. width: 30%;
  451. }
  452. div#move-window .move-window-button {
  453. background-color: transparent;
  454. color: rgb(51, 51, 51);
  455. padding: 0.25em 1.2em;
  456. border: 0.12em solid rgb(51, 51, 51);
  457. border-radius: 0.5em;
  458. }
  459. div#move-window .move-window-button:hover {
  460. color: #ffffff;
  461. border-color: #ffffff;
  462. }
  463. div#move-window h2 {
  464. }
  465. div#move-window ul {
  466. list-style-type: none;
  467. padding-left: 0;
  468. margin-bottom: 0;
  469. }
  470. /* ----------------------------------------------
  471. Tag window
  472. ----------------------------------------------- */
  473. div#tag-window {
  474. left: 12.5%;
  475. width: 75%;
  476. }
  477. /*
  478. div#tag-window h2#tag-description {
  479. }
  480. */
  481. div#tag-window textarea#tag-description {
  482. font-size: 0.95em;
  483. outline: none;
  484. width: 100%;
  485. border: 1px solid #ffffff;
  486. border-radius: 0.35em;
  487. margin: 0 0 0.75em 0;
  488. padding-left: 0.5em;
  489. resize: none;
  490. color: rgb(117, 117, 117);
  491. }
  492. div#tag-window span.chars {
  493. font-size: 1.1em;
  494. color: rgb(117, 117, 117);
  495. }
  496. div#tag-window .tag-window-button {
  497. background-color: transparent;
  498. color: rgb(51, 51, 51);
  499. padding: 0.25em 1.2em;
  500. border: 0.12em solid rgb(51, 51, 51);
  501. border-radius: 0.5em;
  502. }
  503. div#tag-window .tag-window-button:hover {
  504. color: #ffffff;
  505. border-color: #ffffff;
  506. }
  507. div#tag-window #delete-tag {
  508. display: none;
  509. }
  510. div#tag-window h2.similar-tags {
  511. margin: 0.95em 0 -0.2em 0;
  512. }
  513. div#tag-window p.similar-tags-tag {
  514. margin: 0.95em 0 0.4em 0;
  515. }
  516. div#tag-window p.similar-tags-description {
  517. margin: 0;
  518. }
  519. div#tag-window p.similar-tags-description-none {
  520. margin: 0.25em 0 0 0;
  521. display: none;
  522. }
  523. div#tag-window p.similar-tags-username {
  524. margin: 0;
  525. font-size: 0.75em;
  526. }
  527. /* ----------------------------------------------
  528. Field bottom area
  529. ----------------------------------------------- */
  530. div.card {
  531. position: relative;
  532. }
  533. .field-bottom {
  534. background-color: rgba(0, 0, 0, 0.25);
  535. border-radius: 0 0 10px 10px;
  536. height: 40px;
  537. bottom: 0;
  538. position: absolute;
  539. left: 0;
  540. width: 100%;
  541. }
  542. .field-bottom > img[src*=field] {
  543. width: 25px;
  544. height: 25px;
  545. margin-top: 7px;
  546. margin-left: 10px;
  547. }
  548. .field-bottom > img[src*=number] {
  549. float: right;
  550. width: 25px;
  551. height: 18px;
  552. margin-top: 11px;
  553. margin-right: 10px;
  554. }
  555. /* ----------------------------------------------
  556. FORM Import & Export buttons
  557. ----------------------------------------------- */
  558. .imp-exp-btn {
  559. margin-top: 2.5em;
  560. padding-left: 5px;
  561. padding-right: 5px;
  562. }
  563. button.json_exp, button.share_canvas, .pdf_exp {
  564. border: none;
  565. border-radius: 0.5em;
  566. padding: 1em 0;
  567. width: 60%;
  568. outline: none;
  569. }
  570. button.json_exp:hover, button.share_canvas:hover {
  571. opacity: 0.6;
  572. }
  573. .pdf_exp:hover {
  574. text-decoration: underline;
  575. }
  576. button.json_exp {
  577. background-color: #aed581;
  578. margin: 1em auto 0 auto;
  579. }
  580. button.share_canvas {
  581. background-color: #a67de0;
  582. margin: 0.5em auto 0.4em auto;
  583. }
  584. .pdf_exp {
  585. background-color: #85ade5;
  586. margin: 0.5em auto 0.4em auto;
  587. }
  588. /* The sign up or login to save link for unregistered users */
  589. a.login-to-save {
  590. display: block;
  591. padding: 1em;
  592. color: #444;
  593. border: none;
  594. border-radius: 0.5em;
  595. padding: 1em 0;
  596. width: 60%;
  597. outline: none;
  598. margin: 1em auto 0 auto;
  599. background-color: #aed581;
  600. }
  601. /* The save canvas PHP under the save/export buttons */
  602. .save-canvas-feedback p {
  603. text-align: center;
  604. color: #15af97;
  605. }
  606. .save-canvas-feedback span {
  607. color: #15af97;
  608. margin-right: 0.4em;
  609. }
  610. .save-canvas-feedback-fail p {
  611. text-align: center;
  612. color: #37474f;
  613. }
  614. .save-canvas-feedback-fail span {
  615. color: #37474f;
  616. margin-right: 0.4em;
  617. }
  618. /* Sharing the canvas */
  619. /* The share canvas button */
  620. .share_canvas{
  621. }
  622. .share_canvas_email{
  623. display: none;
  624. }
  625. .share_canvas_email input{
  626. width: 80%;
  627. padding: 1em;
  628. border-radius: 5px;
  629. border: 1px solid #444;
  630. }
  631. .share_canvas_email input:focus{
  632. outline: none;
  633. }
  634. /* The send btn */
  635. .share_canvas_send{
  636. border: none;
  637. border-radius: 0.5em;
  638. padding: 1em 0;
  639. width: 25%;
  640. outline: none;
  641. background-color: #546e7a;
  642. color: #ffffff;
  643. }
  644. /* ----------------------------------------------
  645. Footer
  646. ----------------------------------------------- */
  647. footer {
  648. font-size: 1em;
  649. margin-top: 2em;
  650. padding: 1.5em;
  651. background-color: #37474f;
  652. color: #ffffff;
  653. }
  654. footer .license a {
  655. color: #759BCF;
  656. }
  657. footer .license {
  658. margin: 0.5em auto 1.8em auto;
  659. }
  660. footer .contact p {
  661. color: #18AE90;
  662. }
  663. footer .contact h2 {
  664. color: #6bb5b4;
  665. }
  666. footer p.ethics-copy.terms, footer p.ethics-copy.privacy {
  667. text-decoration: none;
  668. padding: 0 0.5em;
  669. display: inline-block;
  670. }
  671. footer p.cc {
  672. margin-top: 2.8em;
  673. }
  674. footer p.terms, footer p.privacy {
  675. margin: 1.9em auto;
  676. }
  677. footer .privacy a {
  678. color: #a67de0;
  679. }
  680. footer .terms a {
  681. color: #aed581;
  682. }
  683. /* Footer license icons */
  684. footer .license-icons ul {
  685. list-style-type: none;
  686. margin-left: 0;
  687. padding-left: 0;
  688. }
  689. footer .license-icons li {
  690. display: inline-block;
  691. margin: 1.2em 0.2em;
  692. }
  693. footer .license-icons ul img {
  694. width: 3.5em;
  695. }
  696. /* ----------------------------------------------
  697. Dialog popups
  698. ----------------------------------------------- */
  699. div.dialog {
  700. display: none;
  701. }
  702. .ui-widget {
  703. font-family: 'Open Sans', sans-serif;
  704. }
  705. .ui-widget-content {
  706. border: none;
  707. padding: 0.75em 1.5em 0.75em 0.75em;
  708. background-color: rgba(236, 239, 241, 0.95) !important;
  709. }
  710. .ui-dialog {
  711. background-color: rgba(236, 239, 241, 0.95);
  712. left: 0;
  713. outline: 0 none;
  714. padding: 0 !important;
  715. position: absolute;
  716. top: 0;
  717. }
  718. .ui-dialog p {
  719. font-size: 0.95em;
  720. color: rgb(51, 51, 51);
  721. }
  722. .ui-widget-header {
  723. border: 0;
  724. border-radius: 0;
  725. }
  726. .ui-dialog button {
  727. border: none;
  728. border-radius: 0;
  729. background: none;
  730. outline: 0;
  731. color: #444;
  732. }
  733. .ui-button-icon-only span {
  734. margin-top: -10px !important;
  735. font-size: 2.5em;
  736. }
  737. /* ----------------------------------------------
  738. Masonry Colors (ADAPT)
  739. ----------------------------------------------- */
  740. .bg--blue {
  741. background-color: #7297ce;
  742. background-color: #85ade5;
  743. }
  744. .bg--darkblue {
  745. background-color: #7986cb;
  746. background-color: #8b99e0;
  747. }
  748. .bg--green {
  749. /* background-color: #94c356;
  750. background-color: #9dc963; */
  751. background-color: #aed581;
  752. }
  753. .bg--seagreen {
  754. /* background-color: #48D1CC; */
  755. background-color: #6bb5b4;
  756. }
  757. .bg--purple {
  758. /* background-color: #59358c; */
  759. background-color: #a281d1;
  760. }
  761. .bg--green1 {
  762. /* background-color: #15af97; */
  763. background-color: #29bca4;
  764. }
  765. .bg--x {
  766. background-color: #ce93d8;
  767. }
  768. .bg--mineral {
  769. background-color: #607d8b;
  770. }
  771. /* ================================================
  772. MEDIA QUERIES
  773. ================================================= */
  774. /* ----------------- 1 COL ----------------- */
  775. @media (max-width: 499px) {
  776. .masonry-layout7-5 {
  777. column-count: 1;
  778. column-gap: 0;
  779. }
  780. .masonry-layout4 {
  781. column-count: 1;
  782. column-gap: 0;
  783. }
  784. .masonry-layout2 {
  785. column-count: 1;
  786. column-gap: 0;
  787. }
  788. /* Adjust the height of culumns to maintain the layout */
  789. .field_01, .field_04, .field_09, .field_06 {
  790. min-height: 250px;
  791. }
  792. .field_03, .field_05, .field_02 {
  793. min-height: 250px;
  794. }
  795. .field_07, .field_08 {
  796. min-height: 250px;
  797. }
  798. /* Adjusting textarea heights */
  799. /* .added_item textarea { */
  800. .added_item div {
  801. height: 8em;
  802. }
  803. /* Form Header */
  804. .form-header {
  805. width: 100%;
  806. padding-bottom: 2em;
  807. }
  808. .form-header h1 {
  809. margin-bottom: 1em;
  810. }
  811. .form-header label {
  812. margin-top: 0.6em;
  813. display: block;
  814. text-align: left;
  815. }
  816. .form-header input {
  817. width: 95%;
  818. display: block;
  819. }
  820. .form-header p {
  821. margin-top: 1.85em;
  822. }
  823. /* Jump to */
  824. .jump-to-click-area {
  825. position: fixed;
  826. top: 0;
  827. margin-left: -15px;
  828. height: 48px;
  829. width: 100%;
  830. z-index: 2;
  831. cursor: pointer;
  832. display: none;
  833. }
  834. .jump-to-click-area-toggle {
  835. display: block;
  836. }
  837. .jump-to {
  838. width: 100%;
  839. overflow: hidden;
  840. min-height: 64px;
  841. border-radius: 5px;
  842. display: block;
  843. }
  844. .jump-to-toggle {
  845. /* display: none; */
  846. position: fixed;
  847. top: 0;
  848. z-index: 1;
  849. margin-left: -15px;
  850. border-radius: 0;
  851. padding-top: 2em;
  852. }
  853. /*
  854. .jump-to-list {
  855. }
  856. */
  857. .jump-to-list-toggle {
  858. display: none;
  859. }
  860. .jump-to hr {
  861. color: rgb(222, 222, 222);
  862. margin-top: 0.2em;
  863. margin-bottom: 0.2em;
  864. margin-left: auto;
  865. margin-right: auto;
  866. border-style: solid;
  867. border-width: 1px;
  868. }
  869. .jump-to ul {
  870. margin-top: 5px;
  871. width: 110%;
  872. margin-left: -15px;
  873. margin-bottom: -5px;
  874. padding-top: 5px;
  875. padding-left: 15px;
  876. padding-bottom: 10px;
  877. }
  878. .jump-to-img {
  879. margin-right: 5px;
  880. height: 18px;
  881. width: 18px;
  882. display: none;
  883. }
  884. .jump-to-img-toggle {
  885. display: inline;
  886. }
  887. /*
  888. .jump-to .jump-to-arrow {
  889. display: inline-block;
  890. }
  891. */
  892. /*
  893. .jump-to label {
  894. cursor: pointer;
  895. }
  896. */
  897. .jump-to-arrow-90 {
  898. transform: rotate(90deg);
  899. transition: .3s;
  900. }
  901. .jump-to-arrow-0 {
  902. transform: rotate(0deg);
  903. transition: .3s;
  904. }
  905. /* Saved tags */
  906. .saved-tags {
  907. padding: 1em 1em 0.3em 1em;
  908. }
  909. .saved-tags label {
  910. margin-right: 0.3em;
  911. }
  912. .saved-tags p {
  913. display: block;
  914. }
  915. /* Move window */
  916. div#move-window {
  917. left: 15%;
  918. width: 70%;
  919. }
  920. /* Tag window */
  921. div#tag-window textarea#tag-description {
  922. width: 100%;
  923. }
  924. /* User area button and dropdown menu in the header: only shown when logged in */
  925. .form-header .user-profile {
  926. margin-left: 0;
  927. width: 95%;
  928. }
  929. /* The button When the drop down menu is open */
  930. .dropdown button#dropdownMenu1 {
  931. width: 100%;
  932. margin: auto;
  933. }
  934. /* Bootstrap dropdown classes */
  935. ul.dropdown-menu {
  936. margin-left: 0;
  937. width: 100%;
  938. margin: auto;
  939. }
  940. }
  941. /* ----------------- 2 COL ----------------- */
  942. @media (min-width: 500px) and (max-width: 934px) {
  943. .masonry-layout7-5 {
  944. column-count: 2;
  945. column-gap: 0;
  946. }
  947. .masonry-layout4 {
  948. column-count: 2;
  949. column-gap: 0;
  950. }
  951. /* Adjust the height of culumns to maintain the layout */
  952. .field_01, .field_04, .field_09, .field_06 {
  953. min-height: 460px;
  954. }
  955. .field_02 {
  956. min-height: 930px;
  957. }
  958. .field_03, .field_05 {
  959. min-height: 460px;
  960. }
  961. .field_07, .field_08 {
  962. min-height: 460px;
  963. }
  964. /* Adjusting textarea heights */
  965. /* .added_item textarea { */
  966. .added_item div {
  967. height: 8em;
  968. }
  969. /* Form Header */
  970. .form-header {
  971. width: 100%;
  972. }
  973. .form-header h1 {
  974. text-align: center;
  975. }
  976. .form-header label {
  977. margin-top: 1.8em;
  978. display: block;
  979. text-align: center;
  980. }
  981. .form-header input {
  982. width: 50%;
  983. display: block;
  984. margin: auto;
  985. }
  986. .form-header p {
  987. margin-top: 1.85em;
  988. }
  989. a.logo img {
  990. display: block;
  991. width: 40%;
  992. margin: auto;
  993. }
  994. /* Saved tags */
  995. .saved-tags {
  996. padding: 1em 1em 0.3em 1em;
  997. }
  998. .saved-tags label {
  999. margin-right: 0.3em;
  1000. }
  1001. .saved-tags p {
  1002. display: block;
  1003. }
  1004. /* Move window */
  1005. div#move-window {
  1006. left: 25%;
  1007. width: 50%;
  1008. }
  1009. /* Tag window */
  1010. div#tag-window textarea#tag-description {
  1011. width: 100%;
  1012. }
  1013. /* User area button and dropdown menu in the header: only shown when logged in */
  1014. .form-header .user-profile {
  1015. margin-left: 0;
  1016. width: 50%;
  1017. margin: 2em auto;
  1018. }
  1019. /* The button When the drop down menu is open */
  1020. .dropdown button#dropdownMenu1 {
  1021. width: 60%;
  1022. margin: 0 20%;
  1023. }
  1024. /* Bootstrap dropdown classes */
  1025. ul.dropdown-menu {
  1026. margin-left: 0;
  1027. width: 60%;
  1028. margin: 0 20%;
  1029. }
  1030. }
  1031. /* ----------------- 4 COL Smaller ----------------- */
  1032. @media (min-width: 935px) and (max-width: 991px) {
  1033. .masonry-layout7-5 {
  1034. column-count: 4;
  1035. column-gap: 0;
  1036. }
  1037. .masonry-layout4 {
  1038. column-count: 4;
  1039. column-gap: 0;
  1040. }
  1041. /* Adjust the height of culumns to maintain the layout */
  1042. .field_01, .field_04, .field_09, .field_06 {
  1043. min-height: 500px;
  1044. }
  1045. .field_02 {
  1046. min-height: 1010px;
  1047. }
  1048. .field_03, .field_05 {
  1049. min-height: 500px;
  1050. }
  1051. .field_07, .field_08 {
  1052. min-height: 500px;
  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. /* User area button and dropdown menu in the header: only shown when logged in */
  1075. .form-header .user-profile {
  1076. margin-left: 0;
  1077. width: 60%;
  1078. margin: 2em auto;
  1079. transition: all 0.4s;
  1080. }
  1081. /* The button When the drop down menu is open */
  1082. .dropdown button#dropdownMenu1 {
  1083. width: 62%;
  1084. margin: 0 18%;
  1085. }
  1086. /* Bootstrap dropdown classes */
  1087. ul.dropdown-menu {
  1088. margin-left: 0;
  1089. width: 62%;
  1090. margin: 0 18%;
  1091. }
  1092. }
  1093. @media (min-width: 935px) and (max-width: 1153px) {
  1094. /* Adjusting textarea heights */
  1095. /* .added_item textarea { */
  1096. .added_item div {
  1097. height: 8em;
  1098. }
  1099. }
  1100. /* ---------------- COL 4 Large ---------------- */
  1101. @media (min-width: 992px) and (max-width: 1153px) {
  1102. .masonry-layout7-5 {
  1103. column-count: 4;
  1104. column-gap: 0;
  1105. }
  1106. .masonry-layout4 {
  1107. column-count: 4;
  1108. column-gap: 0;
  1109. }
  1110. /* DESKTOP version: HOLDING THE CANVAS DEFAULT LAYOUT FORM */
  1111. /* Adjust the height of culumns to maintain the layout */
  1112. .field_01, .field_04, .field_09, .field_06 {
  1113. min-height: 480px;
  1114. }
  1115. .field_02 {
  1116. min-height: 970px;
  1117. }
  1118. .field_03, .field_05 {
  1119. min-height: 480px;
  1120. }
  1121. .field_07, .field_08 {
  1122. min-height: 480px;
  1123. }
  1124. /* Form Header */
  1125. .form-header {
  1126. width: 100%;
  1127. min-height: 8em;
  1128. }
  1129. .form-header h1 {
  1130. font-size: 1.7em;
  1131. }
  1132. .form-header label {
  1133. margin-top: 1.8em;
  1134. display: block;
  1135. text-align: left;
  1136. }
  1137. .form-header input {
  1138. width: 100%;
  1139. display: block;
  1140. }
  1141. .form-header p {
  1142. margin-top: 2em;
  1143. }
  1144. }
  1145. @media (min-width: 1052px) and (max-width: 1153px) {
  1146. /* Adjusting textarea heights */
  1147. /* .added_item textarea { */
  1148. .added_item div {
  1149. height: 8em;
  1150. }
  1151. .new_item {}
  1152. }
  1153. /* ---------------- COL 5 ---------------- */
  1154. @media (min-width: 1154px) and (max-width: 1650px) {
  1155. /* DESKTOP version: HOLDING THE CANVAS DEFAULT LAYOUT FORM */
  1156. /* Adjust the height of culumns to maintain the layout */
  1157. .field_01, .field_02, .field_09 {
  1158. min-height: 917px;
  1159. }
  1160. .field_03, .field_05 {
  1161. min-height: 428px;
  1162. }
  1163. .field_04, .field_06 {
  1164. min-height: 478px;
  1165. }
  1166. .field_07, .field_08 {
  1167. min-height: 390px;
  1168. }
  1169. }
  1170. @media (min-width: 1154px) and (max-width: 1702px) {
  1171. /* Adjusting textarea heights */
  1172. /* .added_item textarea { */
  1173. .added_item div {
  1174. height: 8.5em;
  1175. }
  1176. .new_item {}
  1177. }
  1178. /* ---------------------------------------------- */
  1179. @media (min-width: 1651px) {
  1180. /* DESKTOP version: HOLDING THE CANVAS DEFAULT LAYOUT FORM */
  1181. /* Adjust the height of culumns to maintain the layout */
  1182. .field_01, .field_02, .field_09 {
  1183. min-height: 775px;
  1184. }
  1185. .field_03, .field_05 {
  1186. min-height: 375px;
  1187. }
  1188. .field_04, .field_06 {
  1189. min-height: 390px;
  1190. }
  1191. .field_07, .field_08 {
  1192. min-height: 340px;
  1193. }
  1194. }
  1195. /* ---------------- Header space bug fix ---------------- */
  1196. @media (min-width: 500px) and (max-width: 991px) {
  1197. .form-header {
  1198. padding-bottom: 30px;
  1199. }
  1200. }
  1201. @media (min-width: 1154px) and (max-width: 1240px) {
  1202. input.proj_title {
  1203. margin-right: -9px;
  1204. }
  1205. }