Cindy-Apache2

 view release on metacpan or  search on metacpan

examples/site/tec/css/local.css  view on Meta::CPAN

  text-align: right; 
  padding-right: 10px;
}

label:after {
  /* Just couldn't resist */
  content: ":";
}

input:not([type]), input[type=text], input[type=password] {
  width: 100px; 
}

form br {
  clear: left; 
}

fieldset {
  border: thin solid grey;
  padding:.5em;
  display: inline;
}

form {
  border: thin solid #ab0;
  padding:.5em;
  font-family: sans-serif;
}

form hr {
  color:#ab0;
  background-color:#ab0;
  height:1px;
  border:none;
}

/* Overwrite the givem menu size */
.menu {
  width:52em; 
  padding-bottom:7em;
}

#footer form {
  border: thin solid black;
  padding:.5em;
  font-family: sans-serif;
}

/* Style buttons as links */
.link, .link:focus, .link:active {
    /* Remove all decorations */
    border: none;
    display: inline;
    margin: 0em;
    padding: 0em;
    outline: none;
    outline-offset: 0em;
    /* Look like a link */
    background: none;
    color: blue;
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
}

/* Remove extra space inside buttons in Firefox */
.link::-moz-focus-inner {
    border: none;
    padding: 0em;
}



( run in 0.736 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )