summaryrefslogtreecommitdiff
path: root/scribble/mainstyle.css
diff options
context:
space:
mode:
Diffstat (limited to 'scribble/mainstyle.css')
-rw-r--r--scribble/mainstyle.css53
1 files changed, 0 insertions, 53 deletions
diff --git a/scribble/mainstyle.css b/scribble/mainstyle.css
deleted file mode 100644
index 82045d1..0000000
--- a/scribble/mainstyle.css
+++ /dev/null
@@ -1,53 +0,0 @@
-body {
- padding: 0,2;
- margin: 0;
- background: #222222;
-}
-.wrapper {
- max-width: 900px;
- margin: auto;
- font-family: "Arial";
-}
-
-.toolbar{
- width: 100%;
- background-color: #440044;
- overflow: auto;
-}
-
-.toolbar a {
- float: left;
- width: 11%;
- text-align: center;
- padding: 6px 5px;
- transition: all 0.5s ease;
- color: white;
-}
-
-/* Change color on hover */
-.toolbar a:hover {
- background-color: #000;
- }
-
-/* Change color on selected icon */
-.selected {
- background-color: #000;
-}
-
-#my-canvas{
- width: 100%;
- background: white;
- border: 3px solid #000000;
-}
-
-#img-data-div{
- width: 100%;
- max-width: 900px;
- height: 200px;
-}
-
-/* Resize image to container */
-.toolbar a img{
- max-width:100%;
- height:auto;
-}