Closed adriancollier closed 11 years ago
Looks like someone uploaded a PNG...
Yes, this one:
:flushed: ok....
I'll see if I have the other one in my email :monkey_face:
Looking at the uploaded files on the live server custom_27.css looks like this:
body {
background: #fff; /* background of site */
font-family: Verdana, Arial, Helvetica, sans-serif; /* typeface main text */
color: #000; /* color text */
}
/* Heading 1 - kleur van Find Projects */
h1 {
color:#000;
}
.white {
color: white;
}
.bottom_gradient_bar { background: none; }
.bottom_gradient_bar.pad_bottom10 { padding-bottom: 0; }
.bottom_gradient_bar .container.pad_top10 { padding-top: 0; }
.bottom_gradient_bar .container { position: relative; }
.bottom_gradient_bar .container .small.marg_left20 {
position: absolute; right: 5px ; top: 113px;
}
.bottom_gradient_bar .container .small a,
.bottom_gradient_bar .container .small a:link,
.bottom_gradient_bar .container .small a:visited {
display: block; height: 20px; padding: 5px;
text-decoration: none; line-height: 20px;
background: #fff; color: #000;
-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}
.bottom_gradient_bar .container .small a:hover {
background: #a62533;
color: #fff;
}
.top_gradient_bar { background: none; }
{ padding-top: none; }
.top_gradient_bar.pad_bottom10 { padding-bottom: 0; }
.breadcrum_back {
border: 0 none;
font-weight: bold;
color: #a62533; background: #fff;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: px;
border: 1px solid #ccc;
}
ul.breadcrum { font-size: 16px; }
ul.breadcrum li a { color: #a62533;
}
.last_breadcrum_item {
color: #000;
}
.container { padding-top: 0; }
.white {
color: #fff;
}
.table_top,.table_bottom
{
font-size:.8125 em;
background-color: #ed2939; /* kleur van de table header en footer balk */
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
padding:10px;
color:#fff; /* kleur van text in table header en footer */
}
.table_top
{
border-top: 1px solid #ccc;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-topleft:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-top-left-radius:0px;
}
.table_bottom
{
border-bottom: 1px solid #ccc;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-bottomleft:0px;
-webkit-border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
}
a, a:link, a:visited
{
color: #0b479d; /* kleur van alle links */
}
.greybox
{
border: 1px solid #CCC; /* rand zoekbox */
background-color: #fff; /* background zoekbox */
-moz-border-radius: 0px; /* radius ronde hoekjes */
-webkit-border-radius: 0px; /* radius ronde hoekjes */
border-radius: 0px; /* radius ronde hoekjes */
}
span.tiny.grey {
color:#000 /* kleur kleine text in zoekbox */
}
a.tiny {
color:#000;
}
/* kleur en border van linker brand area */
.whitebox.fixed_height_250px {
background:none;
border:none;
}
Thanks, have fixed this now.
It seems the CSS for Cordaid found here: http://akvo.org/rsr/media/db/partner_sites/cordaid/custom_28.css is not readable.
I am not sure what happened to this - do we have a record of the original file?