CSS-Croco
view release on metacpan or search on metacpan
t/parsed/layout.css view on Meta::CPAN
html, body {
padding : 0;
margin : 0;
color : #35382a
}
#urgent {
background-color : #ff3;
line-height : 3em;
font-size : 0.90000000000000002em;
text-align : center;
border-bottom : 5px solid #333
}
#urgent a, #urgent a:visited {
color : blue;
text-decoration : underline !important
}
#urgent a:hover {
background-color : red
}
body {
font-family : sans-serif
}
#wrapper {
margin : 0;
background-color : transparent;
padding : 0em;
position : relative
}
a:hover {
color : red
}
.inner {
max-width : 58em;
margin : 0 auto 0;
position : relative;
min-width : 902px
}
.inner {
padding-left : 10px;
padding-right : 10px
}
#logo {
background : url(/graphics/topbanner.png) no-repeat;
border : 0;
margin : 0em;
padding : 0
}
#logo a {
display : block;
text-decoration : none;
overflow : hidden;
border : 0;
margin : 0;
padding : 0;
padding-top : 101px;
height : 0px !important;
width : 550px;
cursor : pointer
}
#header {
position : relative;
height : 101px
}
#fsf-logo {
position : absolute;
top : 0;
right : 25px
}
#links {
display : none !important
}
#links {
position : absolute;
top : 5px;
right : 1em;
border-left : 1px solid #333;
t/parsed/layout.css view on Meta::CPAN
margin-right : 1em;
font-size : 0.90000000000000002em
}
#fpnav li a {
display : block;
padding-top : 6px;
padding-bottom : 6px
}
#fpnav li a:hover {
text-decoration : none;
background-color : yellow
}
.pad td {
padding-left : 1em;
padding-right : 1em
}
.pad td:first-child {
padding-left : 0
}
.pad td:last-child {
padding-right : 0
}
.imgright {
float : right;
margin : 12px
}
.imgleft {
float : left;
margin : 12px
}
.c {
text-align : center
}
.listing, .stx table {
border-collapse : collapse;
border-left : 1px solid #666666;
border-bottom : 1px solid #666666;
margin : 1em 0em 1em 0em
}
.listing td a {
display : block
}
.listing.top {
border-top : 1px solid #666666;
text-align : right !important;
padding : 0em 0em 1em 0em
}
.listing.odd {
background-color : transparent
}
.listing.even {
background-color : #ededed
}
.listing.listingCheckbox {
text-align : center
}
.listing td, .stx table td {
border-right : 1px solid #666666;
padding : 1em;
text-align : center;
line-height : 1.3em
}
.listing a:hover {
text-decoration : underline
}
.listing img {
vertical-align : middle
}
.listing {
width : 100%
}
( run in 0.765 second using v1.01-cache-2.11-cpan-39bf76dae61 )