canvas.css 29 KB

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