electrikjesus | cf562f7 | 2017-04-28 15:34:24 -0400 | [diff] [blame] | 1 | body { |
| 2 | background-color: #3A3A3A; |
electrikjesus | 1fd5666 | 2017-04-28 23:43:11 -0400 | [diff] [blame] | 3 | color: #FFFFFF; |
electrikjesus | cf562f7 | 2017-04-28 15:34:24 -0400 | [diff] [blame] | 4 | font-family: 'Fira Mono', Monospace; |
| 5 | margin: 0; |
| 6 | overflow-x: hidden; |
| 7 | } |
| 8 | body a { |
| 9 | color: inherit; |
| 10 | } |
| 11 | body a:hover { |
electrikjesus | 1fd5666 | 2017-04-28 23:43:11 -0400 | [diff] [blame] | 12 | color: #00bbff; |
| 13 | background-color: #373838; |
electrikjesus | cf562f7 | 2017-04-28 15:34:24 -0400 | [diff] [blame] | 14 | } |
| 15 | body .stream { |
| 16 | margin-top: 8px; |
| 17 | } |
| 18 | body .line { |
| 19 | margin: 0; |
| 20 | padding: 0; |
| 21 | display: flex; |
| 22 | flex-direction: row; |
| 23 | margin: 0 4px; |
| 24 | padding-top: 2px; |
| 25 | width: calc(100% - 12px); |
| 26 | } |
| 27 | body .line p { |
| 28 | display: inline-block; |
| 29 | margin: 0; |
| 30 | padding: 0; |
| 31 | } |
| 32 | body .line .name { |
| 33 | max-width: 80px; |
| 34 | min-width: 80px; |
| 35 | text-align: right; |
| 36 | padding-right: 6px; |
| 37 | } |
| 38 | body .editline { |
| 39 | background-color: #262626; |
| 40 | padding: 2px 4px 0px 4px; |
| 41 | width: calc(100%); |
| 42 | margin: 0; |
| 43 | margin-bottom: 8px; |
| 44 | } |
| 45 | body .editline .edit { |
| 46 | min-width: calc(100% - 200px); |
| 47 | outline: none; |
| 48 | } |
| 49 | body .editline .time { |
| 50 | user-select: none; |
| 51 | cursor: default; |
| 52 | } |
| 53 | |
| 54 | .whitet { |
electrikjesus | 1fd5666 | 2017-04-28 23:43:11 -0400 | [diff] [blame] | 55 | color: #00bbff; |
electrikjesus | cf562f7 | 2017-04-28 15:34:24 -0400 | [diff] [blame] | 56 | } |
| 57 | |
| 58 | .redt { |
| 59 | color: #d75f5f; |
| 60 | } |
| 61 | |
| 62 | .important { |
| 63 | color: #E3A786; |
| 64 | } |
| 65 | |
| 66 | .bluet { |
electrikjesus | 1fd5666 | 2017-04-28 23:43:11 -0400 | [diff] [blame] | 67 | color: #42aaf4; |
electrikjesus | cf562f7 | 2017-04-28 15:34:24 -0400 | [diff] [blame] | 68 | } |
| 69 | |
| 70 | .greent { |
| 71 | color: #afaf00; |
| 72 | } |
| 73 | |
| 74 | .selft { |
| 75 | color: #83A598; |
| 76 | } |
| 77 | |
| 78 | ::selection { |
electrikjesus | 1fd5666 | 2017-04-28 23:43:11 -0400 | [diff] [blame] | 79 | color: #00bbff; |
| 80 | background: #373838; |
electrikjesus | cf562f7 | 2017-04-28 15:34:24 -0400 | [diff] [blame] | 81 | } |
| 82 | |
| 83 | ::-webkit-scrollbar { |
| 84 | background-color: #3A3A3A; |
| 85 | width: 10px; |
| 86 | height: 10px; |
| 87 | } |
| 88 | |
| 89 | ::-webkit-scrollbar-thumb { |
| 90 | background-color: #bcbcbc; |
| 91 | } |
| 92 | |
| 93 | ::-webkit-scrollbar-corner { |
| 94 | background-color: #3A3A3A; |
| 95 | } |
| 96 | |
| 97 | ::-webkit-resizer { |
| 98 | background-color: #3A3A3A; |
| 99 | } |
| 100 | |
| 101 | .phjspenheader:hover { |
| 102 | background-color: #D44C2A; |
| 103 | } |