[Sciviews-commits] r20 - komodo/SciViews-K/skin
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jun 27 09:13:06 CEST 2008
Author: romain
Date: 2008-06-27 09:13:06 +0200 (Fri, 27 Jun 2008)
New Revision: 20
Added:
komodo/SciViews-K/skin/sciviewsk_console.css
Log:
style for simple console
Added: komodo/SciViews-K/skin/sciviewsk_console.css
===================================================================
--- komodo/SciViews-K/skin/sciviewsk_console.css (rev 0)
+++ komodo/SciViews-K/skin/sciviewsk_console.css 2008-06-27 07:13:06 UTC (rev 20)
@@ -0,0 +1,28 @@
+.historyPre{
+ margin:0px;
+ padding:0px;
+ font-family: Courier new, monospace;
+}
+
+.historyListitem{
+ border-bottom: solid #999999 1px;
+}
+
+.historyListitem[selected="true"]{
+ background-color: inherit;
+ color: yellow;
+}
+
+.consoleInput{
+ border-top: 1px solid #666666 ;
+ color: blue;
+ font-family:Courier New, monospace;
+ margin:0px;
+}
+
+.consoleOutput{
+ color:black;
+ font-family:Courier New, monospace;
+ margin-bottom: 10px;
+ margin-top: 0px;
+}
More information about the Sciviews-commits
mailing list