Files
oav/dotclear._no/themes/hybrid/print.css
2023-03-20 12:18:38 +01:00

55 lines
938 B
CSS
Executable File

/***************************************
Theme: Hybrid
Author: Azork
Support: http://www.azork.net
Revision: 0.1
Last update: 10/08/2009
***************************************/
body {
background: white;
font-size: 12pt;
}
#tophead, #masthead, #nav, #breadcrumb, form, #pings, #sidenav, #extra, #footer {
display: none;
}
#container, #maincontent {
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent none;
}
p {
margin: 0.2em 0 0.8em 0;
line-height: 1.3em;
}
h1,h2,h3,h4,h5, h6 {
margin: 1em 0 0.2em 0;
font-weight: bold;
}
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }
a {
color: #00f;
text-decoration: none;
}
#maincontent a[href^="http"]:after, #comments a[href^="http"]:after {
content: " "attr(href)" ";
color: #333;
}