mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
atom.css
This commit is contained in:
58
index.html
58
index.html
@@ -1,62 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Lucida Grande;
|
||||
font-size: 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#app-horizontal {
|
||||
background-color: orange;
|
||||
display: -webkit-box;
|
||||
min-height: 100%;
|
||||
-webkit-box-orient: horizontal;
|
||||
}
|
||||
|
||||
#app-vertical {
|
||||
background-color: #AFEEEE;
|
||||
display: -webkit-box;
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.main {
|
||||
-webkit-box-flex: 1;
|
||||
}
|
||||
|
||||
.pane {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.left {
|
||||
background-color: gray;
|
||||
}
|
||||
|
||||
.right {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
.top {
|
||||
background-color: purple;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
#ace-editor {
|
||||
position: relative;
|
||||
-webkit-box-flex: 1;
|
||||
font: 18px Inconsolata, Monaco, Courier;
|
||||
}
|
||||
</style>
|
||||
<link href="static/atom.css" media="screen" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id='app-horizontal'>
|
||||
|
||||
55
static/atom.css
Normal file
55
static/atom.css
Normal file
@@ -0,0 +1,55 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Lucida Grande;
|
||||
font-size: 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#app-horizontal {
|
||||
background-color: orange;
|
||||
display: -webkit-box;
|
||||
min-height: 100%;
|
||||
-webkit-box-orient: horizontal;
|
||||
}
|
||||
|
||||
#app-vertical {
|
||||
background-color: #AFEEEE;
|
||||
display: -webkit-box;
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.main {
|
||||
-webkit-box-flex: 1;
|
||||
}
|
||||
|
||||
.pane {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.left {
|
||||
background-color: gray;
|
||||
}
|
||||
|
||||
.right {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
.top {
|
||||
background-color: purple;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
#ace-editor {
|
||||
position: relative;
|
||||
-webkit-box-flex: 1;
|
||||
font: 18px Inconsolata, Monaco, Courier;
|
||||
}
|
||||
Reference in New Issue
Block a user