selinux-policy/doc/templates/style.css

217 lines
4.2 KiB
CSS
Raw Normal View History

2005-06-09 18:17:25 +00:00
body {
margin:0px;
padding:0px;
font-family:verdana, arial, helvetica, sans-serif;
color:#333;
background-color:white;
}
h1 {
2005-06-10 01:35:43 +00:00
margin:0px 0px 5px 0px;
2005-06-09 18:17:25 +00:00
padding:0px;
2005-06-10 01:35:43 +00:00
font-size:150%
2005-06-09 18:17:25 +00:00
line-height:28px;
font-weight:900;
color:#ccc;
}
h2 {
2005-06-10 01:35:43 +00:00
font-size:125%;
margin:0px;
padding:5px 0px 10px 0px;
2005-06-09 18:17:25 +00:00
}
h3 {
2005-06-10 01:35:43 +00:00
font-size:110%;
margin:0px;
padding:5px 0px 10px 5px;
2005-06-09 18:17:25 +00:00
}
h4 {
2005-06-10 01:35:43 +00:00
font-size:100%;
margin:0px;
padding:5px 0px 10px 5px;
2005-06-09 18:17:25 +00:00
}
2005-06-10 01:35:43 +00:00
h5 {
font-size:100%;
margin:0px;
font-weight:600;
padding:0px 0px 5px 0px;
margin:0px 0px 0px 5px;
}
2005-06-09 18:17:25 +00:00
li {
font:11px/20px verdana, arial, helvetica, sans-serif;
2005-06-13 18:07:35 +00:00
margin:0px 0px 0px 10px;
2005-06-09 18:17:25 +00:00
padding:0px;
}
p {
/* normal */
font:11px/20px verdana, arial, helvetica, sans-serif;
2005-06-10 20:39:41 +00:00
margin:0px 0px 0px 10px;
2005-06-09 18:17:25 +00:00
padding:0px;
}
tt {
/* inline code */
font-family: monospace;
}
table {
2005-06-10 01:35:43 +00:00
background-color:#efefef;
2005-06-09 18:17:25 +00:00
/*background-color: white;*/
border-style:solid;
border-color:black;
border-width:0px 1px 1px 0px;
color: black;
text-align: left;
font:11px/20px verdana, arial, helvetica, sans-serif;
margin-left: 5%;
margin-right: 5%;
}
th {
2005-06-10 01:35:43 +00:00
font-weight:500;
background-color: #eaeaef;
2005-06-09 18:17:25 +00:00
text-align: center;
}
td.header {
font-weight: bold;
}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}
a {
color:#09c;
font-size:11px;
text-decoration:none;
font-weight:600;
font-family:verdana, arial, helvetica, sans-serif;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
#Codeblock {
2005-06-10 01:35:43 +00:00
margin:5px 50px 5px 10px;
2005-06-09 18:17:25 +00:00
padding:5px 0px 5px 15px;
border-style:solid;
border-color:lightgrey;
border-width:1px 1px 1px 1px;
background-color:#f5f5ff;
2005-06-10 01:35:43 +00:00
font-size:100%;
2005-06-09 18:17:25 +00:00
font-weight:600;
text-decoration:none;
2005-06-10 01:35:43 +00:00
font-family:monospace;
2005-06-09 18:17:25 +00:00
}
#Interface {
margin:5px 0px 25px 5px;
2005-06-10 01:35:43 +00:00
padding:5px 0px 5px 5px;
2005-06-09 18:17:25 +00:00
border-style:solid;
border-color:black;
border-width:1px 1px 1px 1px;
background-color:#fafafa;
font-size:14px;
font-weight:400;
text-decoration:none;
font-family:verdana, arial, helvetica, sans-serif;
}
2005-06-10 01:35:43 +00:00
#Interfacesmall {
margin:0px 0px 5px 0px;
padding:5px 0px 0px 5px;
border-style:solid;
border-color:black;
border-width:1px 1px 1px 1px;
background-color:#fafafa;
font-size:14px;
font-weight:400;
text-decoration:none;
font-family:verdana, arial, helvetica, sans-serif;
}
2005-06-28 20:41:50 +00:00
#Template {
margin:5px 0px 25px 5px;
padding:5px 0px 5px 5px;
border-style:solid;
border-color:black;
border-width:1px 1px 1px 1px;
background-color:#fafafa;
font-size:14px;
font-weight:400;
text-decoration:none;
font-family:verdana, arial, helvetica, sans-serif;
}
#Templatesmall {
margin:0px 0px 5px 0px;
padding:5px 0px 0px 5px;
border-style:solid;
border-color:black;
border-width:1px 1px 1px 1px;
background-color:#fafafa;
font-size:14px;
font-weight:400;
text-decoration:none;
font-family:verdana, arial, helvetica, sans-serif;
}
2005-06-09 18:17:25 +00:00
#Description {
margin:0px 0px 0px 5px;
padding:0px 0px 0px 5px;
text-decoration:none;
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
font-weight:400;
}
pre {
2005-06-10 01:35:43 +00:00
margin:0px;
padding:0px;
font-size:14px;
2005-06-09 18:17:25 +00:00
text-decoration:none;
2005-06-10 01:35:43 +00:00
font-family:verdana, arial, helvetica, sans-serif;
2005-06-09 18:17:25 +00:00
}
dl {
/* definition text block */
font:11px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 16px 0px;
padding:0px;
}
dt {
/* definition term */
font-weight: bold;
}
#Header {
margin:50px 0px 10px 0px;
padding:17px 0px 0px 20px;
/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
height:33px; /* 14px + 17px + 2px = 33px */
border-style:solid;
border-color:black;
border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
line-height:11px;
font-size:110%;
background-color:#eee;
voice-family: "\"}\"";
voice-family:inherit;
height:14px; /* the correct height */
}
body>#Header {height:14px;}
#Content {
2005-06-13 18:07:35 +00:00
margin:0px 50px 0px 200px;
2005-06-09 18:17:25 +00:00
padding:10px;
}
#Menu {
position:absolute;
top:100px;
left:20px;
width:162px;
padding:10px;
background-color:#eee;
border:1px solid #aaa;
line-height:17px;
text-align:left;
voice-family: "\"}\"";
voice-family:inherit;
width:160px;
}
#Menu subitem {
font-size: 5px;
}
body>#Menu {width:160px;}