100% found this document useful (3 votes)
5K views2 pages

Friendster

This CSS code defines styles for elements on a Friendster-style social networking layout. It sets fonts, colors, and other styling properties to achieve a dark theme with a background image. Many selectors target elements like body, links, headers, and panels to set properties like fonts, colors, backgrounds, and borders to black or transparent across the layout.

Uploaded by

api-3738474
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (3 votes)
5K views2 pages

Friendster

This CSS code defines styles for elements on a Friendster-style social networking layout. It sets fonts, colors, and other styling properties to achieve a dark theme with a background image. Many selectors target elements like body, links, headers, and panels to set properties like fonts, colors, backgrounds, and borders to black or transparent across the layout.

Uploaded by

api-3738474
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

/* {--friendster-layouts.

com css code start--} */

/* friendster-layouts.com */
/* kamikuto */

/* page background */
body {
background-image:
url(http://img137.imageshack.us/img137/2918/kamikutoooo8bc.jpg);
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-color: #000000;
}
/* global fonts */
.usercontent {
font-family: georgia, times new roman, times, serif;
color: #000000;
}
/* global links */
.usercontent a, .usercontent a:link, .usercontent a:visited, .usercontent a:hover,
.usercontent a:active {
color: #000000;
}
.usercontent a:hover {
color: #000000;
}
/* master boxes */
.commonbox {
background-color: transparent;
}
.commonbox .evenrow {
background-color: transparent;
}
/* master headers */
.commonbox h1, .commonbox h2 {
font-family: georgia, times new roman, times, serif;
color: #000000;
background-color: transparent;
}
/* control panel: box */
.controlpanel {
background-color: transparent;
}
/* control panel: user photo */
.controlpanel .imgblock200 {
border-color: transparent;
}
/* control panel: data */
.controlpanel .q {
font-family: georgia, times new roman, times, serif;
color: #000000;
}
.controlpanel .data {
font-family: georgia, times new roman, times, serif;
color: #000000;
}
.data a {
font-family: georgia, times new roman, times, serif;
color: #000000;
text-transform: uppercase;

}
/* control panel: more about me link */
a.more {
font-family: georgia, times new roman, times, serif;
color: #000000;
text-transform: uppercase;
}
/* control panel: buttons */
#controlpanelbuttons a, #controlpanelbuttons a:link, #controlpanelbuttons
a:visited {
font-family: georgia, times new roman, times, serif;
color: #000000;
border-color: transparent;
border-style: dashed;
background-color: transparent;
}
#controlpanelbuttons a:hover {
font-family: georgia, times new roman, times, serif;
color: #000000;
border-color: #transparent;
background-color: #transparent;
}
/* misc: testimonials/reviews text */
.data {
font-family: georgia, times new roman, times, serif;
color: #000000;
text-transform: uppercase;
font-size: 1px;
}
/* misc: view all links */
.commonbox .viewall {
font-family: georgia, times new roman, times, serif;
color: #000000;
}
/* misc: small photos */
.commonbox .imgblock75, .ir {
border-width: 4px;
border-color: #000000;
border-style: groove;
background-color: #000000;
}
/* misc: small photo names */
.commonbox .dr {
font-family: georgia, times new roman, times, serif;
color: #000000;
}

/* {--friendster-layouts.com css code end--} */

You might also like