Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielgrippi <danielgrippi@gmail.com>2012-04-26 03:43:10 +0400
committerdanielgrippi <danielgrippi@gmail.com>2012-04-26 03:48:06 +0400
commit4e14dd2d010ca4d0044e1b343a756695fbf54d41 (patch)
tree5003d9d3add2d6e8d7ac6850ceac8f061b895d86 /app/assets/stylesheets/new_styles/_canvas.scss
parent76ad02f2a56bdf14f96baafa79f8fb395798c63c (diff)
info now comes from above; slightly fixed typography on single post view
Diffstat (limited to 'app/assets/stylesheets/new_styles/_canvas.scss')
-rw-r--r--app/assets/stylesheets/new_styles/_canvas.scss31
1 files changed, 20 insertions, 11 deletions
diff --git a/app/assets/stylesheets/new_styles/_canvas.scss b/app/assets/stylesheets/new_styles/_canvas.scss
index 21cf4c450..408bb6c57 100644
--- a/app/assets/stylesheets/new_styles/_canvas.scss
+++ b/app/assets/stylesheets/new_styles/_canvas.scss
@@ -46,7 +46,7 @@ body {
@include box-shadow(0,1px,5px,rgba(0,0,0,0.5));
.info {
- bottom : 0;
+ top : 0;
}
cursor : pointer;
@@ -139,23 +139,23 @@ body {
}
}
-
.info {
- @include transition(bottom);
- @include box-shadow(0,-1px,3px,rgba(0,0,0,0.3));
+ @include transition(top);
+ @include box-shadow(0,1px,3px,rgba(0,0,0,0.3));
+ @include opacity(0.8);
- background-color : #fff;
+ background-color : rgba(255,255,255,0.8);
+ border-bottom : 1px solid #fff;
position : absolute;
- bottom : -30px;
+ top : -30px;
right : 0;
text-align : center;
width : 100%;
z-index : 30;
- padding : 5px;
- padding-right : 8px;
+ padding : 5px 0;
i {
margin-left: 3px;
}
@@ -175,7 +175,6 @@ body {
color : #000;
text-shadow : 0 2px 0 rgba(#fff,0.6), 0 -1px 2px rgba(#555, 0.1);
- font-weight : bold;
font-size : 1.5em;
line-height : 1.2em;
@@ -218,6 +217,7 @@ body {
font-family : "Noteworthy", "Marker Felt", "Comic Sans";
font-style : italic;
text-align : center;
+ font-weight : bold;
padding: 0 20px;
}
}
@@ -243,7 +243,7 @@ body {
color : #222;
p {
- text-shadow : 0 1px 0 #ccc;
+ text-shadow : none;
font-family : Palatino, Georgia, Times, serif;
font-weight : normal;
@@ -254,10 +254,20 @@ body {
}
}
+ &:no-text {
+ img {
+ border : none;
+ }
+ }
+
&.day:not(.sticky-note),
&.has-text:not(.sticky-note):not(.wallpaper),
&.night:not(.sticky-note),
&.multi-photo:not(.sticky-note) {
+ img {
+ border-bottom : 1px solid #ddd;
+ }
+
.text-content {
padding : 10px 20px;
font-size : 14px;
@@ -313,7 +323,6 @@ body {
color: white;
@include opacity(1);
text-shadow : none;
- font-weight: bold;
}
}
}