summaryrefslogtreecommitdiff
path: root/design/old/v9/_notes.scss
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2021-11-06 09:44:22 -0400
committerlxf <sng@luxagraf.net>2021-11-06 09:44:22 -0400
commit2c291d0bdfad485f3e7605d6b39433894e75a687 (patch)
treef9a73a0e1cbcd51d7ccc0fb99296049c66babe16 /design/old/v9/_notes.scss
parentd9f51299809bfb6b3ac589b7c42016d0ef240299 (diff)
moved design to bak because I don't need to access it much
Diffstat (limited to 'design/old/v9/_notes.scss')
-rw-r--r--design/old/v9/_notes.scss160
1 files changed, 0 insertions, 160 deletions
diff --git a/design/old/v9/_notes.scss b/design/old/v9/_notes.scss
deleted file mode 100644
index 1386751..0000000
--- a/design/old/v9/_notes.scss
+++ /dev/null
@@ -1,160 +0,0 @@
-//**************** Notes Structure ************************
-
-.notes main, .notes--permalink main {
- @include constrain_narrow();
- margin-top: 1em;
- h1 {
- margin-bottom: 0;
- @include fontsize(28);
- @include breakpoint(beta) {
- @include fontsize(28);
- text-align: left;
- }
- }
-}
-.notes .h-entry, .notes--permalink .h-entry {
- @extend %clearfix;
- border: none;
- padding: 0;
- margin-top: 3em;
- @include breakpoint(beta) {
- margin-top: 2em;
- }
- &:first-of-type {
- margin-top: 1em;
- }
- &:after {
- @include faded_line_after;
- @include breakpoint(beta) {
- margin-top: 8.5em;
- }
- }
-}
-.note--title {
- @include constrain_narrow;
- text-align: left;
- font-weight: 400;
- font-size: 1.5em;
- letter-spacing: 0px;
- margin-bottom: .5rem !important;
- a {
- text-decoration: none;
- color: $body_font_color !important;
- }
-}
-
-.note--date {
- @include smcaps;
- @include fontsize(11);
- text-align: center;
- margin-bottom: 4px;
- @include breakpoint(beta) {
- float: right;
- margin-top: 0;
- }
- a {
- color: $brown;
- text-decoration: none;
- }
-}
-.note--date-container{
- @extend %clearfix;
-
-}
-.e-content {
- @extend %clearfix;
-}
-.note--location {
- text-align: center;
- margin-top: 0;
- @include breakpoint(beta) {
- float: left;
- }
-}
-.note--footer {
- margin-top: 1.7em;
- @include breakpoint(beta) {
- margin-top: 0;
- }
-}
-.month--divider {
- margin-top: 2em;
-}
-.month--header {
- @include constrain_narrow();
- @include smcaps;
- @include fontsize(12);
- font-weight: normal;
- font-family: sans-serif;
- text-align: left;
- margin-bottom: 3em;
- border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
-}
-.notes--permalink {
- .h-entry {
- margin-top: 3em;
- @include breakpoint(gamma) {
- margin-top: 5em;
- }
- }
- .e-content figure.picwide { margin-left: -300px !important}
- &:after {
- background: none;
- }
- .note--title {
- // @include fontsize(24);
- }
- .note--footer {
- margin-top: 2em;
- @include constrain_narrow();
- @include breakpoint(beta) {
- margin-top: 1em;
- }
- }
- #page-navigation {
- clear: both;
- margin-top: 10em;
- }
-}
-/*
-@include breakpoint(beta) {
- .notes {
- main h1 {
- float: none;
- margin-bottom: 1em;
- width: 100%;
- }
- main {
- @include constrain(680px);
- margin-bottom: 5em;
- }
- article footer {
- margin-top: 1em;
- }
- article p {
- float: none;
- }
- .note--location {
- float: left;
- }
- .note--date {
- float: right;
- }
- .note--twitter {
- clear: both;
- float: right;
- padding-top: 1em;
- }
- time {
- display: inline;
- float: right;
- }
- }
-
- .permalink {
- main {
- margin-top: 5em;
- }
- }
-}
-*/