shipwreckt.css (1941B)
1 2 body { 3 color: #FBF5E5; 4 background-color: #212121; 5 font-family: 'Hack Nerd Font', monospace; 6 letter-spacing: 1.1px; 7 font-size: 0.9em; 8 line-height: 1.3; 9 } 10 11 h1, h2, h3, h4, h5, h6 { 12 font-size: 1em; 13 margin: 0; 14 } 15 h1 { 16 color: #8446d9; 17 } 18 19 h2, h3, h4, h5, h6 { 20 color: #8b6268; 21 } 22 23 img, h1, h2 { 24 vertical-align: middle; 25 } 26 27 img { 28 border: 0; 29 } 30 31 a { 32 color: #6a5acd; 33 text-decoration: none; 34 } 35 36 a:hover { 37 color: #8e80e5; 38 text-decoration: none; 39 } 40 41 #blob a { 42 color: #454545; 43 } 44 45 #blob a:hover { 46 color: #69c884; 47 text-decoration: none; 48 } 49 50 table thead td { 51 font-weight: lighter; 52 color: #7151ba; 53 } 54 55 table td { 56 padding: 0 0.4em; 57 } 58 59 table#files > tbody > tr:hover > td > a, 60 table#files > tbody > tr:hover > td > a:hover, 61 table#log > tbody > tr:hover > td > a, 62 table#log > tbody > tr:hover > td > a:hover, 63 table#index > tbody > tr:hover > td > a, 64 table#index > tbody > tr:hover > td > a:hover { 65 color: #181512; 66 } 67 68 #content table td { 69 vertical-align: top; 70 white-space: nowrap; 71 } 72 73 #branches tr:hover td, 74 #tags tr:hover td, 75 #index tr:hover td, 76 #log tr:hover td, 77 #files tr:hover td { 78 background-color: #6a5acd; 79 color: #181512; 80 } 81 82 #index tr td:nth-child(2), 83 #tags tr td:nth-child(3), 84 #branches tr td:nth-child(3), 85 #log tr td:nth-child(2) { 86 white-space: normal; 87 } 88 89 td.num { 90 text-align: right; 91 } 92 93 .desc { 94 color: #FFFFFF; 95 } 96 97 hr { 98 border: 0; 99 border-top: 1px dotted #454545; 100 height: 1px; 101 width: 80%; 102 margin-inline-start: 0; 103 } 104 105 pre { 106 font-family: "envy"; 107 font-size: 0.9em; 108 width: 80%; 109 overflow-x: auto; 110 } 111 112 @media (max-width: 767px) { 113 hr, pre {width: 100%;} 114 } 115 116 pre a, 117 pre a:hover { 118 border: 0px; 119 } 120 121 pre a.h { 122 color: #fbf0d2; 123 background-color: #454545; 124 } 125 126 span.i, 127 pre a.i { 128 color: #bcc92e; 129 } 130 131 span.d, 132 pre a.d { 133 color: #ae424b; 134 } 135 136 pre a.h:hover, 137 pre a.i:hover, 138 pre a.d:hover { 139 text-decoration: none; 140 } 141 142 pre b { 143 font-weight: normal; 144 } 145 146 pre#blob { 147 background-color: #181512; 148 /*color: #bcc92e;*/ 149 color: #dab733; 150 overflow-x: auto; 151 }