|
3 | 3 | <head>
|
4 | 4 | </head>
|
5 | 5 | <body>
|
6 |
| -<div class="dash"> <b>ScratchFormat 2.2</b> <a href="https://scratchformat.github.io/" target="_newtab">Website</a> <div class="dropdown" style=""> |
7 |
| - |
8 |
| - <button class="dropbtn">Links</button> |
9 |
| - <div class="dropdown-content" style="left:0;"> |
10 |
| - <a href="https://github.com/scratchformat/" target="_newtab">Github</a> |
11 |
| - <a href="https://github.com/scratchformat/scratchformat2" target="_newtab">Source Code</a> |
12 |
| - <a href="https://scratch.mit.edu/users/pufflegamerz" target="_newtab" class="b">@pufflegamerz</a> </div> </div> |
13 |
| - |
14 |
| - <span class="dash"> </span> <a class="white" href="http://petabyte.heb12.com/" target="_newtab">Pufflegamer'z Website</a> <div class="f"> <a class="white" style="float:right;" href="https://github.com/scratchformat" target="_blank">Github</a> <span style="float:right;"> </span> </div> </div> |
15 |
| - <center> |
16 |
| - <img src="logo.png" width="200"> |
17 |
| - <p> |
18 |
| - Thank you for using ScratchFormat. <b>To use it, go |
19 |
| - on a scratch comment editor and click on it.</b> The formatter |
20 |
| - will automatically show up, and move to different comment boxes |
21 |
| - when you click on them. |
22 |
| - </p> |
23 |
| - <p> |
24 |
| - Made by <a href="https://scratch.mit.edu/users/pufflegamerz" target="_newtab">@pufflegamerz</a>. |
25 |
| - <br> |
26 |
| - This is open-source. See <a href="https://github.com/ScratchFormat/" target="_newtab">Our Github</a>. |
27 |
| - </p> |
28 |
| - </center> |
| 6 | +<div class="dash"> |
| 7 | + <b>ScratchFormat 2.2</b> |
| 8 | + <a href="https://scratchformat.github.io/" target="_newtab">Website</a> |
| 9 | + <div class="dropdown" style=""> |
| 10 | + |
| 11 | + <button class="dropbtn">Links</button> |
| 12 | + <div class="dropdown-content" style="left: 0;"> |
| 13 | + <a href="https://github.com/scratchformat/" target="_newtab">Github</a> |
| 14 | + <a href="https://github.com/scratchformat/scratchformat2" target="_newtab">Source Code</a> |
| 15 | + <a href="https://scratch.mit.edu/users/pufflegamerz" target="_newtab">@pufflegamerz</a> |
| 16 | + <a href="https://scratch.mit.edu/users/danielthebanana4" target="_newtab" class="b">@danielthebanana4</a> |
| 17 | + </div> |
| 18 | +</div> |
| 19 | + |
| 20 | +<div class="f"> |
| 21 | + <a class="white" style="float:right;" href="https://github.com/scratchformat" target="_blank">Github</a> |
| 22 | + <span style="float:right;"> </span> |
| 23 | +</div> |
| 24 | +</div> |
| 25 | +<center> |
| 26 | + <img src="logo.png" width="200"> |
| 27 | + <div style="width: 80%; margin-bottom: 20px;"> |
| 28 | + <p> |
| 29 | + Thank you for using ScratchFormat. <b>To use it, go |
| 30 | + on a scratch comment editor and click on it.</b> The formatter |
| 31 | + will automatically show up, and move to different comment boxes |
| 32 | + when you click on them. |
| 33 | + </p> |
| 34 | + <p> |
| 35 | + Made by <a href="https://scratch.mit.edu/users/pufflegamerz" target="_newtab">@pufflegamerz</a>. |
| 36 | + <br> |
| 37 | + This is open-source. See <a href="https://github.com/ScratchFormat/" target="_newtab">Our Github</a>. |
| 38 | + </p> |
| 39 | + </div> |
| 40 | +</center> |
29 | 41 | </body>
|
30 | 42 | <style>
|
31 |
| - body { |
| 43 | +html, body { |
| 44 | + background-color: lightblue; |
| 45 | + width: 700px; |
| 46 | + height: 200px; |
| 47 | +} |
32 | 48 |
|
33 |
| - background-color: lightblue; |
34 |
| - } |
35 |
| - /*Dash*/ |
| 49 | +/*Dash*/ |
36 | 50 | div.dash {
|
37 |
| -background-color:#4d97f8; |
38 |
| -margin:0em; |
39 |
| -color:white; |
40 |
| -padding:0px; |
41 |
| -padding-top:0px; |
| 51 | + background-color: #4d97f8; |
| 52 | + margin: 0em; |
| 53 | + color: white; |
| 54 | + padding: 0px; |
| 55 | + padding-top: 0px; |
| 56 | + padding-left: 10px; |
42 | 57 | }
|
43 |
| -div.dash img{ |
44 |
| -background-color:white; |
45 |
| -vertical-align: text-top; |
| 58 | + |
| 59 | +div.dash img { |
| 60 | + background-color: white; |
| 61 | + vertical-align: text-top; |
46 | 62 | }
|
47 | 63 |
|
48 | 64 | div.dash a {
|
49 |
| - background-color:#4d97f8; |
50 |
| - border-radius:0px; |
51 |
| - border:0px solid #0e1633; |
52 |
| - display:inline-block; |
53 |
| - cursor:pointer; |
54 |
| - color:#ffffff; |
55 |
| - font-family:Arial; |
56 |
| - font-size:15px; |
57 |
| - font-weight:bold; |
58 |
| - padding:20px 14px; |
59 |
| - text-decoration:none; |
| 65 | + background-color: #4d97f8; |
| 66 | + border-radius: 0px; |
| 67 | + border: 0px solid #0e1633; |
| 68 | + display: inline-block; |
| 69 | + cursor: pointer; |
| 70 | + color: #ffffff; |
| 71 | + font-family: Arial; |
| 72 | + font-size: 15px; |
| 73 | + font-weight: bold; |
| 74 | + padding: 20px 14px; |
| 75 | + text-decoration: none; |
60 | 76 | }
|
| 77 | + |
61 | 78 | div.dash a:hover {
|
62 |
| - background-color:#3b7cd1; |
| 79 | + background-color: #3b7cd1; |
63 | 80 | }
|
| 81 | + |
64 | 82 | div.dash a:active {
|
65 |
| - position:relative; |
66 |
| - top:1px; |
| 83 | + position: relative; |
| 84 | + top: 1px; |
67 | 85 | }
|
| 86 | + |
68 | 87 | div.dash a.white {
|
69 |
| - background-color:white; |
70 |
| - border-radius:4px; |
71 |
| - border:1px solid lightgray; |
72 |
| - display:inline-block; |
73 |
| - cursor:pointer; |
74 |
| - color: |
75 |
| -#3b7cd1 |
76 |
| -; |
77 |
| - font-family:Arial; |
78 |
| - font-size:15px; |
79 |
| - font-weight:bold; |
80 |
| - padding:10px 14px; |
81 |
| - text-decoration:none; |
| 88 | + background-color:white; |
| 89 | + border-radius: 4px; |
| 90 | + border: 1px solid lightgray; |
| 91 | + display: inline-block; |
| 92 | + cursor: pointer; |
| 93 | + color: #3b7cd1; |
| 94 | + font-family: Arial; |
| 95 | + font-size: 15px; |
| 96 | + font-weight: bold; |
| 97 | + padding: 10px 14px; |
| 98 | + text-decoration: none; |
82 | 99 | }
|
| 100 | + |
83 | 101 | div.dash a.white:hover {
|
84 |
| - background-color: lightgrey; |
| 102 | + background-color: lightgrey; |
85 | 103 | }
|
| 104 | + |
86 | 105 | div.dash a.white:active {
|
87 |
| - position:relative; |
88 |
| - top:1px; |
| 106 | + position: relative; |
| 107 | + top: 1px; |
89 | 108 | }
|
| 109 | + |
90 | 110 | div.dash b{
|
91 |
| -font-size:20px; |
| 111 | + font-size: 20px; |
92 | 112 | }
|
93 | 113 |
|
94 | 114 | body {
|
95 |
| -margin:0em; |
| 115 | + margin: 0em; |
96 | 116 | }
|
| 117 | + |
97 | 118 | div.dash div.f{
|
98 |
| -padding:8px; |
99 |
| -float:right; |
| 119 | + padding:8px; |
| 120 | + float: right; |
100 | 121 | }
|
| 122 | + |
101 | 123 | span.dash{
|
102 |
| -border-left: 2px dashed |
103 |
| -#3b7cd1 |
104 |
| -; |
| 124 | + border-left: 2px dashed #3b7cd1; |
105 | 125 | }
|
| 126 | + |
106 | 127 | /*Other*/
|
107 | 128 | div.te{
|
108 |
| -margin:1em; |
| 129 | + margin: 1em; |
109 | 130 | }
|
110 | 131 |
|
111 |
| - |
112 |
| - |
113 | 132 | /*DropDown*/
|
114 | 133 | .dropbtn {
|
115 |
| - background-color:#4d97f8; |
116 |
| - border-radius:0px; |
117 |
| - border:0px solid #0e1633; |
118 |
| - display:inline-block; |
119 |
| - cursor:pointer; |
120 |
| - color:#ffffff; |
121 |
| - font-family:Arial; |
122 |
| - font-size:15px; |
123 |
| - font-weight:bold; |
124 |
| - padding:20px 14px; |
125 |
| - text-decoration:none; |
| 134 | + background-color: #4d97f8; |
| 135 | + border-radius: 0px; |
| 136 | + border: 0px solid #0e1633; |
| 137 | + display: inline-block; |
| 138 | + cursor: pointer; |
| 139 | + color: #ffffff; |
| 140 | + font-family: Arial; |
| 141 | + font-size: 15px; |
| 142 | + font-weight: bold; |
| 143 | + padding: 20px 14px; |
| 144 | + text-decoration: none; |
126 | 145 | }
|
127 | 146 |
|
128 | 147 | .dropdown {
|
129 |
| - position: relative; |
130 |
| - display: inline-block; |
| 148 | + position: relative; |
| 149 | + display: inline-block; |
131 | 150 | }
|
132 | 151 |
|
133 | 152 | .dropdown-content {
|
134 |
| - display: none; |
135 |
| - position: absolute; |
136 |
| - right: 0; |
137 |
| - background-color: #f9f9f9; |
138 |
| - min-width: 160px; |
139 |
| - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); |
140 |
| - z-index: 1; |
141 |
| - border-radius:10px; |
| 153 | + display: none; |
| 154 | + position: absolute; |
| 155 | + right: 0; |
| 156 | + background-color: #f9f9f9; |
| 157 | + min-width: 160px; |
| 158 | + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); |
| 159 | + z-index: 1; |
| 160 | + border-radius:10px; |
142 | 161 | }
|
143 | 162 |
|
144 | 163 | .dropdown-content a {
|
145 |
| - color: white; |
146 |
| - background-color: #f0c83f; |
147 |
| - padding: 12px 16px; |
148 |
| - text-decoration: none; |
149 |
| - display: block; |
150 |
| - font-weight:bold; |
151 |
| - border-left: 1.2px solid #bf9f00; |
152 |
| - border-right: 1.2px solid #bf9f00; |
153 |
| - width:134px; |
| 164 | + color: white; |
| 165 | + background-color: #f0c83f; |
| 166 | + padding: 12px 16px; |
| 167 | + text-decoration: none; |
| 168 | + display: block; |
| 169 | + font-weight:bold; |
| 170 | + border-left: 1.2px solid #bf9f00; |
| 171 | + border-right: 1.2px solid #bf9f00; |
| 172 | + width:134px; |
154 | 173 | }
|
155 | 174 | .dropdown-content a.b {
|
156 |
| - border-bottom-left-radius: 10px; |
157 |
| - border-bottom-right-radius: 10px; |
158 |
| - border-top: 1.4px solid #3b7cd1; |
159 |
| - border-bottom: 1.2px solid #3b7cd1; |
| 175 | + border-bottom-left-radius: 10px; |
| 176 | + border-bottom-right-radius: 10px; |
| 177 | + border-top: 1.4px solid #3b7cd1; |
| 178 | + border-bottom: 1.2px solid #3b7cd1; |
160 | 179 | }
|
161 | 180 |
|
162 | 181 | .dropdown-content a:hover {background-color: #3b7cd1;}
|
163 | 182 |
|
164 | 183 | .dropdown:hover .dropdown-content {
|
165 |
| - display: block; |
| 184 | + display: block; |
166 | 185 | }
|
167 | 186 |
|
168 | 187 | .dropdown:hover .dropbtn {
|
169 |
| - background-color: #3b7cd1; |
| 188 | + background-color: #3b7cd1; |
170 | 189 | }
|
171 | 190 | </style>
|
172 |
| -<script type="text/javascript" src="javascript.js"></script> |
173 | 191 | </html>
|
0 commit comments