forked from DanBricklin/socialcalc
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from tintou/source-reorganisation
Source reorganisation
- Loading branch information
Showing
15 changed files
with
79 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/* | ||
// The optional default CSS style sheet for the SocialCalc package. | ||
// SocialCalc can run without a style sheet (the default) or with one. | ||
// | ||
// (c) Copyright 2008 Socialtext, Inc. | ||
// All Rights Reserved. | ||
// | ||
// The contents of this file are subject to the Artistic License 2.0; you may not | ||
// use this file except in compliance with the License. You may obtain a copy of | ||
// the License at http://socialcalc.org/licenses/al-20/. | ||
// | ||
// Some of the other files in the SocialCalc package are licensed under | ||
// different licenses. Please note the licenses of the modules you use. | ||
// | ||
// Code History: | ||
// | ||
// Initially coded by Dan Bricklin of Software Garden, Inc., for Socialtext, Inc. | ||
*/ | ||
|
||
.defaultComment {background-repeat:no-repeat;background-position:top right;background-image:url(images/sc-commentbg.gif);} | ||
.defaultCommentNoGridStyle {} | ||
.defaultHighlightTypeCursor {color:#FFF;background-color:#A6A6A6;} | ||
.defaultHighlightTypeRange {color:#000;background-color:#E5E5E5;} | ||
.defaultColname {font-size:small;text-align:center;color:#FFFFFF;background-color:#808080;cursor:e-resize;} | ||
.defaultSelectedColname {font-size:small;text-align:center;color:#FFFFFF;background-color:#404040;cursor:e-resize;} | ||
.defaultRowname {font-size:small;text-align:right;color:#FFFFFF;background-color:#808080;} | ||
.defaultSelectedRowname {font-size:small;text-align:right;color:#FFFFFF;background-color:#404040;} | ||
.defaultUpperLeft {font-size:small;} | ||
.defaultSkippedCell {font-size:small;background-color:#CCC;} | ||
.defaultPaneDivider {font-size:small;background-color:#ECECEC;padding:0px;} | ||
.cteGriddiv {} | ||
.defaultInputEcho {background-color:#FFD;border:1px solid #884; | ||
font-size:small;padding:2px 10px 1px 2px;cursor:default;} | ||
.TCmain {background-color:#EEE;} | ||
.TCendcap {background-color:#FFF;} | ||
.TCpaneslider {background-color:#CCC;} | ||
.TClessbutton {background-color:#AAA;} | ||
.TCmorebutton {background-color:#AAA;} | ||
.TCscrollarea {background-color:#DDD;} | ||
.TCthumb {background-color:#CCC;} | ||
.TCPStrackingline {overflow:hidden;position:absolute;z-index:100;} | ||
.TCTDFSthumbstatus {height:20px;width:auto;border:1px solid black;padding:2px; | ||
background-color:#FFF;font-size:small;position:absolute;z-index:100;} | ||
.TDpopupElement {border:1px solid black;padding:1px 2px 2px 2px;text-align:center;background-color:#FFF; | ||
font-size:7pt;font-family:Verdana,Arial,Helvetica,sans-serif; | ||
position:absolute;width:auto;z-index:110;} | ||
#searchbar { | ||
float:right; | ||
} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.