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