App-CamelPKI

 view release on metacpan or  search on metacpan

root/src/css/perso.css  view on Meta::CPAN

/*---------------- Header ------------------*/


/*---------------- Menu bar ------------------*/
#menu li {
	list-style-image: URL(/img/arrow.gif);
}
#menu {
  	float: left;
	border: 1px solid #000000;
	border-bottom-style: solid;
	border-top-style: solid;
	padding: 1em;
	width: 13%;
	margin-left: 10px;
	font: italic 10pt/20pt;
	font-family:"Comic Sans MS","lucida grande",helvetica,arial,sans-serif;
}

/*--Test--*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu dl {
	float: left;
	width: 9.71em;
	margin: 0 1px;
}
#menu dt {
	cursor: pointer;
	<!--color: #fff;--!>
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	<!--background: #000;--!>
	border: 1px solid #B4B079;
}
#menu dd {
	<!--border: 1px solid #B4B079;--!>
}
#menu li {
	text-align: left;
	<!--background: #000;--!>
}

#menu li a, #menu dt a {
<!--color: #fff;--!>
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	<!--color: #FBF591;--!>
}

/*---------------- Site body ------------------*/
.content {
  margin-left: 20%;
  margin-right: 10px;
  font: 9pt/17pt;
  font-family:"Georgia","lucida grande";
}

.content table {
	margin-left: auto;
	margin-right: auto;
}

.content table td, .content table th {
  font-size: 9pt;
  font-family:"Georgia","lucida grande";
}


/*---------------- Footer ------------------*/
#copyright{
  font-family: "lucida grande";
}

/*---------------- Navigation links ------------------*/
a { color: black; }
a:link    {  text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: none; }
a:active  { text-decoration: none; }
a.bold { font-weight: bold; }
a.info:link    { cursor:none;  border-bottom: 1px dotted #333 }
a.info:visited { cursor:none;  border-bottom: 1px dotted #333 }
a.info:hover   { cursor:help;  text-decoration: none}
a.info:active  { cursor:help;  text-decoration: none}


*{
margin:0;
padding:0;
}

body{
font-family:"lucida grande",helvetica,arial,sans-serif;
text-align:center;
color:#333;
font-size: 76%;
}

h1, h2, h3, h4{
font-weight:normal;
font-style: italic;
}

h1{
color: #003d4c;
margin:0.3em 0;
font-size: 200%
}

h1.title {
    padding: 4px;
    margin: 0px;
}

h2{
color:#c6c65b;
padding-top: 1em;
margin:0.3em 0;
padding-bottom: 1em;
font-size: 180%;
}

h3{
color:#c6c65b;
padding-top:1em;
font-size: 140%;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/* Layout */

#container{
text-align:left;
}

#header{
margin-top: 1em;
margin-bottom: 1em;
padding: 4px 20px;
background-color: [% site.col.head %];



( run in 0.577 second using v1.01-cache-2.11-cpan-39bf76dae61 )