Files
Boey Maun Suang 321c4fa5f3 Pick off some low-hanging fruit to start updating the DocBook documentation:
* Replace instances of "Darwinports" with "MacPorts", "dport" with "mport",
   "CVS" with "Subversion" and "cvs" with "svn";
 * Update some of the old email address and links;
 * Make one update about MacPorts no longer supporting OSes other than Mac OS
   10.3 and above.

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26404 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-21 08:53:47 +00:00

106 lines
1.4 KiB
CSS

/*
* MacPorts Guide Stylesheet
*/
* {
font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, serif;
}
body {
background: #e3f1c7;
width: 720px;
margin: 15px auto 15px auto;
font-size: 12px;
line-height: 1.2;
}
a:link {
color: #669;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #c63;
}
a:visited {
color: #888;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #669;
}
a:hover {
color: #c63;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #369;
}
hr {
display: none;
}
h3.title, .question {
color: #879880;
margin: 1em 0 1em 0;
padding: 0;
border-bottom: 1px solid #ddd;
}
h4.title {
color: #999;
margin: 0 auto;
padding: 0;
}
h1.title, h2.title {
color: #669;
margin: 5px 0 5px 0;
padding: 10px 0 0 0;
border-bottom: 1px solid #bbb;
}
.question {
color: #879880;
font-weight: bold;
}
.navheader,
.navfooter,
div.book,
div.part,
div.chapter,
div.preface,
div.article {
background: #fff;
padding: 0.5em 2em;
margin: 0.5em;
border: 1px solid #bbb;
}
div.chapter div.sect1, div.preface div.sect1 {
border: 0;
padding: 0;
margin: 0;
}
div.sect2, div.sect3 {
margin: 0 1em;
}
pre.programlisting {
color: #669;
font-family: "Courier New", Courier;
}
.userinput {
color: #669;
}
tt {
font-family: "Courier New", Courier;
}
.filename {
color: #673;
}