Changeset 109
- Timestamp:
- 05/04/05 06:20:23 (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 6 modified
-
plugins/CharacterMap/popups/select_character.html (modified) (2 diffs)
-
plugins/FindReplace/popups/find_replace.html (modified) (2 diffs)
-
plugins/FullPage/popups/docprop.html (modified) (2 diffs)
-
popups/insert_image.html (modified) (2 diffs)
-
popups/insert_table.html (modified) (2 diffs)
-
popups/link.html (modified) (2 diffs)
-
popups/popup.css (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/CharacterMap/popups/select_character.html
r60 r109 3 3 <title>Insert special character</title> 4 4 <style type="text/css"> 5 @import url(../../../htmlarea.css);6 5 td.character { 7 6 font-family: Verdana,Arial,Helvetica,sans-serif; … … 17 16 color: HighlightText; 18 17 } 19 20 html, body {21 background: ButtonFace;22 color: ButtonText;23 font: 11px Tahoma,Verdana,sans-serif;24 margin: 0px;25 padding: 0px;26 }27 body { padding: 5px; }28 table {29 font: 11px Tahoma,Verdana,sans-serif;30 }31 select, input, button { font: 11px Tahoma,Verdana,sans-serif; }32 button { width: 70px; }33 table .label { text-align: right; width: 8em; }34 35 .title { background: none; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px;36 border-bottom: 1px solid black; letter-spacing: 2px;37 }38 #buttons {39 margin-top: 1em; border-top: 1px solid #999;40 padding: 2px; text-align: right;41 }42 18 </style> 43 19 <script type="text/javascript" src="../../../popups/popup.js"></script> 20 <link rel="stylesheet" type="text/css" href="../../../popups/popup.css" /> 21 44 22 <script type="text/javascript"> 45 23 // HTMLSource based on HTMLArea XTD 1.5 (http://mosforge.net/projects/htmlarea3xtd/) modified by Holger Hees -
trunk/plugins/FindReplace/popups/find_replace.html
r90 r109 12 12 <script type="text/javascript" src="../fr_engine.js"></script> 13 13 <script type="text/javascript" src="../../../popups/popup.js"></script> 14 <link rel="stylesheet" type="text/css" href="../../../popups/popup.css" /> 15 14 16 <script type="text/javascript"> 15 17 … … 85 87 86 88 <style type="text/css"> 87 html, body {88 background: ButtonFace;89 color: ButtonText;90 font: 11px Tahoma,Verdana,sans-serif;91 margin: 0px;92 padding: 0px;93 border-width: 0px;94 }95 body { padding: 5px; }96 table { font: 11px Tahoma,Verdana,sans-serif; }97 select, input, button { font: 11px Tahoma,Verdana,sans-serif; }98 button { width: 70px; }99 89 table .label { text-align: right; width: 12em; } 100 .space { padding: 2px; } 101 .title { 102 background: #ddf; 103 color: #000; 104 font-weight: bold; 105 font-size: 120%; 106 padding: 3px 10px; 107 margin-bottom: 10px; 108 border-bottom: 1px solid black; 109 letter-spacing: 2px; 90 .title { 91 background: #ddf; 92 color: #000; 93 font-weight: bold; 94 font-size: 120%; 95 padding: 3px 10px; 96 margin-bottom: 10px; 97 border-bottom: 1px solid black; 98 letter-spacing: 2px; 110 99 } 111 100 .buttons { border-top: 1px solid #999; padding: 2px; text-align: right; } 112 101 .hrstyle { border-width: 1px; border-color: #666; width: 95%; padding: 2px; } 113 form { padding: 0px; margin: 0px; }114 102 </style> 115 103 </head> -
trunk/plugins/FullPage/popups/docprop.html
r60 r109 5 5 6 6 <script type="text/javascript" src="../../../popups/popup.js"></script> 7 <link rel="stylesheet" type="text/css" href="../../../popups/popup.css" /> 7 8 8 9 <script type="text/javascript"> … … 65 66 </script> 66 67 67 <style type="text/css">68 html, body {69 background: ButtonFace;70 color: ButtonText;71 font: 11px Tahoma,Verdana,sans-serif;72 margin: 0px;73 padding: 0px;74 }75 body { padding: 5px; }76 table {77 font: 11px Tahoma,Verdana,sans-serif;78 }79 select, input, button { font: 11px Tahoma,Verdana,sans-serif; }80 button { width: 70px; }81 table .label { text-align: right; width: 12em; }82 83 .title { background: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px;84 border-bottom: 1px solid black; letter-spacing: 2px;85 }86 87 #buttons {88 margin-top: 1em; border-top: 1px solid #999;89 padding: 2px; text-align: right;90 }91 </style>92 68 93 69 </head> -
trunk/popups/insert_image.html
r76 r109 5 5 6 6 <script type="text/javascript" src="popup.js"></script> 7 <link rel="stylesheet" type="text/css" href="popup.css" /> 7 8 8 9 <script type="text/javascript"> … … 68 69 }; 69 70 </script> 70 71 <style type="text/css">72 html, body {73 background: ButtonFace;74 color: ButtonText;75 font: 11px Tahoma,Verdana,sans-serif;76 margin: 0px;77 padding: 0px;78 }79 body { padding: 5px; }80 table {81 font: 11px Tahoma,Verdana,sans-serif;82 }83 form p {84 margin-top: 5px;85 margin-bottom: 5px;86 }87 .fl { width: 9em; float: left; padding: 2px 5px; text-align: right; }88 .fr { width: 6em; float: left; padding: 2px 5px; text-align: right; }89 fieldset { padding: 0px 10px 5px 5px; }90 select, input, button { font: 11px Tahoma,Verdana,sans-serif; }91 button { width: 70px; }92 .space { padding: 2px; }93 94 .title { background: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px;95 border-bottom: 1px solid black; letter-spacing: 2px;96 }97 form { padding: 0px; margin: 0px; }98 </style>99 71 100 72 </head> -
trunk/popups/insert_table.html
r60 r109 5 5 6 6 <script type="text/javascript" src="popup.js"></script> 7 <link rel="stylesheet" type="text/css" href="popup.css" /> 7 8 8 9 <script type="text/javascript"> … … 48 49 49 50 </script> 50 51 <style type="text/css">52 html, body {53 background: ButtonFace;54 color: ButtonText;55 font: 11px Tahoma,Verdana,sans-serif;56 margin: 0px;57 padding: 0px;58 }59 body { padding: 5px; }60 table {61 font: 11px Tahoma,Verdana,sans-serif;62 }63 form p {64 margin-top: 5px;65 margin-bottom: 5px;66 }67 .fl { width: 9em; float: left; padding: 2px 5px; text-align: right; }68 .fr { width: 7em; float: left; padding: 2px 5px; text-align: right; }69 fieldset { padding: 0px 10px 5px 5px; }70 select, input, button { font: 11px Tahoma,Verdana,sans-serif; }71 button { width: 70px; }72 .space { padding: 2px; }73 74 .title { background: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px;75 border-bottom: 1px solid black; letter-spacing: 2px;76 }77 form { padding: 0px; margin: 0px; }78 </style>79 51 80 52 </head> -
trunk/popups/link.html
r60 r109 4 4 <title>Insert/Modify Link</title> 5 5 <script type="text/javascript" src="popup.js"></script> 6 <link rel="stylesheet" type="text/css" href="popup.css" /> 7 6 8 <script type="text/javascript"> 7 9 window.resizeTo(400, 200); … … 94 96 </script> 95 97 96 <style type="text/css">97 html, body {98 background: ButtonFace;99 color: ButtonText;100 font: 11px Tahoma,Verdana,sans-serif;101 margin: 0px;102 padding: 0px;103 }104 body { padding: 5px; }105 table {106 font: 11px Tahoma,Verdana,sans-serif;107 }108 select, input, button { font: 11px Tahoma,Verdana,sans-serif; }109 button { width: 70px; }110 table .label { text-align: right; width: 8em; }111 112 .title { background: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px;113 border-bottom: 1px solid black; letter-spacing: 2px;114 }115 116 #buttons {117 margin-top: 1em; border-top: 1px solid #999;118 padding: 2px; text-align: right;119 }120 </style>121 122 98 </head> 123 99
