Scripts


Styles


Plugins


Users


Forum


Developer
Username:
Password:
User Scripts
Title:

Highlight Punctuation

Date Added:
2009-04-14 04:54:06 Installs: 278
Description: Punctuation is made larger, easy-to-read. For a highly visible paragraph, sentence and sub-clause structure. Customizable punctuation sizes and style.

For user options see "user script commands" on the iescript icon. They allow one, to choose of small, medium, large or custom punctuation; to set which HTML tags are to be ignored by this script; to insert details in the HTML to indicate what was ignored and to report on the performance of this script as to how many milliseconds are being used by this script each time it runs. This performance information is printed to a logging console (eg, dbgview.exe).

With this script you can also change the styles of punctuation individually by writing your own style sheet for it. However, the sizes are set in HTML for technical reasons.

To customize punctuation style, after this script has run, you can edit the following in your css file and this would change the margins etc. of individual punctuation elements from those default (large) ones of the script to slightly smaller ones:

.comma {
height: 0.2em ! important;
width: 0.2em ! important;
vertical-align: -0.1em ! important;
}

.fullstop {
height: 0.4em ! important;
width: 0.4em ! important;
}

.semicolon, .colon {
height: 0.8em ! important;
width: 0.2em ! important;
vertical-align: -0.1em ! important;
}

.semicolon {
vertical-align: -0.2em ! important;
}

.rightBracket, .leftBracket {
height: 0.99em ! important;
width: 0.3em ! important;
vertical-align: -0.2em ! important;
margin-right: 0.2em ! important;
}

.ndash {
margin-left: -0.2em ! important;
margin-right: -0.2em ! important;
}

.leftDoubleQuote, .rightDoubleQuote {
height: 0.35em ! important;
width: 0.55em ! important;
vertical-align: 0.33em ! important;
margin-left: 0.1em ! important;
}

.rightDoubleQuote {

margin-left: 0em ! important;
}

.rightDoubleQuote2 { /* a double quote that appears after a fullstop or question mark.
height: 0.35em ! important;
width: 0.55em ! important;
margin-left: 0em ! important;
}
.questionMark, .exclamMark {
height: 1em ! important;
width: 0.5em ! important;
vertical-align: -0.2em ! important;
}

For any punctuation select like the following one:

#puncrep img {
float: none ! important;
max-width: 1.1em ! important; max-heigth: 1.6em ! important;
}
Preview of Highlight Punctuation
View script source of Highlight Punctuation
Comment of Highlight Punctuation

Join Iescripts for a free account, or Login if you are already a member.
Username: Password:

Written by
Name:slow
Scripts:1
Styles:0
Plugins:0
Tags
 
  About IE7Pro
IE7Pro is a plugin for the Internet Explorer web browser. It allows you to change how your favorite pages behave and look. There are many scripts that have already been written, and if you know javascript you can easily create your own! This site is a repository to download and install IE user scripts.
  How to install user script

1 . First you should have install IE7Pro 0.9.12 and above which support IE user scripts.

2. Check if IE7Pro "Preference" - "User Scripts" - "EnabLe User Script" is enabled.

3. Find your favorite scripts on iescripts.org and click "Install This Script" .

 

iescripts.org