6 background-color: #fff;
14 max-width: 100% !important;
19 /* Hide useless blocks */
31 #article-informations {
32 display: none !important;
36 border: none !important;
39 /* Add URL after links */
40 .vieworiginal a::after {
41 content: " (" attr(href) ")";
44 /* Add explanation after abbr */
46 content: " (" attr(title) ")";
49 /* Change border on current pager item */
50 .pagination span.current {