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-05-24 04:27:52 +0400
committerdanielgrippi <danielgrippi@gmail.com>2012-05-24 04:28:02 +0400
commit5b3fcd07f3d2cac74a4621ade5c4dad033a8e273 (patch)
tree15ca4a7dd01f3f843ac2fd1e30d25b7289a17a27 /app/assets/stylesheets/new_styles/_canvas.scss
parent82218fd7cba89c9b2eda06f70660d804d32d2ab5 (diff)
added texture directory to assets/images [ci skip]
Diffstat (limited to 'app/assets/stylesheets/new_styles/_canvas.scss')
-rw-r--r--app/assets/stylesheets/new_styles/_canvas.scss18
1 files changed, 11 insertions, 7 deletions
diff --git a/app/assets/stylesheets/new_styles/_canvas.scss b/app/assets/stylesheets/new_styles/_canvas.scss
index 22aea1a08..00d9d0ad7 100644
--- a/app/assets/stylesheets/new_styles/_canvas.scss
+++ b/app/assets/stylesheets/new_styles/_canvas.scss
@@ -49,7 +49,7 @@ color: white;
@include transition(-webkit-transform);
@include box-shadow(0, 8px, 50px, rgba(0,0,0,0.9));
- background-image : image_url("paper-texture-1.jpg");
+ background-image : image_url("texture/paper.jpg");
&:hover {
.info {
@@ -332,7 +332,7 @@ color: white;
&.typist {
.content {
background : {
- image : image_url("typist_texture.png");
+ image : image_url("texture/typist.png");
color : transparent;
}
}
@@ -361,6 +361,13 @@ color: white;
}
&.vanilla {
+ .content {
+ background :{
+ color : #fff;
+ image : image_url("texture/vanilla.jpg");
+ }
+ }
+
.background-color {
display : none;
}
@@ -383,14 +390,11 @@ color: white;
.background {
@include box-shadow(-2px, 0, 7px, rgba(0,0,0,0.8));
+ @include dark-hatched-bg();
+
position : fixed;
height : 100%;
width : 100%;
-
- background : {
- color : #333;
- image : image_url("hatched-bg-dark.png");
- }
}