/** * Jetpack related posts */ /** * The Gutenberg block */ .jp-related-posts-i2 { margin-top: 1.5rem; } .jp-related-posts-i2__list { --hgap: 1rem; display: flex; flex-wrap: wrap; column-gap: var(--hgap); row-gap: 2rem; margin: 0; padding: 0; list-style-type: none; } .jp-related-posts-i2__post { display: flex; flex-direction: column; /* Default: 2 items by row */ flex-basis: calc(( 100% - var(--hgap) ) / 2); } /* Quantity qeuries: see https://alistapart.com/article/quantity-queries-for-css/ */ .jp-related-posts-i2__post:nth-last-child(n+3):first-child, .jp-related-posts-i2__post:nth-last-child(n+3):first-child ~ * { /* From 3 total items on, 3 items by row */ flex-basis: calc(( 100% - var(--hgap) * 2 ) / 3); } .jp-related-posts-i2__post:nth-last-child(4):first-child, .jp-related-posts-i2__post:nth-last-child(4):first-child ~ * { /* Exception for 4 total items: 2 items by row */ flex-basis: calc(( 100% - var(--hgap) ) / 2); } .jp-related-posts-i2__post-link { display: flex; flex-direction: column; row-gap: 0.5rem; width: 100%; margin-bottom: 1rem; line-height: 1.2; } .jp-related-posts-i2__post-link:focus-visible { outline-offset: 2px; } .jp-related-posts-i2__post-img { order: -1; max-width: 100%; } .jp-related-posts-i2__post-defs { margin: 0; list-style-type: unset; } /* Hide, except from screen readers */ .jp-related-posts-i2__post-defs dt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; } .jp-related-posts-i2__post-defs dd { margin: 0; } /* List view */ .jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__list { display: block; } .jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post { margin-bottom: 2rem; } /* Breakpoints */ @media only screen and (max-width: 640px) { .jp-related-posts-i2__list { display: block; } .jp-related-posts-i2__post { margin-bottom: 2rem; } } /* Container */ #jp-relatedposts { display: none; padding-top: 1em; margin: 1em 0; position: relative; clear: both; } .jp-relatedposts::after { content: ""; display: block; clear: both; } /* Headline above related posts section, labeled "Related" */ #jp-relatedposts h3.jp-relatedposts-headline { margin: 0 0 1em 0; display: inline-block; float: left; font-size: 9pt; font-weight: 700; font-family: inherit; } #jp-relatedposts h3.jp-relatedposts-headline em::before { content: ""; display: block; width: 100%; min-width: 30px; border-top: 1px solid rgba(0, 0, 0, 0.2); margin-bottom: 1em; } #jp-relatedposts h3.jp-relatedposts-headline em { font-style: normal; font-weight: 700; } /* Related posts items (wrapping items) */ #jp-relatedposts .jp-relatedposts-items { clear: left; } #jp-relatedposts .jp-relatedposts-items-visual { margin-right: -20px; } /* Related posts item */ #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { float: left; width: 33%; margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */ box-sizing: border-box; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post { padding-right: 20px; filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) { clear: both; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a { text-decoration: underline; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } /* Related posts item content */ #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title, #jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items time { font-size: 14px; line-height: 20px; margin: 0; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs { position: relative; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; border-bottom: 0; } #jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items time { margin-bottom: 0; } #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title { text-transform: none; margin: 0; font-family: inherit; display: block; max-width: 100%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a { font-size: inherit; font-weight: 400; text-decoration: none; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover { text-decoration: underline; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span { display: block; max-width: 90%; overflow: hidden; text-overflow: ellipsis; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span { height: auto; max-width: 100%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context { opacity: 0.6; } /* Hide the date by default, but leave the element there if * a theme wants to use css to make it visible. */ .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date { display: none; } /* Behavior when there are thumbnails in visual mode */ #jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt { display: none; } /* Behavior when there are no thumbnails in visual mode */ #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt { overflow: hidden; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span { margin-bottom: 1em; } /* List Layout */ #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post { clear: both; width: 100%; } #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img { float: left; overflow: hidden; max-width: 33%; margin-right: 3%; } #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { display: inline-block; max-width: 63%; } /* * Responsive */ @media only screen and (max-width: 640px) { #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { width: 50%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) { clear: left; } #jp-relatedposts .jp-relatedposts-items-visual { margin-right: 20px; } } @media only screen and (max-width: 320px) { #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { width: 100%; clear: both; margin: 0 0 1em; } #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { float: none; max-width: 100%; margin-right: 0; } } /* * Hide the related post section in the print view of a post */ @media print { .jp-relatedposts { display: none !important; } } .wp-block-jetpack-rating-star span:not([aria-hidden="true"]) { display: none; }/* Inline styles */ .amp-wp-inline-248661b3cc279e176057e87ceadcc2d6{height:175px;max-width:595px;}.amp-wp-inline-256659ade2cf5854eb8a79d0057ffb1c{text-align:right;}.amp-wp-inline-5c324fcdb03c0b07b66aede6d7abe1d9{margin:20px 5px;}.amp-wp-inline-0786f4623984c46e15421e6979be740d{text-align:left;}
For several years now I have licensed my visual work under the Creative Commons – Non-Commercial – Share-Alike license 3.0. I did this because I only really wanted to ensure that at some point we would build a system where attribution to derivative works that I may use, but also let others they may use it as well. I do not create visual work for financial gain, creating, challenging and evolving my artistic expression is closely held with the evolution of my perception and shifting views of my reality. Creating visually is my life’s passion and brings a sense of completeness and wholeness within my self that I wish to share the vision from my personal perspective and life’s journey to say here is my contribution to our world, so that others may find and use my work. I do have a very hard time assigning value by any means to my work, to me it is priceless. The license I have been using, I am now going to alter for all future works using the Free Cultural Works framework to not only publish my work including the files used to compose the visual work, It has renewed my use in Open-Source Free Distributed software to create in and the biggest change is I will now use a Creative Commons Attribution License 3.0.
The hardest point to make this change for me was actually removing the ‘Non-Commercial’ part of the license. Previously I had considered an attitude if they make money, I make money. After coming across the Free Cultural Works framework, I came to know a new perspective which in truth inspired me to change. My ‘Non-Commercial’ use had banned my work from being used in free markets, so if a business chooses to use my visual work, this will spread my ideas to more people, and also when more people have a chance to see it takes on the ability to have more and more derivative works created. My highest goals being a Visual Artist is introducing work in which I introduce new ways of interpreting and seeing our unfolding view of our world and it’s systems. From the Quantum Level to the Cosmos level and all in between. More importantly it is focusing with demonstrating how my spiritual beliefs shape and do affect all other parts of our world. And in turn be and do my little part to create a shift so our worlds governments and systems may utilize our emerging visions and technologies to create a unified world working in harmony a creating equality and new standard of living which will instill an eco-friendly approach which only uses resources at a rate and contaminates at a rate which can be naturally recovered within the natural functions of our planet.
I would like to see the restoration of human rights equally to all humans in all countries. My highest vision would be seeing a world where Access to Food, Clean Potable Water, Shelter, Healthcare and either technical or advanced degrees being accessible to every human being. This foundation would require us to each challenge our perceptions of our world, to see our united humanness and know that each of our countries unique culture, spirituality and people add to an overall rich human fabric and when we each rise above our differences and come to sustainable agreements enabling each country what they need to develop and create these standard for themselves and through open and fair trade vigorously held with integrity, not for gain, but because it is the right thing to do for our world and fellow humans.
Look at what humanity has accomplished in the last 500 years since open sharing and spreading of the freedom to be able to create change as individuals increased. We have had one radical age after another at rates which use to take 300 years occurring in 100. As more humans where able to contribute so did our systems and technology increase, I see tremendous value in shifting from our debt based systems, which assume a constant state of loss and really are designed to be in fear that a loss will occur may be misguided. Our history is a reference point, imagine billions of humans living not in fears of being able to survive, but these where insured and priorities to maintain, end every available resource was aimed at giving each human access to learn and develop their own way of contributing to our worlds richness and vastness. We would stop assigning monetary value to what is priceless in ensuring that our problems are solved equitably, with blazing speed and respect for our differences is only the point at which we honor that we are one species with one home, and where we meet in our difference we each rise above shift agree and still maintain our integrity of our commitment to my new human standard with adding these things and investing in these aspects which then give true human equality.
So committing myself to my new license framework I am doing my part to illustrate and show what is possible when we shift, challenge, rise above, unite and create a world of sustained equality for every human.
Thank you and I look forward to the use of my work once it’s published,
P.S.
I am also now going to machine license my work and the license will be embedded into my work files, and the files unique identifier will be verifiable through the link embedded in the file.
Social and technological advances make it possible for a growing part of humanity to access, create, modify, publish and distribute various kinds of works – artworks, scientific and educational materials, software, articles – in short: anything that can be represented in digital form. Many communities have formed to exercise those new possibilities and create a wealth of collectively re-usable works.
Most authors, whatever their field of activity, whatever their amateur or professional status, have a genuine interest in favoring an ecosystem where works can be spread, re-used and derived in creative ways. The easier it is to re-use and derive works, the richer our cultures become.
Licenses are legal instruments through which the owner of certain legal rights may transfer these rights to third parties. Free Culture Licenses do not take any rights away — they are always optional to accept, and if accepted, they grant freedoms which copyright law alone does not provide. When accepted, they never limit or reduce existing exemptions in copyright laws.
In order to be recognized as “free” under this definition, a license must grant the following freedoms without limitation:
Not all restrictions on the use or distribution of works impede essential freedoms. In particular, requirements for attribution, for symmetric collaboration (i.e., “copyleft”), and for the protection of essential freedom are considered permissible restrictions.
In order to be considered free, a work must be covered by a Free Culture License, or its legal status must provide the same essential freedoms enumerated above. It is not, however, a sufficient condition. Indeed, a specific work may be non-free in other ways that restrict the essential freedoms. These are the additional conditions in order for a work to be considered free:
In other words, whenever the user of a work cannot legally or practically exercise his or her basic freedoms, the work cannot be considered and should not be called “free.”
To ensure the graceful functioning of this ecosystem, works of authorship should be free, and by freedom we mean:
If authors do not take action, their works are covered by existing copyright laws, which severely limit what others can and cannot do. Authors can make their works free by choosing among a number of legal documents known as licenses. For an author, choosing to put their work under a free license does not mean that they lose all their rights, but it gives to anyone the freedoms listed above.
It is important that any work that claims to be free provides, practically and without any risk, the aforementioned freedoms. This is why we hereafter give a precise definition of freedom for licenses and for works of authorship.