bc
1 month ago
bootstrap.lite.css
1 year ago
gutenberg-shortcodes.css
4 years ago
license.css
4 years ago
lite.css
4 years ago
site.css
1 year ago
system.css
1 month ago
tinymce-shortcodes.css
6 years ago
site.css
85 lines
| 1 | * { |
| 2 | box-sizing: border-box; |
| 3 | } |
| 4 | |
| 5 | .select2-choice { |
| 6 | text-decoration: none !important; |
| 7 | font-size: 14px; |
| 8 | } |
| 9 | .select2-results { |
| 10 | margin-bottom: 9px; |
| 11 | } |
| 12 | .select2-drop-active { |
| 13 | font-size: 14px; |
| 14 | } |
| 15 | #primary .entry-content { |
| 16 | float: none !important; |
| 17 | width: 100% !important; |
| 18 | } |
| 19 | #primary .entry-content > .wrap { |
| 20 | width: 100% !important; |
| 21 | max-width: 100% !important; |
| 22 | } |
| 23 | .vap-login-footer-links > div:nth-child(2) { |
| 24 | display: none; |
| 25 | } |
| 26 | .vapcaltable td, .vapcaltable th { |
| 27 | word-break: initial; |
| 28 | border: 0; |
| 29 | } |
| 30 | .vapcaltable td a, .vapcaltable th a { |
| 31 | text-decoration: none !important; |
| 32 | } |
| 33 | .vap-list-pagination .tablenav-pages > * { |
| 34 | display: inline-block; |
| 35 | } |
| 36 | .vap-list-pagination .pagination-links > * { |
| 37 | display: inline-block; |
| 38 | } |
| 39 | .vapemplogintoolbardiv > div > a, #empareaForm .nav.nav-tabs li a { |
| 40 | text-decoration: none !important; |
| 41 | } |
| 42 | .vapemploginactionlink > a, .vapemploginactionlinkdisabled > a { |
| 43 | line-height: 29px; |
| 44 | } |
| 45 | .vap-emplogin-rbox .vap-emplogin-rtitle { |
| 46 | margin-top: 0; |
| 47 | } |
| 48 | .vap-emplogin-rbox .vap-emplogin-rtitle > a { |
| 49 | vertical-align: top; |
| 50 | } |
| 51 | .vap-emplogin-rbox .vap-emplogin-rtitle > a::after { |
| 52 | top: 12px; |
| 53 | } |
| 54 | .vapallcaldiv .vaptbodycal td { |
| 55 | border: 1px solid #eee; |
| 56 | } |
| 57 | .vapallcaldiv a:focus { |
| 58 | outline: none; |
| 59 | } |
| 60 | #empareaForm .vap-emploc-container { |
| 61 | font-size: 16px; |
| 62 | } |
| 63 | legend.adminlegend { |
| 64 | font-size: 24px; |
| 65 | } |
| 66 | #set_details .control .vap-btn { |
| 67 | text-decoration: none; |
| 68 | margin-top: 5px; |
| 69 | } |
| 70 | |
| 71 | /* 2021 WP THEME */ |
| 72 | |
| 73 | #primary .entry-content > .wrap { |
| 74 | max-width: var(--responsive--alignwide-width) !important; |
| 75 | } |
| 76 | |
| 77 | /* 2022 WP THEME */ |
| 78 | |
| 79 | .theme-twentytwentytwo main .wrap { |
| 80 | max-width: 1000px !important; |
| 81 | } |
| 82 | .theme-twentytwentytwo .vaprequired sup { |
| 83 | vertical-align: top; |
| 84 | } |
| 85 |