aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/custom/_sidebar.sass
blob: 4038152473256f6f1a81e5ce8f7b6843fbde7982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
.sidebar
  .widget
    margin-top: -0.75rem
    margin-bottom: 2rem
    &.redes-sociales-libres
      overflow: hidden
      a
        width: 50%
        padding: 1.25rem
        text-align: center
        float: left
        background: $negro
        color: $blanco
        display: inline-block
        &:hover
          text-decoration: none
        &.gnusocial
          background: $gnusocial
          &:hover
            background: $gnusocial_hover
        &.diaspora
          background: $diaspora
          &:hover
            background: $diaspora_hover
        &.gitlab
          background: $gitlab
          &:hover
            background: $gitlab_hover
        &.notabug
          background: $notabug
          &:hover
            background: $notabug_hover
        .icono
          width: 100%
          font-size: 1.8rem
          margin-bottom: 0.5em
        .delta-ru
          margin: 2.2em
    &.boletin
      .formulario
        background: $danmark
        padding: 1.25em
        text-align: center
        label
          color: $blanco
          margin-bottom: 1.25em
          display: block
          font-weight: normal
        input[type="email"]
          background: $blanco
          border-radius: 3px
          border: none
          color: $gris_claro
          font-size: 1.125em
          margin-bottom: 1.25em
          padding: 0.65em
          text-align: center
          width: 100%
        input[type="submit"]
          background: $verde
          border-radius: 3px
          padding: 0.625em 1.875em
          border: none
          color: $blanco
          &:hover
            background: $verde_encendido
    .contenedor-no-facebook
      text-align: center
      a
        display: inline-block
        max-width: 100%
        img
          height: auto
    .titulo-seccion
      .textwidget
        background-color: $danmark
        border: 1px solid $blanco_gris
        color: white
        padding: 1em
        p
          text-align: justify
        a[rel="license"]
          color: $verde_encendido
          &:hover
            color: $verde_link
            text-decoration: none
      .tagcloud
        a
          color: $gris_oscuro
          &::before
            font-family: "dashicons"
            content: "\f323"
            margin-right: 0.1em
            vertical-align: baseline
          &:hover
            color: $azul_primario
      ul
        > li
          list-style: none
          text-decoration: none
          &:hover
            color: $azul_primario
          a
            color: $azul_secudario
            &:hover
              color: $azul_primario
          &::before
            font-family: "dashicons"
            content: "\f508"
            margin-right: 0.2em
            vertical-align: bottom
          &.recentcomments
            &::before
              content: "\f101"
          &.cat-item
            &::before
              content: '\f318'