Dotclear

source: admin/style/scss/partials/_index.scss @ 3398:88f3d2561542

Revision 3398:88f3d2561542, 2.4 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Add a user preference to hide additional information (.more-info class) and normal notes (.form-note class) (.info, .warn and .warning remain displayed)

Line 
1#dashboard-main {
2     text-align: center;
3}
4
5
6/* raccourcis */
7
8#icons {
9//    overflow: hidden;
10//    text-align: center;
11     display: flex;
12     flex-wrap: wrap;
13     justify-content: center;
14}
15
16#icons p {
17     width: 13em;
18     text-align: center;
19     margin: 1em 0 2em;
20//    display: inline-block;
21//    vertical-align: top;
22}
23
24#icons a,
25#icons a:link,
26#icons a:visited,
27#icons a:hover,
28#icons a:focus {
29     border-bottom-width: 0;
30     text-decoration: none;
31}
32
33#icons a span {
34     border-bottom: 1px dotted #999;
35     color: #333;
36}
37
38#icons a img {
39     padding: 1.5em;
40     background-color: #f9f9f9;
41     border-radius: 8px;
42     border: 1px solid #dadada;
43     display: inline-block;
44}
45
46#icons a:focus img,
47#icons a:hover img {
48     background: #bee74b;
49     outline: 0;
50     border-color: #dadada;
51}
52
53#icons a:focus {
54     outline: 0;
55     border-color: #fff;
56}
57
58#icons a:hover span,
59#icons a:focus span {
60     border-bottom-style: solid;
61}
62
63#icons a:focus span {
64     border: 2px solid #bee74b;
65}
66
67
68/* billet rapide */
69
70#quick {
71     padding: 1em;
72     max-width: 976px;
73     margin: 0 auto;
74     background: #f5f5f5;
75     box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
76     text-align: left;
77}
78
79#quick h3 {
80     margin-bottom: 0.2em;
81     font-size: 1.2em;
82}
83
84#quick p.qinfo {
85     margin: -.7em -1em 1em;
86     background: #D9EDF7 url(info.png) no-repeat .2em .2em;
87     border: 1px solid #BCE8F1;
88     padding: .2em 1em .1em 24px;
89     color: #000;
90}
91
92#quick #new_cat,
93.q-cat,
94.q-cat label {
95     display: inline-block;
96     vertical-align: top;
97     margin-right: 1em;
98     margin-top: 0;
99}
100
101.q-cat label {
102     margin-right: .3em;
103}
104
105#quick #new_cat {
106     margin-bottom: 2em;
107}
108
109
110/* modules additionnels */
111
112#dashboard-boxes {
113     margin: 1em auto 1em;
114     padding-top: 2em;
115     display: flex;
116     flex-wrap: wrap;
117     justify-content: center;
118}
119
120.db-items,
121.db-contents {
122//   display: inline-block;
123//   text-align: center;
124}
125
126.no-js .outgoing img {
127     display: none;
128}
129
130#dashboard-boxes .box {
131     padding: 10px;
132     border: 1px solid #ccc;
133     border-radius: 3px;
134     min-height: 200px;
135     margin: 10px;
136     text-align: left;
137}
138
139.dc-box {
140     background: transparent url(dc_logos/sq-logo-32.png) no-repeat top right;
141}
142
143.db-items img,
144.db-contents img {
145     vertical-align: middle;
146}
147
148.db-items ul,
149.db-contents ul {
150     display: block;
151     padding-left: 1.5em;
152     list-style: square;
153}
154
155.db-items li,
156.db-contents li {
157     margin: 0.25em 0 0 0;
158}
159
160#news dt {
161     font-weight: bold;
162     margin: 0 0 0.4em 0;
163}
164
165#news dd {
166     margin: 0 0 1em 0;
167}
168
169#news dd p {
170     margin: 0.2em 0 0 0;
171}
172
173
174/* message de mise à jour */
175
176#upg-notify ul {
177     padding-left: 1.5em;
178}
179
180#upg-notify li {
181     color: #fff;
182}
Note: See TracBrowser for help on using the repository browser.

Sites map