]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/css/main.css
added reload icon and fixed a bug where random could redirect to deleted articles
[github/wallabag/wallabag.git] / themes / baggy / css / main.css
CommitLineData
943ac3c7
NL
1/* ==========================================================================
2 Sommaire
3
4 1 = Style Guide
5 2 = Layout
6 3 = Pictos
7 4 = Messages
8 5 = Article
9 6 = Media queries
10
11 ========================================================================== */
12
13html {
14 min-height: 100%;
15}
16
17body {
fc01f943 18 background-color: #EEE;
943ac3c7
NL
19}
20
21.login {
fc01f943 22 background-color: #333;
943ac3c7
NL
23}
24
25.login #main {
26 padding: 0;
27 margin: 0;
28}
29
30.login form {
fc01f943 31 background-color: #FFF;
943ac3c7
NL
32 padding: 1.5em;
33 box-shadow: 0 1px 8px rgba(0,0,0,0.9);
34 width: 20em;
35 position: absolute;
36 top: 8em;
37 left: 50%;
38 margin-left: -10em;
39}
40
41.login .logo {
42 position: absolute;
43 top: 2em;
44 left: 50%;
45 margin-left: -55px;
46}
47
48/* ==========================================================================
49 1 = Style Guide
50 ========================================================================== */
51
52::selection {
53 color: #FFF;
fc01f943 54 background-color: #000;
943ac3c7
NL
55}
56
57.desktopHide {
58 display: none;
59}
60
61.logo {
62 position: fixed;
63 z-index: 20;
64 top: 0.4em;
65 left: 0.6em;
66}
67
68h2, h3, h4 {
69 font-family: 'PT Sans', sans-serif;
70 text-transform: uppercase;
71}
72
cc1f78a8 73p, li, label {
943ac3c7
NL
74 color: #666;
75}
76
77a {
78 color: #000;
79 font-weight: bold;
80}
81
82a:hover, a:focus {
83 text-decoration: none;
84}
85
86form fieldset {
87 border:0;
88 padding: 0;
89 margin: 0;
90}
91
046b9316 92form input[type="text"], select, form input[type="password"], form input[type="url"], form input[type="email"] {
943ac3c7
NL
93 border: 1px solid #999;
94 padding: 0.5em 1em;
95 min-width: 12em;
96 color: #666;
97}
98
99@media screen and (-webkit-min-device-pixel-ratio:0){
100 select{
101 -webkit-appearance: none;
102 border-radius: 0;
103 background: #FFF url(../img/bg-select.png) no-repeat right center;
104 }
105}
106
943ac3c7
NL
107.inline .row {
108 display: inline-block;
109 margin-right: 0.5em;
110}
111
112.inline label {
113 min-width: 6em;
114}
115
116fieldset label {
117 display: inline-block;
1087b3cb 118 min-width: 12.5em;
943ac3c7
NL
119 color: #666;
120}
121
1087b3cb
JS
122label {
123 margin-right: 0.5em;
124}
125
943ac3c7
NL
126form .row {
127 margin-bottom: 0.5em;
128}
129
130form button, input[type="submit"] {
131 cursor:pointer;
fc01f943 132 background-color: #000;
943ac3c7
NL
133 color: #FFF;
134 border:0;
135 padding: 0.5em 1em;
136 display: inline-block;
137 border:1px solid #000;
138}
139
140 form button:hover, form button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
fc01f943 141 background-color: #FFF;
943ac3c7
NL
142 color: #000;
143 -webkit-transition: all 0.5s ease;
144 -moz-transition: all 0.5s ease;
145 -ms-transition: all 0.5s ease;
146 -o-transition: all 0.5s ease;
147 transition: all 0.5s ease;
148 }
149
150#bookmarklet {
151 cursor: move;
152}
153
154h2:after {
155 content: "";
156 height: 4px;
157 width: 70px;
fc01f943 158 background-color: #000;
943ac3c7
NL
159 display: block;
160}
161
162.links {
163 padding: 0;
164 margin: 0;
165}
166 .links li {
167 list-style: none;
168 margin: 0;
169 padding: 0;
170 }
171
172
173#links {
174 position: fixed;
175 top: 0;
4744cb0e 176 width: 10em;
943ac3c7
NL
177 left: 0;
178 text-align: right;
fc01f943 179 background-color: #333;
36a733af 180 padding-top: 9.5em;
943ac3c7
NL
181 height: 100%;
182 box-shadow:inset -4px 0 20px rgba(0,0,0,0.6);
b9fa7d2c 183 z-index: 15;
943ac3c7
NL
184}
185
186#main {
4744cb0e 187 margin-left: 13em;
943ac3c7
NL
188 position: relative;
189 z-index: 10;
190 padding-right: 5%;
36a733af 191 padding-bottom: 1em;
943ac3c7
NL
192}
193
cd271fc4 194 #links > li > a {
943ac3c7
NL
195 display: block;
196 padding: 0.5em 2em 0.5em 1em;
197 color: #FFF;
198 position: relative;
199 text-transform: uppercase;
200 text-decoration: none;
201 font-weight: normal;
202 font-family: 'PT Sans', sans-serif;
203 -webkit-transition: all 0.5s ease;
204 -moz-transition: all 0.5s ease;
205 -ms-transition: all 0.5s ease;
206 -o-transition: all 0.5s ease;
207 transition: all 0.5s ease;
208 }
209
cd271fc4 210 #links > li > a:hover, #links > li > a:focus {
fc01f943 211 background-color: #999;
943ac3c7
NL
212 color: #000;
213 }
214
215 #links .current:after {
216 content: "";
217 width: 0;
218 height: 0;
219 position: absolute;
220 border-style: solid;
221 border-width: 10px;
222 border-color: transparent #EEE transparent transparent;
223 right: 0;
224 top: 50%;
225 margin-top: -10px;
226 }
227
228 #links li:last-child {
229 position: fixed;
230 bottom: 1em;
4744cb0e 231 width: 10em;
943ac3c7
NL
232 }
233
234 #links li:last-child a:before {
235 font-size: 1.2em;
236 position: relative;
237 top: 2px;
238 }
239
240
36a733af
MR
241#sort {
242 padding: 0;
243 list-style-type: none;
244 opacity: 0.5;
245 display: inline-block;
246}
247
248#sort li {
249 display: inline;
250 font-size: 0.9em;
251}
252
253#sort li + li {
254 margin-left: 10px;
255}
256
257#sort a {
258 padding: 2px 2px 0;
259 vertical-align: middle;
260}
261
262#sort img {
263 vertical-align: baseline;
264}
265#sort img:hover {
266 cursor: pointer;
267}
268
269#display-mode {
270 float: right;
271 vertical-align: middle;
272 margin-top: 10px;
273 margin-bottom: 10px;
274 opacity: 0.5;
275}
276#listmode {
277 width: 16px;
278 display: inline-block;
279 text-decoration: none;
280}
281#listmode a:hover {
282 opacity: 1;
283}
cc1f78a8 284#listmode.tablemode {
36a733af
MR
285 background-image: url("../img/baggy/table.png");
286 background-repeat: no-repeat;
287 background-position: bottom;
288}
cc1f78a8 289#listmode.listmode {
36a733af
MR
290 background-image: url("../img/baggy/list.png");
291 background-repeat: no-repeat;
292 background-position: bottom;
293}
294
295
943ac3c7
NL
296/* ==========================================================================
297 2 = Layout
298 ========================================================================== */
299
300#content {
301 margin-top: 5em;
302 min-height: 30em;
303}
304
305footer {
306 text-align: right;
36a733af 307 position: relative;
943ac3c7
NL
308 bottom: 0;
309 right: 5em;
310 color: #999;
311 font-size: 0.8em;
312 font-style: italic;
565bb72d 313 z-index: 20;
943ac3c7
NL
314}
315
316footer a {
317 color: #999;
318 font-weight: normal;
319}
320
321.list-entries {
322 letter-spacing:-5px;
323}
324
4744cb0e
TL
325.listmode .entrie {
326 width: 100%!important;
327 margin-left: 0!important;
328}
329
943ac3c7
NL
330.list-entries + .results {
331 margin-bottom: 2em;
332}
333
cc1f78a8 334.estimatedTime .reading-time {
943ac3c7
NL
335 color: #999;
336 font-style: italic;
337 font-weight: normal;
338 font-size: 0.9em;
339}
340
341.estimatedTime small {
342 position: relative;
343 top: -1px;
344}
345
346.entrie {
fc01f943 347 background-color: #FFF;
943ac3c7
NL
348 letter-spacing:normal;
349 box-shadow: 0 3px 7px rgba(0,0,0,0.3);
350 display: inline-block;
6e8030a0 351 width: 32%;
943ac3c7
NL
352 margin-bottom: 1.5em;
353 vertical-align: top;
6e8030a0 354 margin-left: 1.5%;
943ac3c7
NL
355 position: relative;
356 overflow: hidden;
357 padding: 1.5em 1.5em 3em 1.5em;
c9e6fec4
JS
358
359 /* Removing CSS transitions because they make the switch from list view to
360 * table view jerky
361 */
362 /* -webkit-transition: all 0.5s ease; */
363 /* -moz-transition: all 0.5s ease; */
364 /* -ms-transition: all 0.5s ease; */
365 /* -o-transition: all 0.5s ease; */
366 /* transition: all 0.5s ease; */
943ac3c7
NL
367}
368
369.entrie:before {
370 content: "";
371 width: 0;
372 height: 0;
373 border-style:solid;
374 border-color: transparent transparent #000 transparent;
375 border-width: 10px;
376 position: absolute;
377 bottom: 0.3em;
378 z-index: 10;
379 right: 1.5em;
380 -webkit-transition: all 0.5s ease;
381 -moz-transition: all 0.5s ease;
382 -ms-transition: all 0.5s ease;
383 -o-transition: all 0.5s ease;
384 transition: all 0.5s ease;
385}
386
387.entrie:after {
388 content: "";
389 position: absolute;
390 height: 7px;
391 width: 100%;
392 bottom: 0;
393 left: 0;
fc01f943 394 background-color: #000;
943ac3c7
NL
395 -webkit-transition: all 0.5s ease;
396 -moz-transition: all 0.5s ease;
397 -ms-transition: all 0.5s ease;
398 -o-transition: all 0.5s ease;
399 transition: all 0.5s ease;
400}
401
402.entrie:hover {
403 box-shadow: 0 3px 10px rgba(0,0,0,1);
404}
405
406.entrie:hover:after {
407 height: 40px;
408}
409
410.entrie:hover:before {
411 bottom: 2.4em;
412}
413
414.entrie:hover h2 a {
415 color: #666;
416}
417
418.entrie h2 {
419 text-transform: none;
420 margin-bottom: 0;
cc1f78a8 421 line-height: 1.2;
943ac3c7
NL
422}
423
424 .entrie h2:after {
425 content: none;
426 }
427
06e1a9a9 428
943ac3c7
NL
429.entrie h2 a {
430 display: block;
431 text-decoration: none;
432 color: #000;
433 word-wrap: break-word;
434 -webkit-transition: all 0.5s ease;
435 -moz-transition: all 0.5s ease;
436 -ms-transition: all 0.5s ease;
437 -o-transition: all 0.5s ease;
438 transition: all 0.5s ease;
439}
06e1a9a9 440/*
943ac3c7
NL
441.entrie h2 a:after {
442 content: "";
443 position: absolute;
444 top: 0;
445 width: 100%;
446 height: 100%;
447 left: 0;
448}
06e1a9a9 449*/
943ac3c7
NL
450
451.entrie p {
452 color: #666;
453 font-size: 0.9em;
454 line-height: 1.7;
455}
456
457 .entrie h2 a:first-letter {
458 text-transform: uppercase;
459 }
460
461.entrie:hover .tools {
462 bottom: 0;
463}
464
465.entrie .tools {
466 position: absolute;
467 bottom: -50px;
468 left: 0;
469 width: 100%;
470 z-index: 10;
471 padding-right: 0.5em;
472 text-align: right;
473 -webkit-transition: all 0.5s ease;
474 -moz-transition: all 0.5s ease;
475 -ms-transition: all 0.5s ease;
476 -o-transition: all 0.5s ease;
477 transition: all 0.5s ease;
478}
479
480 .entrie .tools a {
481 color: #666;
482 text-decoration: none;
483 display: block;
484 padding: 0.4em;
485 }
486
487 .entrie .tools a:hover {
488 color: #FFF;
489 }
490
491 .entrie .tools li {
492 display: inline-block;
493 }
494
495.entrie:nth-child(3n+1) {
6e8030a0 496 margin-left: 0;
943ac3c7
NL
497}
498
499.results {
500 letter-spacing: -5px;
501 padding: 0 0 0.5em;
502}
503
504.results > * {
505 display: inline-block;
506 vertical-align: top;
507 letter-spacing: normal;
508 width: 50%;
509}
510
511.pagination {
512 text-align: right;
fa37042b 513 margin-bottom:50px;
943ac3c7
NL
514}
515
516.nb-results {
517 text-align: left;
518 font-style: italic;
519 color: #999;
520}
521
522.pagination > * {
523 display: inline-block;
524 margin-left: 0.5em;
525}
526
527.pagination a {
528 color: #999;
529 text-decoration: none;
530}
531
532 .pagination a:hover, .pagination a:focus {
533 text-decoration: underline;
534 }
535
536.pagination .disabled {
537 display: none;
538}
539
6775da70 540/* ==========================================================================
74e09e56 541 2.1 = "save a link" related styles
6775da70
MR
542 ========================================================================== */
543
4bc70ed4 544.popup-form {
6775da70
MR
545 background: rgba(0,0,0,0.5);
546 position: absolute;
4744cb0e
TL
547 top: 0;
548 left: 10em;
549 z-index: 20;
550 height: 100%;
551 width: 100%;
552 margin: 0;
4bc70ed4 553 margin-top: -30% !important; /* TODO: get rid of !important here; overridden by .messages selector */
4744cb0e
TL
554 padding: 2em;
555 display: none;
6775da70 556 border-left: 1px #EEE solid;
4744cb0e
TL
557}
558
4bc70ed4 559 .popup-form form {
fc01f943 560 background-color: #FFF;
b95a6f57
JS
561 position: absolute;
562 top: 0;
563 left: 0;
564 z-index: 20;
565 border: 10px solid #000;
566 width: 400px;
567 height: 200px;
568 padding: 2em;
569 }
4744cb0e 570
cd271fc4
JS
571#bagit-form-form .addurl {
572 margin-left: 0;
573}
574
827bd1f8
JS
575.closeMessage,
576.close-button {
fc01f943 577 background-color: #000;
6775da70 578 color: #FFF;
827bd1f8
JS
579 font-size: 1.2em;
580 line-height: 1.6;
cd271fc4
JS
581 width: 1.6em;
582 height: 1.6em;
583 text-align: center;
6775da70 584 text-decoration: none;
827bd1f8
JS
585}
586 .closeMessage:hover,
587 .closeMessage:focus,
588 .close-button:hover,
589 .close-button:focus {
fc01f943 590 background-color: #999;
827bd1f8
JS
591 color: #000;
592 }
593
594.close-button--popup {
cd271fc4
JS
595 display: inline-block;
596 position: absolute;
597 top: 0;
598 right: 0;
827bd1f8 599 font-size: 1.4em;
6775da70
MR
600}
601
602.active-current {
603 background-color: #999;
604}
605
606.active-current:after {
607 content: "";
608 width: 0;
609 height: 0;
610 position: absolute;
611 border-style: solid;
612 border-width: 10px;
613 border-color: transparent #EEE transparent transparent;
614 right: 0;
615 top: 50%;
616 margin-top: -10px;
617}
618
619.opacity03 {
620 opacity: 0.3;
621}
622
623.add-to-wallabag-link-after {
624 background-color: #000;
625 color: #fff;
626 padding: 0 3px 2px 3px;
627}
4744cb0e 628
74e09e56 629a.add-to-wallabag-link-after {
630 visibility: hidden;
631 position: absolute;
632 opacity: 0;
633 transition-duration: 2s;
634 transition-timing-function: ease-out;
635}
636
637#article article a:hover + a.add-to-wallabag-link-after, a.add-to-wallabag-link-after:hover {
638 opacity: 1;
639 visibility: visible;
640 transition-duration: .3s;
641 transition-timing-function: ease-in;
642}
643
644a.add-to-wallabag-link-after:after {
645 content: "w";
646}
647
3ee27ee6
MR
648#add-link-result {
649 font-weight: bold;
3e870665 650 font-size: 0.9em;
3ee27ee6
MR
651}
652
943ac3c7
NL
653/* ==========================================================================
654 3 = Pictos
655 ========================================================================== */
656
657@font-face {
658 font-family: 'icomoon';
cd425599 659 src:url('../fonts/icomoon.eot?-s0mcsx');
fc01f943
JS
660 src:url('../fonts/icomoon.eot?#iefix-s0mcsx') format('embedded-opentype'),
661 url('../fonts/icomoon.woff?-s0mcsx') format('woff'),
662 url('../fonts/icomoon.ttf?-s0mcsx') format('truetype'),
663 url('../fonts/icomoon.svg?-s0mcsx#icomoon') format('svg');
943ac3c7
NL
664 font-weight: normal;
665 font-style: normal;
666}
667
fc01f943
JS
668.icon span,
669.icon-image span {
46533cac
JS
670 position: absolute;
671 top: -9999px;
943ac3c7
NL
672}
673
674[class^="icon-"]:before, [class*=" icon-"]:before {
675 font-family: 'icomoon';
676 speak: none;
677 font-style: normal;
678 font-weight: normal;
679 font-variant: normal;
680 text-transform: none;
681 line-height: 1;
682
683 /* Better Font Rendering =========== */
684 -webkit-font-smoothing: antialiased;
685 -moz-osx-font-smoothing: grayscale;
686}
687
688.icon-flattr:before {
689 content: "\e800";
690}
691.icon-mail:before {
692 content: "\e80a";
693}
694.icon-up-open:before {
695 content: "\e80b";
696}
697.icon-star:before {
698 content: "\e805";
699}
700.icon-check:before {
701 content: "\e804";
702}
703.icon-link:before {
704 content: "\e801";
705}
706.icon-reply:before {
707 content: "\e806";
708}
709.icon-menu:before {
710 content: "\e802";
711}
712.icon-clock:before {
713 content: "\e803";
714}
715.icon-twitter:before {
716 content: "\e807";
717}
718.icon-down-open:before {
719 content: "\e809";
720}
721.icon-trash:before {
722 content: "\e80c";
723}
724.icon-delete:before {
725 content: "\e600";
726}
727.icon-power:before {
728 content: "\e601";
729}
730.icon-arrow-up-thick:before {
731 content: "\e602";
732}
733.icon-rss:before {
734 content: "\e808";
735}
c2cf7075
MR
736.icon-print:before {
737 content: "\e80d";
738}
311baf86 739.icon-random:before {
89637c2a
TC
740 content: "\e915";
741}
742.icon-reload:before {
743 content: "\ea2e";
311baf86 744}
943ac3c7 745
fc01f943
JS
746
747/* .icon-image class, for image-based icons
748 ========================================================================== */
749
750.icon-image {
751 background-size: 16px 16px;
752 background-repeat: no-repeat;
753 background-position: center;
754 padding-right: 1em !important;
755 padding-left: 1em !important;
756}
757
758/* Carrot (http://carrot.org) */
759.icon-image--carrot {
760 background-image: url('../../_global/img/icons/carrot-icon--white.png');
761}
762
9c55ed09
TC
763/* Diaspora */
764.icon-image--diaspora {
765 background-image: url('../../_global/img/icons/diaspora-icon--black.png');
766}}
767
943ac3c7
NL
768/* ==========================================================================
769 Icon selected
770 ========================================================================== */
771
772.icon-star.fav:before {
773 color: #FFF;
774}
775
f56791e6 776.icon-check.archive:before {
777 color: #FFF;
778}
779
943ac3c7
NL
780/* ==========================================================================
781 4 = Messages
782 ========================================================================== */
783
784.messages {
032e0ca1
MR
785 text-align: left;
786 margin-top: 1em;
943ac3c7
NL
787}
788
789.messages > * { display: inline-block;}
790
943ac3c7 791.warning {
a4585f7e 792 /* font-size: 3em;
943ac3c7
NL
793 color: #999;
794 font-style: italic;
795 position: absolute;
796 top: 50%;
797 left: 0;
798 width: 100%;
799 text-align: center;
800 padding-right: 5%;
a4585f7e
MR
801 margin-top: -2em;*/
802 font-weight: bold;
803 display: block;
804 width: 100%;
943ac3c7
NL
805}
806
cc1f78a8
JS
807.more-info {
808 font-size: 0.85em;
809 line-height: 1.5;
810 color: #aaa;
811}
812
813 .more-info a {
814 color: #aaa;
815 }
816
943ac3c7
NL
817/* ==========================================================================
818 5 = Article
819 ========================================================================== */
820
821#article {
822 width: 70%;
823 margin-bottom: 3em;
3ee27ee6 824 text-align: justify;
943ac3c7
NL
825}
826
827#article .tags {
828 margin-bottom: 1em;
829}
830
831#article i {
832 font-style: normal;
833}
834
835blockquote {
836 border:1px solid #999;
fc01f943 837 background-color: #FFF;
943ac3c7
NL
838 padding: 1em;
839 margin: 0;
840}
841
cc1f78a8
JS
842#article h1 {
843 text-align: left;
844}
845
943ac3c7
NL
846#article h2, #article h3, #article h4 {
847 text-transform: none;
848}
849
850#article h2:after {
851 content: none;
852}
853
854.topPosF {
855 position: fixed;
856 right: 20%;
857 bottom: 2em;
858 font-size: 1.5em;
859}
860
861#article_toolbar {
862 margin-bottom: 1em;
863}
864
865#article_toolbar li {
866 display: inline-block;
867}
868
869#article_toolbar a {
fc01f943 870 background-color: #000;
943ac3c7
NL
871 padding: 0.3em 0.5em 0.2em;
872 color: #FFF;
873 text-decoration: none;
874}
875
876 #article_toolbar a:hover, #article_toolbar a:focus {
fc01f943 877 background-color: #999;
943ac3c7
NL
878 }
879
880.shaarli:before {
881 content: "*";
882}
883
884.return {
885 text-decoration: none;
886 margin-top: 1em;
887 display: block;
888}
889
890.return:before {
891 margin-right: 0.5em;
892}
893
894.notags {
895 font-style: italic;
896 color: #999;
897}
898
899.icon-rss {
fc01f943 900 background-color: #000;
943ac3c7
NL
901 color: #FFF;
902 padding: 0.2em 0.5em;
903}
904
905.icon-rss:before {
906 position: relative;
907 top: 2px;
908}
909
910.list-tags li {
911 margin-bottom: 0.5em;
912}
913
914.list-tags .icon-rss:hover, .list-tags .icon-rss:focus {
fc01f943 915 background-color: #FFF;
943ac3c7
NL
916 color: #000;
917 text-decoration: none;
918}
919
920.list-tags a {
921 text-decoration: none;
922}
923
924.list-tags a:hover, .list-tags a:focus {
925 text-decoration: underline;
926}
927
9f8541ef
MR
928pre code {
929 font-family: "Courier New", Courier, monospace;
930 border: 1px solid #ccc;
931 font-size: 0.96em;
932}
933
934
943ac3c7
NL
935/* ==========================================================================
936 6 = Media Queries
937 ========================================================================== */
938
939@media screen and (max-width: 1050px) {
940 .entrie {
941 width: 49%;
942 }
943 .entrie:nth-child(3n+1) {
944 margin-left: 1.5%;
945 }
946 .entrie:nth-child(2n+1) {
947 margin-left: 0;
948 }
949}
950
951@media screen and (max-width: 900px) {
952 #article {
953 width: 80%;
954 }
955 .topPosF {
956 right: 2.5em;
957 }
958}
959
960@media screen and (max-width: 700px) {
961 .entrie {
962 width: 100%;
963 margin-left: 0;
964 }
36a733af
MR
965 #display-mode {
966 display: none;
967 }
943ac3c7
NL
968}
969
970@media screen and (max-width: 500px) {
971 .entrie {
972 width: 100%;
973 margin-left: 0;
974 }
975 body > header {
fc01f943 976 background-color: #333;
943ac3c7
NL
977 position: fixed;
978 top: 0;
979 width: 100%;
980 height: 3em;
981 z-index: 11;
982 }
983 #links li:last-child {
984 position: static;
985 width: auto;
986 }
987 #links li:last-child a:before {
988 content: none;
989 }
990 .logo {
f61ffec3
GB
991 width: 1.25em;
992 height: 1.25em;
943ac3c7
NL
993 left: 0;
994 top: 0;
995 }
996 .login > header {
997 position: static;
998 }
999 .login form {
1000 width: 100%;
1001 position: static;
1002 margin-left: 0;
1003 }
1004 .login .logo {
1005 width: auto;
1006 height: auto;
1007 top: 0.5em;
1008 width: 75px;
1009 height: 75px;
1010 margin-left: -37.5px;
1011 }
1012 .desktopHide {
1013 display: block;
1014 position: fixed;
1015 z-index: 20;
1016 top: 0;
1017 right: 0;
1018 border:0;
1019 width: 2.5em;
1020 height: 2.5em;
1021 cursor: pointer;
fc01f943 1022 background-color: #999;
943ac3c7
NL
1023 font-size: 1.2em;
1024 }
1025 .desktopHide:hover, .desktopHide:focus {
fc01f943 1026 background-color: #FFF;
943ac3c7
NL
1027 }
1028 #links {
1029 display: none;
1030 width: 100%;
1031 height: auto;
1032 padding-top: 3em;
1033 }
ebea829d 1034 #links.menu--open {
e319c498
JS
1035 display: block;
1036 }
943ac3c7
NL
1037 footer {
1038 position: static;
1039 margin-right: 3em;
1040 }
1041 #main {
1042 margin-left: 1.5em;
1043 padding-right: 1.5em;
1044 position: static;
f61ffec3 1045 margin-top: 3em;
943ac3c7
NL
1046 }
1047 #article_toolbar .topPosF {
1048 display: none;
1049 }
1050
1051 #article {
1052 width: 100%;
1053 }
1054
1055 #article h1 {
1056 font-size: 1.5em;
1057 }
1058 #article_toolbar a {
1059 padding: 0.3em 0.4em 0.2em;
1060 }
36a733af
MR
1061
1062 #display-mode {
1063 display: none;
1064 }
6775da70 1065
344c8f6b 1066 .popup-form, #bagit-form, #search-form {
6775da70 1067 left: 0;
344c8f6b 1068 width: 100%;
ad2b61db 1069 border-left: none;
344c8f6b
JS
1070 }
1071
1072 .popup-form form,
1073 #bagit-form form,
1074 #search-form form {
1075 width: 100%;
6775da70 1076 }
032e0ca1 1077}