--- /dev/null
+@import url("palette.css");
+@import url("tooltip.css");
+@import url("textarea.css");
+
+#selector {
+ width: 150px;
+ margin-left: auto;
+ margin-right: auto;
+}
border: 2px inset;
border-color: #EEE;
}
-
-.tooltip {
- position: absolute;
- border: 1px solid black;
- background-color: lightyellow;
- width: 280px;
-}
-
-.tooltip .prompt {
- font-family: Inconsolata, Courier New, Courier;
-}
-
-.tooltip .type {
- font-family: Inconsolata, Courier New, Courier;
- margin-bottom: 0.5em;
- font-size: smaller;
-}
-
-.tooltip .body {
- font-size: smaller;
-}
-
-.textarea {
- position: absolute;
- border: 1px solid black;
- background-color: #dddddd;
- z-index: 12;
-}
-
-.new.textArea {
- position: fixed;
- left: 0;
- top: 0;
- z-index: 13;
- background-color: white;
- display: none;
- width: 20em;
- height: 10em;
- border: 1px solid blue;
-}
-
-.textarea .prompt {
- padding-left: 2px;
-}
-
-.textarea .buttons {
- position: absolute;
- bottom: 5px;
- right: 5px;
-}
-
-.textarea button {
- color: #222222;
-}
-
-.textarea .editor {
- font-family: Inconsolata, Courier New, Courier;
- margin: 4px;
-}
-
-#modalBackground {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 11;
- background-color:#333333;
- display: none;
- opacity: 0.40;
- filter: alpha(opacity=40)
-}
--- /dev/null
+.textarea {
+ position: absolute;
+ border: 1px solid black;
+ background-color: #dddddd;
+ z-index: 12;
+}
+
+.textarea .prompt {
+ padding-left: 2px;
+}
+
+.textarea .buttons {
+ position: absolute;
+ bottom: 5px;
+ right: 5px;
+}
+
+.textarea button {
+ color: #222222;
+}
+
+.textarea .editor {
+ font-family: Inconsolata, Courier New, Courier;
+ margin: 4px;
+}
+
+#modalBackground {
+ position: fixed;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 11;
+ background-color:#333333;
+ display: none;
+ opacity: 0.40;
+ filter: alpha(opacity=40)
+}
--- /dev/null
+.tooltip {
+ position: absolute;
+ border: 1px solid black;
+ background-color: lightyellow;
+ width: 280px;
+}
+
+.tooltip .prompt {
+ font-family: Inconsolata, Courier New, Courier;
+}
+
+.tooltip .type {
+ font-family: Inconsolata, Courier New, Courier;
+ margin-bottom: 0.5em;
+ font-size: smaller;
+}
+
+.tooltip .body {
+ font-size: smaller;
+}