Dotclear

source: admin/style/scss/partials/_categories.scss @ 3763:857d4768935c

Revision 3763:857d4768935c, 921 bytes checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Use sass variables for every color used (mainly foreground, background, border)

Line 
1#categories {
2     margin: 1em 0;
3     ul {
4          list-style: none;
5          margin-top: 2em;
6          padding: 0;
7          ul {
8               margin-right: 2em;
9               margin-left: 2em;
10          }
11     }
12     .placeholder {
13          outline: 1px dashed $cat-placeholder-outline;
14          min-height: 2.5em;
15     }
16}
17
18.cat-line {
19     position: relative;
20     margin: .66em 0;
21     padding: .66em 1em;
22     border: 1px solid $cat-line-border;
23     border-radius: 3px;
24     label {
25          margin-right: .25em;
26          a {
27               font-weight: bold;
28          }
29     }
30     p,
31     label {
32          margin: 0;
33          display: inline-block;
34     }
35     .cat-line {
36          border: 1px solid $subcat-line-border;
37     }
38}
39
40p.cat-title {
41     margin-right: 1em;
42}
43
44.cat-nb-posts a {
45     color: $cat-post-counter;
46}
47
48.cat-url {
49     padding-left: 1em;
50}
51
52.cat-buttons {
53     float: right;
54     margin-top: -.2em;
55     font-size: .91em;
56     select {
57          padding: 1px 2px 3px 2px;
58          margin-right: .25em;
59     }
60     .reset {
61          padding-left: 4px;
62          padding-right: 4px;
63     }
64}
65
66.cat-actions {
67     line-height: 2;
68}
69
70#del_cat {
71     width: 100%;
72}
Note: See TracBrowser for help on using the repository browser.

Sites map