updated import submodule
This commit is contained in:
parent
eedb7549e8
commit
e4139b0a98
9 changed files with 110 additions and 19 deletions
1
_share/media/fonts
Symbolic link
1
_share/media/fonts
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/Users/ronny/notes/_share/media/fonts
|
||||
1
_share/media/js/collapsible.js
Symbolic link
1
_share/media/js/collapsible.js
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/Users/ronny/notes/_share/media/js/collapsible.js
|
||||
89
_share/media/sass/graphics.sass
Normal file
89
_share/media/sass/graphics.sass
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
@use "sass:map"
|
||||
@use "sass:color"
|
||||
|
||||
@use 'org-media-sass/default-org-mode'
|
||||
|
||||
@use 'org-media-sass/themes/cosmic-notes.sass' as *
|
||||
@use 'org-media-sass/fonts' as fonts
|
||||
@use 'org-media-sass/mixins' as mixins-basic
|
||||
|
||||
@include mixins-basic.set-header-sizes($default-header-sizes)
|
||||
@include mixins-basic.set-header-colors($default-header-colors)
|
||||
@include mixins-basic.set-header-margins-sides($default-header-margins-sides)
|
||||
@include mixins-basic.set-header-margins-vertical($default-header-margins-vertical)
|
||||
|
||||
img.small
|
||||
width: 300
|
||||
|
||||
/* Base Styles */
|
||||
body
|
||||
font-family: $primary-font
|
||||
color: $text-color
|
||||
background-color: $background-color
|
||||
|
||||
/* Link Styles */
|
||||
a
|
||||
color: $anchor-color
|
||||
|
||||
&:hover
|
||||
color: $anchor-hover-color
|
||||
|
||||
// Lists
|
||||
ul, ol
|
||||
padding-left: $list-padding-left
|
||||
|
||||
// Blockquotes
|
||||
blockquote
|
||||
border-color: $secondary-color
|
||||
color: color.adjust($text-color, $lightness: 10%)
|
||||
font-family: $secondary-font
|
||||
|
||||
// Tables
|
||||
table
|
||||
color: $text-color
|
||||
|
||||
th, td
|
||||
border-color: $table-border-color
|
||||
|
||||
th
|
||||
background-color: $table-header-bg
|
||||
color: $text-color
|
||||
|
||||
tr:nth-child(even)
|
||||
background-color: color.adjust($background-color, $lightness: 5%)
|
||||
|
||||
/* Code Block Styles */
|
||||
pre, code
|
||||
background-color: $code-background-color
|
||||
color: $code-text-color
|
||||
|
||||
font-family: $secondary-font
|
||||
|
||||
/* Header Styles */
|
||||
h1, h2, h3, h4, h5, h6
|
||||
font-family: $secondary-font
|
||||
|
||||
h3
|
||||
a
|
||||
color: color.adjust($anchor-color, $lightness: -12%)
|
||||
&:hover
|
||||
color: color.adjust($anchor-hover-color, $lightness: -12%)
|
||||
|
||||
// Notes
|
||||
.note
|
||||
background-color: $note-background-color
|
||||
border-color: $note-border-color
|
||||
color: $text-color
|
||||
|
||||
div#postamble
|
||||
border-color: $note-border-color
|
||||
color: color.adjust($note-border-color, $lightness: 20%)
|
||||
|
||||
/* Table of Contents Link */
|
||||
.toc
|
||||
color: $primary-color
|
||||
|
||||
div#table-of-contents ul li a
|
||||
color: $toc-anchor-color
|
||||
&:hover
|
||||
color: $toc-anchor-hover-color
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 39a4d51e22d6b583b18ded1113486240724023f0
|
||||
Subproject commit 97b6b18d19eeb208ed1f53ecc3c2290a72677152
|
||||
|
|
@ -1,8 +1,11 @@
|
|||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../_share/media/css/org-mode.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../_share/media/css/graphics.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../_share/media/css/graphics.css" />
|
||||
#+title: Notes on Lesson 02 - Master Layers | PiXimperfect
|
||||
|
||||
[[../photoshop-for-complete-beginners.org][<Back to Main Section]]
|
||||
* Links
|
||||
- [[../photoshop-for-complete-beginners.org][TOC | Photoshop for Beginners]]
|
||||
|
||||
#+attr_html: :class small
|
||||
[[file:../_share/media/img/photoshop-beg-piximperfect/photoshop-hand-tool.png]]
|
||||
|
||||
* types of layers
|
||||
** [[https://youtu.be/unCS9syPJjg?si=zsF_a0d8zk9GeKH1&t=2646][adjustment layers]]
|
||||
|
|
@ -13,7 +16,6 @@
|
|||
|
||||
*** hue / saturation layer
|
||||
**** hand tool
|
||||
- [[file:../_share/media/img/photoshop-beg-piximperfect/photoshop-hand-tool.png]]
|
||||
- click on any color
|
||||
- drag the hand tool to change saturation
|
||||
- hold down CMD and it will change the hue
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../_share/media/css/org-mode.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../_share/media/css/graphics.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../_share/media/css/graphics.css" />
|
||||
#+title: Notes on Lesson 03 - Opacity vs Fill | PiXimperfect
|
||||
|
||||
[[../photoshop-for-complete-beginners.org][<Back to Main Section]]
|
||||
* Links
|
||||
- [[../photoshop-for-complete-beginners.org][TOC | Photoshop for Beginners]]
|
||||
|
||||
* Downloads
|
||||
- Practice Files: https://bit.ly/3ouxZWi
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../_share/media/css/org-mode.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../_share/media/css/graphics.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../_share/media/css/graphics.css" />
|
||||
#+title: Notes on Lesson 04 - Layer Mask | PiXimperfect
|
||||
|
||||
[[../photoshop-for-complete-beginners.org][<Back to Main Section]]
|
||||
* Links
|
||||
- [[../photoshop-for-complete-beginners.org][TOC | Photoshop for Beginners]]
|
||||
|
||||
* Downloads
|
||||
- Practice Files: https://bit.ly/44aHY3c
|
||||
|
|
|
|||
|
|
@ -1,11 +1,9 @@
|
|||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../_share/media/css/org-mode.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../_share/media/css/graphics.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../_share/media/css/graphics.css" />
|
||||
#+title: Notes on Lesson 05 - Blending Modes | PiXimperfect
|
||||
|
||||
[[../photoshop-for-complete-beginners.org][<Back to Main Section]]
|
||||
|
||||
* Downloads
|
||||
- Practice Files: https://bit.ly/3LLKKVH
|
||||
* Links
|
||||
- [[../photoshop-for-complete-beginners.org][TOC | Photoshop for Beginners]]
|
||||
- [[https://bit.ly/3LLKKVH][Downloadable Practice Files]]
|
||||
|
||||
* Notes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#+title: Photoshop for Complete Beginners | PiXimperfect
|
||||
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="_share/media/css/graphics.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="_share/media/css/content-overview.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="_share/media/css/collapsible.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="_share/media/css/org-media-sass/content-overview.css" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="_share/media/css/org-media-sass/collapsible.css" />
|
||||
#+HTML_HEAD: <script src="_share/media/js/collapsible.js"></script>
|
||||
|
||||
* Links
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue