Farabi

 view release on metacpan or  search on metacpan

lib/Farabi/files/public/assets/podstyle/orig/metacpan.css  view on Meta::CPAN


/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

button::-moz-focus-inner, input[type="text"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
    margin-top: -1px !important;
}

hr {
    border: 0px none;
    border-top: 1px solid #e9e9e9;
}

html {
    margin:0;
    padding:0;
    border:0;
    overflow-y: scroll;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

pre, .diff-header, .diff-ul li {
    font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
    text-align: left;
    font-weight: normal;
    float:none !important;
}
table, th, td {
    vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }

button, body {
font-family: Arial,Helvetica,sans-serif;
}

body {
margin: 0px;
padding: 0px;
font-size: 0.8em;
}

legend { padding: 5px; font-size: 1.1em; font-weight: bold }

fieldset { border: 1px solid #E9E9E9; }

label span {
    display: inline-block;
    width: 125px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

label span img {
    padding: 2px;
    padding-right: 5px;
    float: left;
}

label input[type="text"], label select {
    width: 200px;
}

a {
    color: #36C;
    text-decoration: none;
}

a:hover {
    color: #36C;
    text-decoration: underline;
}

.strong {
    font-weight: bold;
}

.ds {
border-bottom: 1px solid #E7E7E7;
border-right: 1px solid #E7E7E7;
display: inline-block;
}
.header {
height: 31px;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 20px;
background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgb(255,255,255)),to(rgb(245,245,245)));
background: -moz-linear-gradient(rgb(255,255,255),rgb(245,245,245));
}

.header .settings {
    float: right;
    height: 20px;
    margin-left: 8px;
    padding-top: 6px;
    padding-bottom: 4px;
    border-left: 1px solid #e7e7e7;
}

.header .spacer, .header a {
    font-size: 1em;
    border-top-color: #BAD3EA;
    border-top-width: 2px;



( run in 1.673 second using v1.01-cache-2.11-cpan-aadc1410aed )