source: RedSur/app/assets/stylesheets/tag.scss @ 101698b

modelo_minuta
Last change on this file since 101698b was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 722 bytes
Line 
1.tag {
2  display: inline-block;
3  font-weight: bold;
4  &:hover {
5    text-decoration: underline;
6    background-color: lighten($blue, 47%);
7  }
8}
9
10a.tag { color: $blue; }
11
12h1.tag {
13  border-bottom: 2px dotted $blue;
14  &:hover { border-bottom: 2px dotted $blue; }
15}
16
17.info {
18  .tag {
19    background-color: #efefef;
20    color: $text-grey;
21    border-bottom: 1px dotted $border-dark-grey;
22    &:hover { border-bottom: 1px solid $border-dark-grey; }
23  }
24}
25
26#tags_show {
27  .span3 {
28    h4 { margin: 25px 0 15px; }
29    .side_stream #people_stream {
30      .name { display: block; }
31      .name, .diaspora_handle, .tags {
32        overflow: hidden;
33        text-overflow: ellipsis;
34        white-space: nowrap;
35      }
36    }
37  }
38}
Note: See TracBrowser for help on using the repository browser.