From 26ee0a64973a16584f8d51686ab357acfd526ee9 Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Fri, 23 Aug 2024 23:32:26 -0400 Subject: init commit --- style.css | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..a181bc4 --- /dev/null +++ b/style.css @@ -0,0 +1,51 @@ + + +.new-sticky-button { + width: 100px; + height: 50px; +} + +.sticky-note-container { + width: 300px; + background-color: PeachPuff; + border: solid black 1px; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.sticky-note-header-container { + height: 20px; + width: auto; + padding: 5px; + border-bottom: solid black 1px; +} + +.sticky-note-header-text { + overflow: hidden; + float: left; + max-width: 80%; +} + +.sticky-note-header-buttons { + float: right; +} + +.sticky-note-body { + width: 278px; + height: 280px; + padding: 10px; + overflow: auto; + resize: none; + background-color: rgba(0, 0, 0, 0); + border-color: rgba(0, 0, 0, 0) +} + +.buttonastext { + background:none; + border:none; + margin:0; + padding:0; + cursor: pointer; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2