77 lines
945 B
CSS
77 lines
945 B
CSS
/* Stylesheet for printing */
|
|
body {
|
|
margin-left: 5em;
|
|
margin-right: 5em;
|
|
font-size: 11pt;
|
|
}
|
|
|
|
#p-personal,
|
|
#side,
|
|
#header,
|
|
#skin-info,
|
|
#f-numberofwatchingusers,
|
|
#f-viewcount,
|
|
#f-privacy,
|
|
#f-about,
|
|
#f-disclaimer {
|
|
display: none;
|
|
}
|
|
|
|
.f-iconsection #f-copyrightico {
|
|
display: block;
|
|
}
|
|
|
|
#qrcode {
|
|
display: block;
|
|
margin-left: 10px;
|
|
text-align:right;
|
|
}
|
|
|
|
#footer #f-list li {
|
|
white-space: normal;
|
|
}
|
|
|
|
#footer li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
#footer table {
|
|
width: 100%;
|
|
}
|
|
|
|
#catlinks {
|
|
border-top: 1px solid #aaa;
|
|
margin-top: 1em;
|
|
padding-top: 1em;
|
|
}
|
|
|
|
#catlinks ul li {
|
|
font-style: italic;
|
|
}
|
|
|
|
table.float-right,
|
|
table.floatright,
|
|
div.float-right,
|
|
div.floatright {
|
|
clear: right;
|
|
float: right;
|
|
margin-left: 0.7em;
|
|
margin-right: 0;
|
|
position: relative;
|
|
}
|
|
|
|
table.float-left,
|
|
table.floatleft,
|
|
div.float-left,
|
|
div.floatleft {
|
|
clear: left;
|
|
float: left;
|
|
margin-right: 0.7em;
|
|
margin-left: 0;
|
|
position: relative;
|
|
}
|
|
|
|
table p {
|
|
margin: 0;
|
|
}
|