12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223 |
- * {
- font-family: 'Open Sans', sans-serif;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- }
- html, body {
- height: 100%;
- }
- p {
- font-size: 0.95em;
- }
- pre {
- border: none;
- background-color: #eceff1;
- visibility: hidden;
- }
- /* ----------------------------------------------
- Logo
- ----------------------------------------------- */
- a.logo {
- display: block;
- }
- a.logo img {
- display: block;
- width: 60%;
- margin: auto;
- }
- /* ----------------------------------------------
- Form header
- ----------------------------------------------- */
- .form-header {
- width: 100%;
- margin: 0 auto 2.14em auto;
- /* background-color:#546e7a; */
- background-color: #eceff1;
- border-radius: 0 0 5px 5px;
- min-height: 6em;
- }
- .form-header h1 {
- color: #444;
- font-size: 1.9em;
- text-align: left;
- }
- .form-header h2 {
- font-size: 1.4em;
- color: #444;
- }
- .form-header p {
- font-size: 0.9em;
- margin-top: 1em;
- color: #444;
- }
- .form-header label {
- font-size: 1.1em;
- margin-top: 1.8em;
- margin-right: 0.3em;
- color: #444;
- }
- .form-header input {
- width: 62%;
- outline: none;
- border: 1px solid #eceff1;
- border-radius: 4px;
- padding: 0.45em;
- }
- /* ----------------------------------------------
- Jump to
- ----------------------------------------------- */
- .jump-to {
- width: 100%;
- margin: -1.14em auto 2.14em auto;
- background-color: #eceff1;
- border-radius: 5px;
- min-height: 6em;
- padding: 1em 1em 0.3em 1em;
- display: none;
- }
- .jump-to label {
- font-size: 1.1em;
- margin-right: 0.3em;
- color: #444;
- }
- .jump-to ul {
- list-style-type: none;
- padding-left: 0;
- }
- /* ----------------------------------------------
- Saved tags
- ----------------------------------------------- */
- .saved-tags {
- width: 100%;
- margin: -1.14em auto 1.14em auto;
- background-color: #eceff1;
- border-radius: 5px;
- padding: 1em 1em 1em 1em;
- }
- .saved-tags label {
- font-size: 1.1em;
- margin-right: 1.8em;
- color: #444;
- }
- .saved-tags p {
- display: inline;
- line-height: 2.25em;
- }
- /* ----------------------------------------------
- DROPDOWN MENU (User DASHBOARD menu)
- ----------------------------------------------- */
- /* User area button and dropdown menu in the header: only shown when logged in */
- .form-header .user-profile {
- font-size: 1em;
- margin-top: 1.8em;
- margin-right: 0.3em;
- color: #444;
- min-width: 80%;
- margin-left: 3.5em;
- }
- .form-header .user-profile img {
- width: 2.6em;
- margin-right: 0.5em;
- }
- .form-header .user-profile button {
- padding: 0.2em 1em;
- width: 90%;
- border: none;
- border-radius: 2px;
- outline: 0;
- background-color: transparent;
- transition: all 0.5s;
- }
- .form-header .user-profile button:hover {
- padding: 0.2em;
- background-color: #ffffff;
- }
- /* Bootstrap dropdown classes */
- ul.dropdown-menu {
- border: none;
- border-radius: 2px;
- width: 90%;
- margin: 0 5%;
- box-shadow: none;
- background-color: #48585f;
- }
- ul.dropdown-menu a {
- color: #ffffff;
- }
- /* The button When the drop down menu is open */
- .dropdown.open button#dropdownMenu1 {
- background-color: #ffffff;
- }
- /* ----------------------------------------------
- Masonry Blocks
- ----------------------------------------------- */
- .masonry-layout7-5 {
- -webkit-column-count: 5;
- /* Chrome, Safari, Opera */
- -moz-column-count: 5;
- /* Firefox */
- column-count: 5;
- -webkit-column-gap: 0;
- /* Chrome, Safari, Opera */
- -moz-column-gap: 0;
- /* Firefox */
- column-gap: 0;
- }
- .masonry-layout4 {
- -webkit-column-count: 4;
- /* Chrome, Safari, Opera */
- -moz-column-count: 4;
- /* Firefox */
- column-count: 4;
- -webkit-column-gap: 0;
- /* Chrome, Safari, Opera */
- -moz-column-gap: 0;
- /* Firefox */
- column-gap: 0;
- }
- .masonry-layout2 {
- -webkit-column-count: 2;
- /* Chrome, Safari, Opera */
- -moz-column-count: 2;
- /* Firefox */
- column-count: 2;
- -webkit-column-gap: 0;
- /* Chrome, Safari, Opera */
- -moz-column-gap: 0;
- /* Firefox */
- column-gap: 0;
- }
- .masonry-layout__panel {
- break-inside: avoid;
- padding: 0.36em;
- }
- .masonry-layout__panel-content {
- padding: 5px 4px;
- border-radius: 10px;
- }
- /* ----------------------------------------------
- Field content and items
- ----------------------------------------------- */
- /* Tooltip */
- .tooltip-inner {
- padding: 7px 10px 7px 10px;
- text-align: left;
- }
- /* The field introduction text */
- /*
- .intro {
- padding: 1em 1.3em 0 1.3em;
- color: rgba(0, 0, 0, 0.6);
- font-style: italic;
- }
- */
- /* The description text toggler btn */
- /*
- .intro-toggle {
- padding: 0.25em 1.2em;
- border: none;
- outline: none;
- background-color: transparent;
- }
- */
- /* The show/hide text Bootstrap Glyphicon icon */
- /*
- .intro-toggle-icon {
- padding: 0.4em;
- font-size: 1em;
- }
- */
- .field-title {
- font-size: 1.4em;
- margin-left: 0.8em;
- line-height: 1.5;
- }
- .field-title a {
- float: right;
- color: rgb(51, 51, 51);
- }
- .field-title .glyphicon-question-sign {
- margin: 0.225em 0.5em 0 0;
- }
- .field-title .glyphicon-question-sign:hover {
- color: #ffffff !important;
- }
- /* Item list in the field */
- ul.item_list {
- list-style-type: none;
- padding-left: 0;
- width: 100%;
- /* To make a place holder for empty lists. Being able to drop cards in empty fields */
- min-height: 0.5em;
- }
- li.added_item {
- width: 100%;
- margin: 0.5em auto;
- height: auto;
- overflow: scroll;
- /* cursor: move; */
- cursor: text;
- }
- /* ul.item_list textarea { */
- ul.item_list div {
- font-size: 0.95em;
- padding: 0.5em 0.5em 0.5em 1em;
- border-radius: 0.35em;;
- border: 1px solid rgba(255, 255, 255, 0.2);
- width: 87%;
- max-width: 87%;
- outline: none;
- background-color: rgba(255, 255, 255, 0.6);
- /* For auto expansion jQuery code */
- box-sizing: padding-box;
- overflow: hidden;
- }
- /* ----------------------------------------------
- List item handles: Bootstrap Glyphicon
- ----------------------------------------------- */
- span.handle {
- position: relative;
- /* Necessary for handle in sortable to work */
- top: -50px; /* Needs to be 40px in Safari */
- right: -0.18em;
- color: #ffffff;
- font-size: 1.2em;
- /* cursor: move; */
- cursor: pointer;
- }
- span.handle:hover {
- color: rgba(0, 0, 0, 0.5);
- }
- /* The remove icon for each item */
- span.remove {
- top: -50px; /* Needs to be 40px in Safari */
- right: 0px;
- margin-right: -22px;
- font-size: 1.2em;
- font-weight: 400;
- color: #ffffff;
- border-radius: 100%;
- cursor: pointer;
- }
- span.remove:hover {
- color: rgba(0, 0, 0, 0.5);
- }
- /* Placeholder for sorting items */
- .sort-placeholder {
- border-radius: 0.35em;
- background-color: rgba(40, 40, 40, 0.35);
- width: 85%;
- height: 2.5em;
- padding: 0.5em 0.5em;
- margin-left: 1em;
- }
- /* ----------------------------------------------
- Tag selected term link
- ----------------------------------------------- */
- p.tag-selected-term {
- display: none;
- }
- p.tag-selected-term a {
- color: #ffffff;
- font-size: 1.05em;
- margin-left: 1em;
- margin-top: 2em;
- padding: 1em 1em 1em 2em;
- background-image: url('../icons/tag.svg');
- background-size: 2.2em;
- background-position: left;
- background-repeat: no-repeat;
- }
- /* ----------------------------------------------
- USER INPUT:
- Add new items in each field
- ----------------------------------------------- */
- .user-input {
- width: 100%;
- margin-left: 1em;
- margin-top: 2em;
- padding-bottom: 1.5em;
- display: none;
- /* Shown (slide up and down) by jQuery when adding ideas */
- }
- /* The div containing all the user input things */
- .add_box {
- /* 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) */
- padding-bottom: 5.3em;
- }
- /* Add an idea link */
- a.add-idea {
- color: #ffffff;
- font-size: 1.05em;
- margin-left: 1em;
- margin-top: 2em;
- padding: 1em 1em 1em 2em;
- background-image: url('../icons/lightbulb.svg');
- background-size: 1.4em;
- background-position: left;
- background-repeat: no-repeat;
- }
- /* Textarea of a new item input */
- /* textarea.new_item { */
- .new_item {
- width: 90%;
- border: 1px solid #ffffff;
- border-radius: 0.35em;
- outline: none;
- padding-left: 0.5em;
- /* for auto expantion jQuery code */
- box-sizing: border-box;
- overflow: hidden;
- }
- /* The add button */
- .add_btn {
- background-color: transparent;
- color: #ffffff;
- padding: 0.25em 1.2em;
- border: 0.12em solid #ffffff;
- border-radius: 0.5em;
- }
- .add_btn:hover {
- color: #37474f;
- border-color: #37474f;
- }
- li.added_item span {
- display: inline;
- margin-top: 5em;
- }
- /* textarea.expandable { */
- .expandable {
- box-sizing: border-box;
- /* remove the user resizing for the text fields */
- resize: none;
- display: inline-block;
- width: 75% !important;
- }
- .user-input span.chars {
- font-size: 1.1em;
- color: rgba(255, 255, 255, 0.7);
- }
- /* Tag */
- a.tag {
- background-color: rgba(55, 71, 79, 0.5);
- color: #ffffff;
- padding: 1px 2px;
- border: 1px solid rgba(0, 0, 0, 0.1);
- text-decoration: none;
- white-space: nowrap;
- }
- a.tag:hover {
- background-color: rgba(255, 255, 255, 0.5);
- color: rgba(55, 71, 79, 0.5);
- padding: 1px 2px;
- border: 1px solid rgba(0, 0, 0, 0.1);
- text-decoration: none;
- cursor: pointer;
- }
- /* Background shadow on all types of popups */
- div#shadow {
- display: none;
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.5);
- }
- /* ----------------------------------------------
- Move and tag window
- ----------------------------------------------- */
- div.window {
- position: fixed;
- z-index: 1;
- top: 20%;
- border-radius: 10px;
- padding: 1em 1.5em 1em 1em;
- background-color: rgba(236, 239, 241, 0.95);
- display: none;
- }
- div.window button.close {
- outline: 0;
- position: relative;
- top: -8px;
- font-size: 2.5em;
- }
- div.window h2 {
- margin: 0 0 0.4em 0;
- font-size: 1.4em;
- line-height: 1.5;
- }
- div.window p {
- font-size: 0.95em;
- }
- /* ----------------------------------------------
- Move window
- ----------------------------------------------- */
- div#move-window {
- left: 37.5%;
- width: 25%;
- }
- div#move-window .move-window-button {
- background-color: transparent;
- color: rgb(51, 51, 51);
- padding: 0.25em 1.2em;
- border: 0.12em solid rgb(51, 51, 51);
- border-radius: 0.5em;
- }
- div#move-window .move-window-button:hover {
- color: #ffffff;
- border-color: #ffffff;
- }
- div#move-window h2 {
- }
- div#move-window ul {
- list-style-type: none;
- padding-left: 0;
- }
- /* ----------------------------------------------
- Tag window
- ----------------------------------------------- */
- div#tag-window {
- left: 12.5%;
- width: 75%;
- }
- /*
- div#tag-window h2#tag-description {
- }
- */
- div#tag-window textarea#tag-description {
- font-size: 0.95em;
- outline: none;
- width: 100%;
- border: 1px solid #ffffff;
- border-radius: 0.35em;
- margin: 0 0 0.75em 0;
- padding-left: 0.5em;
- resize: none;
- color: rgb(117, 117, 117);
- }
- div#tag-window span.chars {
- font-size: 1.1em;
- color: rgb(117, 117, 117);
- }
- div#tag-window .tag-window-button {
- background-color: transparent;
- color: rgb(51, 51, 51);
- padding: 0.25em 1.2em;
- border: 0.12em solid rgb(51, 51, 51);
- border-radius: 0.5em;
- }
- div#tag-window .tag-window-button:hover {
- color: #ffffff;
- border-color: #ffffff;
- }
- div#tag-window #delete-tag {
- display: none;
- }
- div#tag-window h2.similar-tags {
- margin: 0.95em 0 -0.2em 0;
- }
- div#tag-window p.similar-tags-tag {
- margin: 0.95em 0 0.4em 0;
- }
- div#tag-window p.similar-tags-description {
- margin: 0;
- }
- div#tag-window p.similar-tags-description-none {
- margin: 0.25em 0 0 0;
- display: none;
- }
- div#tag-window p.similar-tags-username {
- margin: 0;
- font-size: 0.75em;
- }
- /* ----------------------------------------------
- Field bottom area
- ----------------------------------------------- */
- div.card {
- position: relative;
- }
- .field-bottom {
- background-color: rgba(0, 0, 0, 0.25);
- border-radius: 0 0 10px 10px;
- height: 40px;
- bottom: 0;
- position: absolute;
- left: 0;
- width: 100%;
- }
- .field-bottom > img[src*=field] {
- width: 25px;
- height: 25px;
- margin-top: 7px;
- margin-left: 10px;
- }
- .field-bottom > img[src*=number] {
- float: right;
- width: 25px;
- height: 18px;
- margin-top: 11px;
- margin-right: 10px;
- }
- /* ----------------------------------------------
- FORM Import & Export buttons
- ----------------------------------------------- */
- .imp-exp-btn {
- margin-top: 2.5em;
- }
- button.json_exp, button.share_canvas, .pdf_exp {
- border: none;
- border-radius: 0.5em;
- padding: 1em 0;
- width: 60%;
- outline: none;
- }
- button.json_exp:hover, button.share_canvas:hover, .pdf_exp:hover {
- opacity: 0.6;
- }
- button.json_exp {
- background-color: #aed581;
- margin: 1em auto 0 auto;
- }
- button.share_canvas {
- background-color: #a67de0;
- margin: 0.5em auto 0.4em auto;
- }
- .pdf_exp {
- background-color: #85ade5;
- margin: 0.5em auto 0.4em auto;
- }
- /* The sign up or login to save link for unregistered users */
- a.login-to-save {
- display: block;
- padding: 1em;
- color: #444;
- border: none;
- border-radius: 0.5em;
- padding: 1em 0;
- width: 60%;
- outline: none;
- margin: 1em auto 0 auto;
- background-color: #aed581;
- }
- /* The save canvas PHP under the save/export buttons */
- .save-canvas-feedback p {
- text-align: center;
- color: #15af97;
- }
- .save-canvas-feedback span {
- color: #15af97;
- margin-right: 0.4em;
- }
- .save-canvas-feedback-fail p {
- text-align: center;
- color: #37474f;
- }
- .save-canvas-feedback-fail span {
- color: #37474f;
- margin-right: 0.4em;
- }
- /* Sharing the canvas */
- /* The share canvas button */
- .share_canvas{
- }
- .share_canvas_email{
- display: none;
- }
- .share_canvas_email input{
- width: 80%;
- padding: 1em;
- border-radius: 5px;
- border: 1px solid #444;
- }
- .share_canvas_email input:focus{
- outline: none;
- }
- /* The send btn */
- .share_canvas_send{
- border: none;
- border-radius: 0.5em;
- padding: 1em 0;
- width: 25%;
- outline: none;
- background-color: #546e7a;
- color: #ffffff;
- }
- /* ----------------------------------------------
- Footer
- ----------------------------------------------- */
- footer {
- font-size: 1em;
- margin-top: 2em;
- padding: 1.5em;
- background-color: #37474f;
- color: #ffffff;
- }
- footer .license a {
- color: #759BCF;
- }
- footer .license {
- margin: 0.5em auto 1.8em auto;
- }
- footer .contact p {
- color: #18AE90;
- }
- footer .contact h2 {
- color: #6bb5b4;
- }
- footer p.ethics-copy.terms, footer p.ethics-copy.privacy {
- text-decoration: none;
- padding: 0 0.5em;
- display: inline-block;
- }
- footer p.cc {
- margin-top: 2.8em;
- }
- footer p.terms, footer p.privacy {
- margin: 1.9em auto;
- }
- footer .privacy a {
- color: #a67de0;
- }
- footer .terms a {
- color: #aed581;
- }
- /* Footer license icons */
- footer .license-icons ul {
- list-style-type: none;
- margin-left: 0;
- padding-left: 0;
- }
- footer .license-icons li {
- display: inline-block;
- margin: 1.2em 0.2em;
- }
- footer .license-icons ul img {
- width: 3.5em;
- }
- /* ----------------------------------------------
- Dialog popups
- ----------------------------------------------- */
- div.dialog {
- display: none;
- }
- .ui-widget {
- font-family: 'Open Sans', sans-serif;
- }
- .ui-widget-content {
- border: none;
- padding: 0.75em 1.5em 0.75em 0.75em;
- background-color: rgba(236, 239, 241, 0.95) !important;
- }
- .ui-dialog {
- background-color: rgba(236, 239, 241, 0.95);
- left: 0;
- outline: 0 none;
- padding: 0 !important;
- position: absolute;
- top: 0;
- }
- .ui-dialog p {
- font-size: 0.95em;
- color: rgb(51, 51, 51);
- }
- .ui-widget-header {
- border: 0;
- border-radius: 0;
- }
- .ui-dialog button {
- border: none;
- border-radius: 0;
- background: none;
- outline: 0;
- color: #444;
- }
- .ui-button-icon-only span {
- margin-top: -10px !important;
- font-size: 2.5em;
- }
- /* ----------------------------------------------
- Masonry Colors (ADAPT)
- ----------------------------------------------- */
- .bg--blue {
- background-color: #7297ce;
- background-color: #85ade5;
- }
- .bg--darkblue {
- background-color: #7986cb;
- background-color: #8b99e0;
- }
- .bg--green {
- /* background-color: #94c356;
- background-color: #9dc963; */
- background-color: #aed581;
- }
- .bg--seagreen {
- /* background-color: #48D1CC; */
- background-color: #6bb5b4;
- }
- .bg--purple {
- /* background-color: #59358c; */
- background-color: #a281d1;
- }
- .bg--green1 {
- /* background-color: #15af97; */
- background-color: #29bca4;
- }
- .bg--x {
- background-color: #ce93d8;
- }
- .bg--mineral {
- background-color: #607d8b;
- }
- /* ================================================
- MEDIA QUERIES
- ================================================= */
- /* ----------------- 1 COL ----------------- */
- @media (max-width: 499px) {
- .masonry-layout7-5 {
- column-count: 1;
- column-gap: 0;
- }
- .masonry-layout4 {
- column-count: 1;
- column-gap: 0;
- }
- .masonry-layout2 {
- column-count: 1;
- column-gap: 0;
- }
- /* Adjust the height of culumns to maintain the layout */
- .field_01, .field_04, .field_09, .field_06 {
- min-height: 250px;
- }
- .field_03, .field_05, .field_02 {
- min-height: 250px;
- }
- .field_07, .field_08 {
- min-height: 250px;
- }
- /* Adjusting textarea heights */
- /* .added_item textarea { */
- .added_item div {
- height: 8em;
- }
- /* Form Header */
- .form-header {
- width: 100%;
- padding-bottom: 2em;
- }
- .form-header h1 {
- margin-bottom: 1em;
- }
- .form-header label {
- margin-top: 0.6em;
- display: block;
- text-align: left;
- }
- .form-header input {
- width: 95%;
- display: block;
- }
- .form-header p {
- margin-top: 1.85em;
- }
- /* Jump to */
- .jump-to {
- display: block;
- }
- /* Saved tags */
- .saved-tags {
- padding: 1em 1em 0.3em 1em;
- }
- .saved-tags label {
- margin-right: 0.3em;
- }
- .saved-tags p {
- display: block;
- }
- /* Tag window */
- div#tag-window textarea#tag-description {
- width: 100%;
- }
- /* User area button and dropdown menu in the header: only shown when logged in */
- .form-header .user-profile {
- margin-left: 0;
- width: 95%;
- }
- /* The button When the drop down menu is open */
- .dropdown button#dropdownMenu1 {
- width: 100%;
- margin: auto;
- }
- /* Bootstrap dropdown classes */
- ul.dropdown-menu {
- margin-left: 0;
- width: 100%;
- margin: auto;
- }
- }
- /* ----------------- 2 COL ----------------- */
- @media (min-width: 500px) and (max-width: 934px) {
- .masonry-layout7-5 {
- column-count: 2;
- column-gap: 0;
- }
- .masonry-layout4 {
- column-count: 2;
- column-gap: 0;
- }
- /* Adjust the height of culumns to maintain the layout */
- .field_01, .field_04, .field_09, .field_06 {
- min-height: 460px;
- }
- .field_02 {
- min-height: 930px;
- }
- .field_03, .field_05 {
- min-height: 460px;
- }
- .field_07, .field_08 {
- min-height: 460px;
- }
- /* Adjusting textarea heights */
- /* .added_item textarea { */
- .added_item div {
- height: 8em;
- }
- /* Form Header */
- .form-header {
- width: 100%;
- }
- .form-header h1 {
- text-align: center;
- }
- .form-header label {
- margin-top: 1.8em;
- display: block;
- text-align: center;
- }
- .form-header input {
- width: 50%;
- display: block;
- margin: auto;
- }
- .form-header p {
- margin-top: 1.85em;
- }
- a.logo img {
- display: block;
- width: 40%;
- margin: auto;
- }
- /* Saved tags */
- .saved-tags {
- padding: 1em 1em 0.3em 1em;
- }
- .saved-tags label {
- margin-right: 0.3em;
- }
- .saved-tags p {
- display: block;
- }
- /* Tag window */
- div#tag-window textarea#tag-description {
- width: 100%;
- }
- /* User area button and dropdown menu in the header: only shown when logged in */
- .form-header .user-profile {
- margin-left: 0;
- width: 50%;
- margin: 2em auto;
- }
- /* The button When the drop down menu is open */
- .dropdown button#dropdownMenu1 {
- width: 60%;
- margin: 0 20%;
- }
- /* Bootstrap dropdown classes */
- ul.dropdown-menu {
- margin-left: 0;
- width: 60%;
- margin: 0 20%;
- }
- }
- /* ----------------- 4 COL Smaller ----------------- */
- @media (min-width: 935px) and (max-width: 991px) {
- .masonry-layout7-5 {
- column-count: 4;
- column-gap: 0;
- }
- .masonry-layout4 {
- column-count: 4;
- column-gap: 0;
- }
- /* Adjust the height of culumns to maintain the layout */
- .field_01, .field_04, .field_09, .field_06 {
- min-height: 500px;
- }
- .field_02 {
- min-height: 1010px;
- }
- .field_03, .field_05 {
- min-height: 500px;
- }
- .field_07, .field_08 {
- min-height: 500px;
- }
- /* Form Header */
- .form-header {
- width: 100%;
- }
- .form-header h1 {
- text-align: center;
- }
- .form-header label {
- margin-top: 1.8em;
- display: block;
- text-align: center;
- }
- .form-header input {
- width: 50%;
- display: block;
- margin: auto;
- }
- .form-header p {
- margin-top: 1.85em;
- }
- /* User area button and dropdown menu in the header: only shown when logged in */
- .form-header .user-profile {
- margin-left: 0;
- width: 60%;
- margin: 2em auto;
- transition: all 0.4s;
- }
- /* The button When the drop down menu is open */
- .dropdown button#dropdownMenu1 {
- width: 62%;
- margin: 0 18%;
- }
- /* Bootstrap dropdown classes */
- ul.dropdown-menu {
- margin-left: 0;
- width: 62%;
- margin: 0 18%;
- }
- }
- @media (min-width: 935px) and (max-width: 1153px) {
- /* Adjusting textarea heights */
- /* .added_item textarea { */
- .added_item div {
- height: 8em;
- }
- }
- /* ---------------- COL 4 Large ---------------- */
- @media (min-width: 992px) and (max-width: 1153px) {
- .masonry-layout7-5 {
- column-count: 4;
- column-gap: 0;
- }
- .masonry-layout4 {
- column-count: 4;
- column-gap: 0;
- }
- /* DESKTOP version: HOLDING THE CANVAS DEFAULT LAYOUT FORM */
- /* Adjust the height of culumns to maintain the layout */
- .field_01, .field_04, .field_09, .field_06 {
- min-height: 480px;
- }
-
- .field_02 {
- min-height: 970px;
- }
-
- .field_03, .field_05 {
- min-height: 480px;
- }
- .field_07, .field_08 {
- min-height: 480px;
- }
- /* Form Header */
- .form-header {
- width: 100%;
- min-height: 8em;
- }
- .form-header h1 {
- font-size: 1.7em;
- }
- .form-header label {
- margin-top: 1.8em;
- display: block;
- text-align: left;
- }
- .form-header input {
- width: 100%;
- display: block;
- }
- .form-header p {
- margin-top: 2em;
- }
- }
- @media (min-width: 1052px) and (max-width: 1153px) {
- /* Adjusting textarea heights */
- /* .added_item textarea { */
- .added_item div {
- height: 8em;
- }
- .new_item {}
- }
- /* ---------------- COL 5 ---------------- */
- @media (min-width: 1154px) and (max-width: 1650px) {
- /* DESKTOP version: HOLDING THE CANVAS DEFAULT LAYOUT FORM */
- /* Adjust the height of culumns to maintain the layout */
- .field_01, .field_02, .field_09 {
- min-height: 917px;
- }
- .field_03, .field_05 {
- min-height: 428px;
- }
- .field_04, .field_06 {
- min-height: 478px;
- }
- .field_07, .field_08 {
- min-height: 390px;
- }
- }
- @media (min-width: 1154px) and (max-width: 1702px) {
- /* Adjusting textarea heights */
- /* .added_item textarea { */
- .added_item div {
- height: 8.5em;
- }
- .new_item {}
- }
- /* ---------------------------------------------- */
- @media (min-width: 1651px) {
- /* DESKTOP version: HOLDING THE CANVAS DEFAULT LAYOUT FORM */
- /* Adjust the height of culumns to maintain the layout */
- .field_01, .field_02, .field_09 {
- min-height: 775px;
- }
- .field_03, .field_05 {
- min-height: 375px;
- }
- .field_04, .field_06 {
- min-height: 390px;
- }
- .field_07, .field_08 {
- min-height: 340px;
- }
- }
- /* ---------------- Header space bug fix ---------------- */
- @media (min-width: 500px) and (max-width: 991px) {
- .form-header {
- padding-bottom: 30px;
- }
- }
- @media (min-width: 1154px) and (max-width: 1240px) {
- input.proj_title {
- margin-right: -9px;
- }
- }
- /* ---------------- Added items icons Safari bug fix ---------------- */
- @media not all and (min-resolution: .001dpcm) {
- @media {
- span.handle {
- top: 40px;
- }
-
- span.remove {
- top: 40px;
- }
- }
- }
|