Make WordPress Core

source: trunk/print.css @ 1608

Last change on this file since 1608 was 104, checked in by saxmatt, 22 years ago

Design elements tweaked and updated. Syntax fixed.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 412 bytes
Line 
1/* This is the stylesheet modern browser will use to print your pages. */
2
3a {
4        color: #000;
5}
6
7body {
8        font-family: serif;
9        font-size: 12pt;
10}
11
12#content {
13        margin: 0px;
14        padding: 0px;
15        width: auto;
16}
17
18#header, h3, h4, .storytitle {
19        border: none;
20        font-weight: bold;
21        margin: 0px;
22        padding: 0px;
23        width: auto;
24}
25
26#main {
27        float: none;
28        margin: 0px 10%;
29        padding: 0px;
30        width: auto;
31}
32
33#menu {
34        display: none;
35}
Note: See TracBrowser for help on using the repository browser.