The author has marked this style as obsoleted by thefreedictionary - cleanup (alternative version).
The LookItUp beta script incorporates page clean up & makes this rather useless. Besides the style's broken too.
I wrote this style mainly to optimise the site's layout for the LookItUp greasemonkey userscript.
http://userscripts.org/scripts/show/7715
Update: made the searchbox more symmetrical (credit goes to Webb)
* removes everything except the search box & the definition
* fixes the position of the search box
* adds background colour & border to the search box that matches the site's styles
--------------------
@Rosell: The userscript is auto-generated by the site. Hmm..it appears the site rules aren't carried over to the script. Jason Barnabe (np) will have to look into that.
Before
|
After
|
Hi!
The script runs on all domains as default.
If you add the following line, the script will per default only run on http://www.thefreedictionary.com
// @include http://www.thefreedictionary.com/*
The search box overlaps the definition sometimes - fixed with
#MainTxt,
body > div > p {
margin-top: 50px !important;
}
.ad {
/* Your ad can be here instead. 10K unique visitors for $5/day. Mail me. */
}