From 2001f0b7f1f131e2b9a6ebe952086359b478709f Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Mon, 21 Jan 2013 15:04:38 -0800 Subject: [PATCH] separating the atom.css file --- .atom/themes/Atom - Dark/atom.css | 51 ------------------------------- static/atom.css | 39 +---------------------- 2 files changed, 1 insertion(+), 89 deletions(-) diff --git a/.atom/themes/Atom - Dark/atom.css b/.atom/themes/Atom - Dark/atom.css index 13a207fee..ef77796b4 100644 --- a/.atom/themes/Atom - Dark/atom.css +++ b/.atom/themes/Atom - Dark/atom.css @@ -1,33 +1,11 @@ html, body { font: caption; - width: 100%; - height: 100%; - overflow: hidden; } #root-view { - height: 100%; - overflow: hidden; - position: relative; background-color: #333333; } -#root-view #horizontal { - display: -webkit-box; - height: 100%; -} - -#root-view #vertical { - -webkit-box-flex: 1; - display: -webkit-box; - -webkit-box-orient: vertical; -} - -#root-view #panes { - -webkit-box-flex: 1; - position: relative; -} - #root-view #panes:before { display: block; content: "\f208"; @@ -39,35 +17,6 @@ html, body { text-align: center; } -#root-view #panes .column { - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - overflow-y: hidden; -} - -#root-view #panes .row { - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - overflow-x: hidden; -} - -#root-view #panes .pane { - position: absolute; - display: -webkit-box; - -webkit-box-orient: vertical; - top: 0; - bottom: 0; - left: 0; - right: 0; - box-sizing: border-box; -} - #root-view #panes .row > * + * { border-left: 5px solid #515151; } diff --git a/static/atom.css b/static/atom.css index 13a207fee..4f70a0574 100644 --- a/static/atom.css +++ b/static/atom.css @@ -1,5 +1,4 @@ html, body { - font: caption; width: 100%; height: 100%; overflow: hidden; @@ -9,7 +8,6 @@ html, body { height: 100%; overflow: hidden; position: relative; - background-color: #333333; } #root-view #horizontal { @@ -28,17 +26,6 @@ html, body { position: relative; } -#root-view #panes:before { - display: block; - content: "\f208"; - font-family: 'Octicons Regular'; - color: #303030; - -webkit-font-smoothing: antialiased; - font-size: 100vmin; - line-height: 100vmin; - text-align: center; -} - #root-view #panes .column { position: absolute; top: 0; @@ -66,28 +53,4 @@ html, body { left: 0; right: 0; box-sizing: border-box; -} - -#root-view #panes .row > * + * { - border-left: 5px solid #515151; -} - -#root-view #panes .column > * + * { - border-top: 5px solid #515151; -} - -.error { - background: #991212 !important; - -webkit-transition: background 300ms ease-out; -} - -.clear-float { - clear: both; -} - -@font-face { - font-family: 'Octicons Regular'; - src: url("octicons-regular-webfont.woff") format("woff"); - font-weight: normal; - font-style: normal; -} +} \ No newline at end of file