Plugin Directory

Changeset 355486


Ignore:
Timestamp:
03/05/2011 12:40:20 AM (15 years ago)
Author:
sproject
Message:

0.1-beta9

Location:
readability/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • readability/trunk/readability.php

    r350907 r355486  
    44Plugin URI: http://www.sproject.name/download/wp-readability/
    55Description: Plugin which lets you to show posts in stylish, legible pop-up window, like in Safari.
    6 Version: 0.1-beta8
     6Version: 0.1-beta9
    77Author: Piotr Sochalewski
    88Author URI: http://www.sproject.name/
  • readability/trunk/readme.txt

    r350907 r355486  
    55Requires at least: 2.9
    66Tested up to: 3.1
    7 Stable tag: 0.1-beta8
     7Stable tag: 0.1-beta9
    88
    99== Description ==
     
    2424
    2525== Changelog ==
     26
     27= 0.1-beta9 =
     28* Stylish headings.
    2629
    2730= 0.1-beta8 =
  • readability/trunk/style.css

    r350729 r355486  
    66#readability * {
    77    line-height: 1.4em;
    8     font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
     8    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, sans-serif;
    99    font-size: 14pt;
    1010}
     
    1414}
    1515
    16 #readability h1 {
    17     font-size: 20pt;
    18     font-weight: bold;
    19 }
    20 
    2116#readability p, #readability h1, #readability h2, #readability h3, #readability h4, #readability h5, #readability h6 {
    2217    width: 650px;
    2318    text-align: justify !important;
     19    font-weight: normal;
     20    font-style: normal;
     21}
     22
     23#readability h1 {
     24    font-size: 18pt;
     25    font-weight: bold;
     26    margin-top: 24px;
     27}
     28
     29#readability h2 {
     30    font-size: 15pt;
     31    font-weight: bold;
     32    margin-top: 10px;
     33}
     34
     35#readability h3 {
     36    font-size: 14pt;
     37    font-weight: bold;
     38    margin-top: 10px;
     39}
     40
     41#readability h4 {
     42    font-size: 14pt;
     43    font-weight: bold;
     44    font-style: italic;
     45    margin-top: 10px;
     46}
     47
     48#readability h5 {
     49    font-size: 14pt;
     50    margin-top: 10px;
     51}
     52
     53#readability h6 {
     54    font-size: 14pt;
     55    font-style: italic;
     56    margin-top: 10px;
    2457}
    2558
Note: See TracChangeset for help on using the changeset viewer.