App-Mimosa

 view release on metacpan or  search on metacpan

root/css/style.css  view on Meta::CPAN

body {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 15px;
    font-family: 'Linux Libertine', Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif;
}

h1 {
    font-size: 28px;
}
a  {
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
a:hover {
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,1);
}

#page {
background-color: #ddd;
width: 750px;
margin: auto;
margin-left: auto;
padding-left: 0px;
margin-right: auto;
}

#content {
padding-left: 0px;
background-color: white;
border: 3px solid #aaa;
border-top: none;
padding: 25px;
width: 500px;
}

#sidebar {
float: right;
width: 175px;
}

#header, #about, #getting-started {
padding-left: 75px;
padding-right: 30px;
}

#header {
background-repeat: no-repeat;
background-position: top left;
height: 64px;
}
#header h1, #header h2 {margin: 0}
#header h2 {
  color: #888;
  font-weight: normal;
  font-size: 16px;
}


#about h3 {
margin: 0;
margin-bottom: 10px;
font-size: 14px;
}

#about-content {
background-color: #ffd;
border: 1px solid #fc0;
margin-left: -11px;
}



( run in 1.131 second using v1.01-cache-2.11-cpan-ceb78f64989 )