summaryrefslogtreecommitdiff
path: root/design/old/v8/_inbox.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/v8/_inbox.scss
parentd9f51299809bfb6b3ac589b7c42016d0ef240299 (diff)
moved design to bak because I don't need to access it much
Diffstat (limited to 'design/old/v8/_inbox.scss')
-rw-r--r--design/old/v8/_inbox.scss77
1 files changed, 0 insertions, 77 deletions
diff --git a/design/old/v8/_inbox.scss b/design/old/v8/_inbox.scss
deleted file mode 100644
index c1801d9..0000000
--- a/design/old/v8/_inbox.scss
+++ /dev/null
@@ -1,77 +0,0 @@
-.links main {
- @include constrain_narrow;
- .link-title a {
- color: $body_font;
- font-weight: 400;
- text-decoration: none;
- }
- @include breakpoint(beta) {
- text-align: left;
- }
-}
-.videos {
- margin-top: 3em;
- @include constrain_wide;
-}
-
-.photo-gallery {
- margin: 0 auto;
- margin-top: 1.5em;
- position: relative;
- width: 100%; /* for IE 6 */
- img {
- width: 100%;
- max-width: 100%;
- padding: 0;
- }
- h4 {
- font-weight: 500;
- margin: .5em 0;
- letter-spacing: 1px;
- font-size: 2em;
- }
- time { display: inline; }
- a { color: inherit;}
- @include breakpoint(alpha) {
- div {
- position: absolute;
- bottom: 28%;
- left: .35em;
- text-align: left;
- }
- time {
- margin-left: .5em;
- }
- h4 {
- font-size: 2.75em;
- margin-bottom: 0;
- }
- p {
- line-height: 1.3;
- max-width: 80%;
- margin-left: .25em;
- @include fontsize(18);
- }
- }
- @include breakpoint(beta) {
- div {
- bottom: 22%;
- }
- }
- @include breakpoint(gamma) {
- div {
- bottom: 20%;
- }
- @include constrain_wide;
- }
-}
-.tags {
- .tag-list {
- li {
- display: inline-block;
- a {
- padding: 3px;
- }
- }
- }
-}