Changeset 404191
- Timestamp:
- 07/03/2011 09:53:39 PM (15 years ago)
- Location:
- readability/trunk
- Files:
-
- 2 added
- 3 edited
-
images (added)
-
images/quote.jpg (added)
-
readability.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
readability/trunk/readability.php
r390868 r404191 4 4 Plugin URI: http://www.sproject.name/download/wp-readability/ 5 5 Description: Plugin which lets you to show posts in stylish, legible pop-up window, like in Safari. 6 Version: 0.1 6 Version: 0.1.1 7 7 Author: Piotr Sochalewski 8 8 Author URI: http://www.sproject.name/ … … 113 113 } 114 114 115 return '<small><a href="#readability" id="areadability">'.$readability_settings['readability_link_title'].'</a></small><div style="width: 650px; display:none;"><div id="readability"><h1 >'.$title.'</h1>'.$content.'</div></div>';115 return '<small><a href="#readability" id="areadability">'.$readability_settings['readability_link_title'].'</a></small><div style="width: 650px; display:none;"><div id="readability"><h1 class="title">'.$title.'</h1>'.$content.'</div></div>'; 116 116 117 117 } -
readability/trunk/readme.txt
r390870 r404191 4 4 Tags: reader, reader, legible, elegant, clear, safari 5 5 Requires at least: 2.9 6 Tested up to: 3. 1.37 Stable tag: 0.1 6 Tested up to: 3.2-RC3 7 Stable tag: 0.1.1 8 8 9 9 == Description == … … 23 23 24 24 == Changelog == 25 26 = 0.1.1 = 27 * Quotations are nice now (and looks like quotations instead of just para). 28 * Updated style for anchors too. 25 29 26 30 = 0.1 = -
readability/trunk/style.css
r355486 r404191 8 8 font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, sans-serif; 9 9 font-size: 14pt; 10 color: #666; 10 11 } 11 12 12 13 #readability p { 13 14 margin-bottom: 10px; 15 } 16 17 #readability a, #readability h1.title { 18 color: #333333; 19 text-decoration: none; 14 20 } 15 21 … … 57 63 } 58 64 65 #readability blockquote { 66 margin: 1em 20px; 67 padding-left: 25px; 68 background: transparent url(images/quote.jpg) no-repeat; 69 } 70 71 #readability blockquote * { 72 font-size: 13pt; 73 width: 580px; 74 } 75 59 76 #readability img { 60 77 padding: 4px;
Note: See TracChangeset
for help on using the changeset viewer.