mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-02-20 01:51:18 +01:00
17 lines
945 B
CSS
17 lines
945 B
CSS
body {overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
h1 {font-size: 36px; font-weight: normal; color: #888; margin: 20px 20px 0 20px}
|
|
h2 {font-size: 18px; font-weight: normal; color: #fff}
|
|
hr {border: 0; height: 1px; background-color: #888}
|
|
|
|
.results {background-color: #1c1c19; color: #fff}
|
|
.results .resultsPane {position: relative; width: 660px; height: 340px; overflow: auto; font-size: 10px; padding: 20px; float: left}
|
|
.results .resultsPane a {color: rgba(0,198,255,0.7); text-decoration: none}
|
|
.results .resultsPane a:hover {text-decoration: underline}
|
|
.replace {position: absolute; margin-top: -28px; right: 20px; padding: 5px 10px; font-size: 14px; background-color: rgba(0,198,255,0.7); cursor: pointer}
|
|
.replaceAll {position: absolute; bottom: 0; right: 20px; padding: 5px 10px; font-size: 18px; background-color: rgba(0,198,255,0.7); cursor: pointer} |