Make WordPress Core

Changeset 104 for trunk/print.css


Ignore:
Timestamp:
05/26/2003 10:24:55 AM (22 years ago)
Author:
saxmatt
Message:

Design elements tweaked and updated. Syntax fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/print.css

    r3 r104  
     1/* This is the stylesheet modern browser will use to print your pages. */
     2
     3a {
     4    color: #000;
     5}
     6
    17body {
    2     font-family: serif; font-size: 11pt;;
     8    font-family: serif;
     9    font-size: 12pt;
    310}
    4 #header, H3, H4, storyTitle {
    5     margin: 0px 0px 0.5in; width: auto;
    6     font-weight: bold; border: none;
     11
     12#content {
     13    margin: 0px;
     14    padding: 0px;
     15    width: auto;
    716}
     17
     18#header, h3, h4, .storytitle {
     19    border: none;
     20    font-weight: bold;
     21    margin: 0px;
     22    padding: 0px;
     23    width: auto;
     24}
     25
    826#main {
    9     float: none; margin: 0px 10%; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto
     27    float: none;
     28    margin: 0px 10%;
     29    padding: 0px;
     30    width: auto;
    1031}
    11 #content {
    12     margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto
    13 }
    14 #header, H3, H4, storyTitle {
    15     margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto;
    16     font-weight: bold; border: none;
    17 }
     32
    1833#menu {
    1934    display: none;
Note: See TracChangeset for help on using the changeset viewer.