Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Remove certain page elements */
- header,
- footer,
- #search-block,
- #search-home,
- #sticky-header,
- #word-idx,
- .ad,
- .breadcrumb,
- .sidebar-column {
- display: none !important;
- }
- body, .mainbar-column,
- .pagination, .panel, .panel-body,
- .panel-heading, .panel-lightblue, td
- {
- background-color: #343a40 !important;
- color: #f8f8f2 !important;
- }
- /* Buttons */
- .next, .dropdown button {
- background-color: #337ab7 !important;
- border-color: #337ab7 !important;
- color: #f8f8f2 !important;
- }
- /* Remove Google ads block */
- iframe[id^="google"] {
- display: none !important;
- }
- /* Increase Arabic font size on: */
- /* main translation block */
- p.text-right {
- font-size: 22px !important;
- }
- /* 'Words and Phrases' table */
- td[id^="m"] {
- font-size: 22px !important;
- }
- /* 'Contextual Examples' block */
- .col-md-6.text-right {
- font-size: 22px !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment