/* Better readability on wide screens */ .divMessage { max-width: 80em; } /* Compact top bar */ nav span, nav a { margin: 0 -0.1em; font-size: 11px; display: inline-block; } /* Differentiate pdf/epub thumbnails */ .uploadCell > a[href$=".pdf"]:before { content: "PDF"; display: block; } .uploadCell > a[href$="epub+zip"]:before { content: "EPUB"; display: block; } /* Hide ugly green borders in default theme */ #divLatestPosts .latestPostCell, .innerPost, .sideCatalogCell, .markedPost, .sideCatalogMarkedCell, .catalogCell { border: none; } hr, input, select, textarea, #newPostFieldset, #quick-reply table, .modalDecorationPanel, .floatingMenu, #settingsFieldset, .reportFieldset, input[type="button"], input[type="submit"], button, .dropzone, .selectedCell, #postingForm th, .modalTableBody th { border-color: #444; } /* Hide checkbox on posts */ .deletionCheckBox { display: none; }