File:  [Local Repository] / pettastic / html / css / print.css
Revision 1.1: download - view: text, annotated - select for diffs
Wed Mar 13 04:25:40 2013 UTC (11 years, 7 months ago) by nick
Branches: MAIN
CVS tags: HEAD
Fixed missing transparent backgrounds; added printing button and printing css

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: black;
    font-family: "Lucida Sans Unicode", "Lucida Grande", lucida, verdana, arial, helvetica, sans-serif;
    font-size: 9pt;
}

a {
    text-decoration: underline;
}

#breadcrums {
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 140px;
	background-color: white;
	color: #404040;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
    clear: both;
}

#footer {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    color: #404040;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 8pt;
    width: 100%;
    clear: both;
    text-align: center;
}

#breadcrums a {
    color: #404040;
    text-decoration: none;
}

#menu {
    display: none;
    width: 0px;
    height: 0px;
}

#content {
	background-color: white;
	border: 1px solid #e0e0e0;
	margin-left: 30px;
	margin-right: 30px;
    padding: 5px;
}

h1 {
	padding-left: 30px;
    padding-right: 30px;
    font-size: 180%;
    color: black;
    font-family: georgia, garamond, agaramond, times new roman, times, serif;
}

p {
	padding-left: 30px;
    padding-right: 40px;
    margin-top: 0px;
    text-align: justify;
    line-height: 130%;
}

h2 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
    font-size: 100%;
    color: black;
}

h1:first-child {
    font-weight: bold;
}

div#lastmodified {
    clear: both;
    font-size: x-small;
}

.image {
    float: left;
    margin: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 10px;
    padding-bottom: 0px;
}

.image p {
    font-size: 80%;
    margin: 1px;
    padding: 0px;
    text-align: center;
}

.image img {
    border: 2px solid #a0a0a0;
}

.image h2 {
    margin: 0px;
}

ul {
	list-style-type: circle;
}

pre {
	padding-left: 30px;
    padding-right: 40px;
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>