-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hints] Modernise canvas hints HTML and CSS
- CSS is the same as the help hints one
- Loading branch information
Showing
6 changed files
with
51 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
<html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="style.css" charset="ISO-8859-1" type="text/css"/> | ||
</head> | ||
<meta charset="UTF-8"/> | ||
<link rel="stylesheet" href="style.css" type="text/css"/> | ||
<title>Canvas Connection</title> | ||
</head> | ||
|
||
<body> | ||
<p>A connection between two objects with no explicit semantic meaning.</p> | ||
You can lock the Connection if you want to make it read-only. | ||
<p>You can lock the Connection if you want to make it read-only.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
<html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="style.css" charset="ISO-8859-1" type="text/css"/> | ||
</head> | ||
<meta charset="UTF-8"/> | ||
<link rel="stylesheet" href="style.css" type="text/css"/> | ||
<title>Canvas Image</title> | ||
</head> | ||
|
||
<body> | ||
<p>A Canvas Image. Choose your own image to add to the area. You can lock the Image if you want to make it read-only. </p></body> | ||
<p>A Canvas Image. Choose your own image to add to the area.</p> | ||
<p>You can lock the Image if you want to make it read-only.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
<html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="style.css" charset="ISO-8859-1" type="text/css"/> | ||
<meta charset="UTF-8"/> | ||
<link rel="stylesheet" href="style.css" type="text/css"/> | ||
<title>Canvas Sticky</title> | ||
</head> | ||
|
||
<body> | ||
<p>A Sticky element for the Canvas.</p> | ||
<p>Add text and an icon to the Sticky. You can lock the Sticky if you want to make it read-only.</p> | ||
<p>Any Notes will appear in the tooltip for the Sticky. </p> | ||
<p>Add text and an icon to the Sticky. You can lock the Sticky if you want to make it read-only.</p> | ||
<p>Any Notes will appear in the tooltip for the Sticky.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters