Page MenuHomeCode

text-edit.css
No OneTemporary

text-edit.css

.text {
/* these are default widths and heights for new text objects */
height: 100px;
width: 100px;
/* other default properties for text objects can be set here as well */
/*
background-color: ...;
color: ...;
font-size: ...;
font-style: ...;
font-weight: ...;
letter-spacing: ...;
line-height: ...;
text-align: ...;
word-spacing: ...;
*/
}
.glue-text-input {
/* this is the textarea for editing */
/* inherit as much as possible */
background-color: inherit;
border: 0px;
color: inherit;
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
letter-spacing: inherit;
line-height: inherit;
text-align: inherit;
word-spacing: inherit;
}
/* TODO: move this somewhere else? */
/* TODO: this list also could need some tweaking */
.glue-font0 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.glue-font1 {
font-family: Arial, Helvetica, sans-serif;
}
.glue-font2 {
font-family: "Courier New", Courier, monospace;
}
.glue-font3 {
font-family: Georgia, serif;
}
.glue-font4 {
font-family: Tahoma, Geneva, sans-serif;
}
.glue-font5 {
font-family: "Times New Roman", Times, serif;
}

File Metadata

Mime Type
text/x-asm
Expires
Jul 6 2025, 07:32 (5 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27281
Default Alt Text
text-edit.css (1 KB)

Event Timeline