/lib/ace/demo/styles.css
https://code.google.com/p/corewars/ · CSS · 43 lines · 37 code · 6 blank · 0 comment · 0 complexity · 9213c1d102ad2ba0aae76339da4ec881 MD5 · raw file
- html {
- height: 100%;
- width: 100%;
- overflow: hidden;
- }
- body {
- overflow: hidden;
- margin: 0;
- padding: 0;
- height: 100%;
- width: 100%;
- font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana, sans-serif;
- font-size: 12px;
- background: rgb(14, 98, 165);
- color: white;
- }
- #logo {
- padding: 15px;
- margin-left: 65px;
- }
- #editor {
- position: absolute;
- top: 0px;
- left: 280px;
- bottom: 0px;
- right: 0px;
- background: white;
- }
- #controls {
- padding: 5px;
- }
- #controls td {
- text-align: right;
- }
- #controls td + td {
- text-align: left;
- }