zim-style.css 2.13 KB
/* Common zim definitions */
a { text-decoration: none;
color: blue;}
a:link { text-decoration: none;
color: blue;}
a:hover { text-decoration: none;
color: blue;}
a:active { text-decoration: none;
color: blue;}
a:visited { text-decoration: none;
color: blue;}
strike { color: grey }
u { text-decoration: underline;
background-color: white }
tt { color: darkmagenta;
font-family: monospace;
font-size: large}
pre { color: darkmagenta;
margin-left: 20px;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 5px;
font-family: monospace;
font-size: large }
code { font-size: large; font-family: monospace; color: saddlebrown}
h1 { text-decoration: underline;
color: #4e9a06;
margin-bottom: 0;
margin-top: 1em; }
h2 { color: #4e9a06;
margin-bottom: 0;
margin-left: 20px;
margin-top: 1em;}
h3 { color: #4e9a06;
margin-bottom: 0;
margin-left: 40px;
margin-top: 1em;
font-style: italic; }
h4 { color: #4e9a06;
margin-bottom: 0;
margin-left: 60px;
margin-top: 1em;}
h5 { color: #4e9a06;
margin-bottom: 0;
margin-left: 80px;
margin-top: 1em;}
p { margin-top: 0 }