Home
Search
Invite
Help
Skins
Chatroom
Shoutcast DJ Login
Games
Image Hosting
Signup
Login
Profile Skins
You can spice up your profile with a skin. Browse the skins below to choose the one you want for your profile. Use the Add Skin link below the one you wish to use.
darkgrey_basic
Add Skin
/* PROFILE CSS TEMPLATE */ /* DARKGREY_BASIC */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { background: #222222; cursor: crosshair; /* scrollbar colours */ scrollbar-face-color: #212121; scrollbar-highlight-color: #404040; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #616161; scrollbar-arrow-color: #A1A1A1; scrollbar-track-color: #000000; scrollbar-darkshadow-color: #000000; padding-top: 16px; /* distance between top of page and content */ padding-bottom: 20px; /* distance between bottom of page and content */ } /* Top Menu Links */ a.top_menu_item:link { color: #cccccc; text-decoration: none; } a.top_menu_item:visited { color: #cccccc; text-decoration: none; } a.top_menu_item:hover { color: #FFFFFF; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #aaaaaa; text-decoration: none; } a.menu_item:visited { color: #aaaaaa; text-decoration: none; } a.menu_item:hover { color: #ffffff; text-decoration: none; } /* Global Links */ a:link { color: #aaaaaa; text-decoration: none; } a:visited { color: #aaaaaa; text-decoration: none; } a:hover { color: #ffffff; text-decoration: none; } /* Content Box */ td.content { background-color: #333333; /* distance between outer borders and content box */ padding: 6px; } /* Applies to most interior content */ div, td { background: #333333; font-family: arial; /* almost global font */ font-size: 11px; color: #dddddd; padding: 1px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ /* text-align:justify; */ } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background-image: none; background-color: #222222; background-repeat: repeat-x; font-weight: bold; font-size: 16px; padding: 10px 8px 10px 8px; color: #FFFFFF; } /* User Logged In Menu */ td.menu { background: none; background-color: #222222; border-width: 1px; border-bottom: 4px; border-color: #777777; } /* User Logged in Menu Items */ td.menu_item { background: #222222; padding-top: 5px; padding-right: 6px; padding-bottom: 5px; padding-left: 6px; font-size: 11px; font-weight: bold; font-family: arial; } /* User Logged in Menu Shadows */ td.shadow { background: none; } td.shadow img { display: none; } /* Yourname's profile Bar */ div.page_header { font-size: 16px; font-weight: bold; color: #ffffff; background-color: #333333; margin-bottom: 0px; padding-top: 6px; padding-left: 6px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #666666; border-bottom: none; font-weight: bold; background-image: none; background-repeat: repeat-x; color: #ffffff; background: #444444; } textarea { color: #eeeeee; height:100px; background: #444444; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #000000; } #dhtmltooltip { background: #555555; border: 1px solid #AAAAAA; } /* PROFILE STYLES */ /* Profile box */ td.profile { background-color: #333333; border-width: 1px; /* adjust the width for styling of content borders - 0 to remove borders */ border-color: #444444; /* padding values to vary the distance between interior borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px; } /* Recent Activity */ div.profile_action { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #444444; font-size: 14px; } /* Profile Photo */ td.profile_photo { border: 0px solid #aaaaaa; padding: 4px; background-color: #555555; border:1px; border-color: #000000; border-style: dotted; } img.photo { border-top: 1px; border-color: #000000; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #333333; background-image: none; background-repeat: repeat-y; background-position: top right; border-bottom: 1px solid #444444; padding: 5px 5px 5px 7px; font-size: 11px; font-weight: bold; } td.profile_menu1 a:hover { background-color: #555555; color: #ffffff; font-weight: bold; background-image: none; } /* Comments Section */ td.profile_postcomment { padding: 8px; border: none; border-bottom: 1px solid #555555; background: #333333; color: #cccccc; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #444444; } /* image verification input */ input.text, input.text_small { border-color: #666666; font-size: 12px; color: #cccccc; background-color: #444444; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #555555; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background: #ffffff; width: 640px; padding: 8px; } td.profile_event_transparent { background: #000000; opacity: 0.5; filter: alpha(opacity=20); -moz-opacity: 0.2; }
turquoise_basic
Add Skin
/* PROFILE CSS TEMPLATE */ /* TURQUOISE_BASIC */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { background: #1A575C; cursor: crosshair; /* scrollbar colours */ scrollbar-face-color: #27828A; scrollbar-highlight-color: #40D5E2; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #616161; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #16494D; scrollbar-darkshadow-color: #000000; padding-top: 16px; /* distance between top of page and content */ padding-bottom: 20px; /* distance between bottom of page and content */ } /* all links to bold */ a { font-weight: bold; } /* Top Menu Links */ a.top_menu_item:link { color: #eeeeee; text-decoration: none; } a.top_menu_item:visited { color: #eeeeee; text-decoration: none; } a.top_menu_item:hover { color: #ffffff; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #FFFFFF; text-decoration: none; } a.menu_item:visited { color: #FFFFFF; text-decoration: none; } a.menu_item:hover { color: #86EEF1; text-decoration: none; } /* Global Links */ a:link { color: #FFFFFF; text-decoration: none; } a:visited { color: #FFFFFF; text-decoration: none; } a:hover { color: #86EEF1; text-decoration: none; } /* Content Box */ td.content { background-color: #23757C; /* distance between outer borders and content box */ padding: 6px; } /* Applies to most interior content */ div, td { background: #23757C; font-family: Arial; /* almost global font */ font-size: 11px; color: #ffffff; padding: 1px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ /* text-align:justify; */ } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background-image: none; background-color: #; background-repeat: repeat-x; font-weight: bold; font-size: 16px; padding: 10px 8px 10px 8px; color: #FFFFFF; } /* User Logged In Menu */ td.menu { background: none; background-color: #144448; border-color: #ffffff; border-width: 0px; } /* User Logged in Menu Items */ td.menu_item { background-color: #144448; padding-top: 5px; padding-right: 6px; padding-bottom: 5px; padding-left: 6px; font-size: 11px; font-weight: bold; font-family: Arial; } /* User Logged in Menu Shadows */ td.shadow { background: none; } td.shadow img { display: none; } /* Yourname's profile Bar */ div.page_header { font-size: 16px; font-weight: bold; color: #ffffff; background-color: #23757C; margin-bottom: 0px; padding-top: 6px; padding-left: 6px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #2B8F98; border-bottom: none; font-weight: bold; background-image: none; background-repeat: repeat-x; color: #ffffff; background: #31A4AE; } textarea { color: #ffffff; height:100px; background: #31A4AE; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #ffffff; } /* image verification input */ input.text, input.text_small { border-color: #ffffff; font-size: 11px; font-weight: bold; color: #ffffff; background-color: #31A4AE; } #dhtmltooltip { background: #31A4AE; border: 1px solid #FFFFFF; color: #ffffff; } /* PROFILE STYLES */ /* Profile box */ td.profile { background-color: #23757C; border-width: 1px; /* adjust the width for styling of content borders - 0 to remove borders */ border-color: #31A4AE; /* padding values to vary the distance between interior borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px; } /* Recent Activity */ div.profile_action { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #31A4AE; font-size: 14px; } /* Profile Photo */ td.profile_photo { border: 0px solid #FFFFFF; padding: 4px; background-color: #31A4AE; border:1px; border-color: #000000; border-style: dotted; } img.photo { border-top: 1px; border-color: #000000; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #23757C; background-image: none; border-bottom: 1px solid #31A4AE; padding: 5px 5px 5px 5px; font-size: 11px; font-weight: bold; } td.profile_menu1 a:hover { background-color: #31A4AE; color: #ffffff; font-weight: bold; background-image: none; } /* Comments Section */ td.profile_postcomment { padding: 8px; border: none; border-bottom: 1px solid #31A4AE; background: #23757C; color: #cccccc; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #31A4AE; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #31A4AE; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background: #ffffff; width: 640px; padding: 8px; } td.profile_event_transparent { background: #000000; opacity: 0.5; filter: alpha(opacity=20); -moz-opacity: 0.2; } div.profile_action_date { color: #ffffff; float: right; padding-left: 5px; } div.profile_blogentry_date { padding-left: 25px; color: #ffffff; margin-bottom: 5px; }
turquoise_basic_images
Add Skin
/* PROFILE CSS TEMPLATE */ /* TURQUOISE_BASIC_IMAGES */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { background-image: url(./profile_css/images/turquoise/background.png); cursor: crosshair; /* scrollbar colours */ scrollbar-face-color: #27828A; scrollbar-highlight-color: #40D5E2; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #616161; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #16494D; scrollbar-darkshadow-color: #000000; padding-top: 16px; /* distance between top of page and content */ padding-bottom: 20px; /* distance between bottom of page and content */ } /* all links to bold */ a { font-weight: bold; } /* Top Menu Links */ a.top_menu_item:link { color: #eeeeee; text-decoration: none; } a.top_menu_item:visited { color: #eeeeee; text-decoration: none; } a.top_menu_item:hover { color: #ffffff; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #FFFFFF; text-decoration: none; } a.menu_item:visited { color: #FFFFFF; text-decoration: none; } a.menu_item:hover { color: #86EEF1; text-decoration: none; } /* Global Links */ a:link { color: #FFFFFF; text-decoration: none; } a:visited { color: #FFFFFF; text-decoration: none; } a:hover { color: #86EEF1; text-decoration: none; } /* Content Box */ td.content { background-color: #23757C; /* distance between outer borders and content box */ padding: 6px; } /* Applies to most interior content */ div, td { background: #23757C; font-family: Arial; /* almost global font */ font-size: 11px; color: #ffffff; padding: 1px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ /* text-align:justify; */ } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background-image: url(./profile_css/images/turquoise/menu_bg.gif); background-repeat: repeat-x; font-weight: bold; font-size: 16px; padding: 10px 8px 10px 8px; color: #FFFFFF; } /* User Logged In Menu */ td.menu { background: none; background-image: url(./profile_css/images/turquoise/menu2_bg.gif); background-repeat: repeat-x; border-width: 0px; border: 0px; padding-bottom: 0px; padding=left: 0px; padding-top: 0px; padding-right: 0px; } /* User Logged in Menu Items */ td.menu_item { background-image: url(./profile_css/images/turquoise/menu2_bg.gif); background-repeat: repeat-x; border-width: 0px; border: 0px; font-size: 11px; font-weight: bold; font-family: Arial; padding-bottom: 8px; padding=left: 6px; padding-top: 8px; padding-right: 6px; } /* User Logged in Menu Shadows */ td.shadow { background-image: url(./profile_css/images/turquoise/shadow.gif); } td.shadow img { visibility:hidden; display:none; } /* Yourname's profile Bar */ div.page_header { font-size: 16px; font-weight: bold; color: #ffffff; background-color: #23757C; margin-bottom: 0px; padding-top: 6px; padding-left: 6px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #2B8F98; border-bottom: none; font-weight: bold; background-image: none; background-repeat: repeat-x; color: #ffffff; background: #31A4AE; } textarea { color: #ffffff; height:100px; background: #31A4AE; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #ffffff; } /* image verification input */ input.text, input.text_small { border-color: #ffffff; font-size: 11px; font-weight: bold; color: #ffffff; background-color: #31A4AE; } #dhtmltooltip { background: #31A4AE; border: 1px solid #FFFFFF; color: #ffffff; } /* PROFILE STYLES */ /* Profile box */ td.profile { background-color: #23757C; border-width: 1px; /* adjust the width for styling of content borders - 0 to remove borders */ border-color: #31A4AE; /* padding values to vary the distance between interior borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px; } /* Recent Activity */ div.profile_action { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #31A4AE; font-size: 14px; } /* Profile Photo */ td.profile_photo { border: 0px solid #FFFFFF; padding: 4px; background-color: #31A4AE; border:1px; border-color: #000000; border-style: dotted; } img.photo { border-top: 1px; border-color: #000000; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #23757C; background-image: none; border-bottom: 1px solid #31A4AE; padding: 5px 5px 5px 5px; font-size: 11px; font-weight: bold; } td.profile_menu1 a:hover { background-color: #31A4AE; color: #ffffff; font-weight: bold; background-image: none; } /* Comments Section */ td.profile_postcomment { padding: 8px; border: none; border-bottom: 1px solid #31A4AE; background: #23757C; color: #cccccc; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #31A4AE; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #31A4AE; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background: #ffffff; width: 640px; padding: 8px; } td.profile_event_transparent { background: #000000; opacity: 0.5; filter: alpha(opacity=20); -moz-opacity: 0.2; } div.profile_action_date { color: #ffffff; float: right; padding-left: 5px; } div.profile_blogentry_date { padding-left: 25px; color: #ffffff; margin-bottom: 5px; }
magenta_basic
Add Skin
/* PROFILE CSS TEMPLATE */ /* MAGENTA_BASIC */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { background: #70072F; cursor: crosshair; /* scrollbar colours */ scrollbar-face-color: #BD0E50; scrollbar-highlight-color: #FF2F7D; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #616161; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #000000; scrollbar-darkshadow-color: #000000; padding-top: 16px; /* distance between top of page and content */ padding-bottom: 20px; /* distance between bottom of page and content */ } /* all links to bold */ a { font-weight: bold; } /* Top Menu Links */ a.top_menu_item:link { color: #eeeeee; text-decoration: none; } a.top_menu_item:visited { color: #eeeeee; text-decoration: none; } a.top_menu_item:hover { color: #ffffff; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #FFFFFF; text-decoration: none; } a.menu_item:visited { color: #FFFFFF; text-decoration: none; } a.menu_item:hover { color: #6AD7FF; text-decoration: none; } /* Global Links */ a:link { color: #FFFFFF; text-decoration: none; } a:visited { color: #FFFFFF; text-decoration: none; } a:hover { color: #6AD7FF; text-decoration: none; } /* Content Box */ td.content { background-color: #96093E; /* distance between outer borders and content box */ padding: 6px; } /* Applies to most interior content */ div, td { background: #96093E; font-family: Arial; /* almost global font */ font-size: 11px; color: #ffffff; padding: 1px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ /* text-align:justify; */ } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background-image: none; background-color: #D20D57; background-repeat: repeat-x; font-weight: bold; font-size: 16px; padding: 10px 8px 10px 8px; color: #FFFFFF; } /* User Logged In Menu */ td.menu { background: none; background-color: #000000; border: none; } /* User Logged in Menu Items */ td.menu_item { background-color: #000000; padding-top: 5px; padding-right: 6px; padding-bottom: 5px; padding-left: 6px; font-size: 11px; font-weight: bold; font-family: Arial; } /* User Logged in Menu Shadows */ td.shadow { background: none; } td.shadow img { display: none; } /* Yourname's profile Bar */ div.page_header { font-size: 16px; font-weight: bold; color: #ffffff; background-color: #96093E; margin-bottom: 0px; padding-top: 6px; padding-left: 6px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #B80B4C; border-bottom: none; font-weight: bold; background-image: none; background-repeat: repeat-x; color: #ffffff; background: #D20D57; } textarea { color: #ffffff; height:100px; background: #D20D57; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #ffffff; } /* image verification input */ input.text, input.text_small { border-color: #ffffff; font-size: 11px; font-weight: bold; color: #ffffff; background-color: #D20D57; } #dhtmltooltip { background: #D20D57; border: 1px solid #FFFFFF; color: #ffffff; } /* PROFILE STYLES */ /* Profile box */ td.profile { background-color: #96093E; border-width: 1px; /* adjust the width for styling of content borders - 0 to remove borders */ border-color: #D20D57; /* padding values to vary the distance between interior borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px; } /* Recent Activity */ div.profile_action { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #D20D57; font-size: 14px; } /* Profile Photo */ td.profile_photo { border: 0px solid #FFFFFF; padding: 4px; background-color: #D20D57; border:1px; border-color: #000000; border-style: dotted; } img.photo { border-top: 1px; border-color: #000000; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #96093E; background-image: none; border-bottom: 1px solid #D20D57; padding: 5px 5px 5px 5px; font-size: 11px; font-weight: bold; } td.profile_menu1 a:hover { background-color: #D20D57; color: #ffffff; font-weight: bold; background-image: none; } /* Comments Section */ td.profile_postcomment { padding: 8px; border: none; border-bottom: 1px solid #D20D57; background: #96093E; color: #cccccc; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #D20D57; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #D20D57; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background: #ffffff; width: 640px; padding: 8px; } td.profile_event_transparent { background: #000000; opacity: 0.5; filter: alpha(opacity=20); -moz-opacity: 0.2; } div.profile_action_date { color: #ffffff; float: right; padding-left: 5px; } div.profile_blogentry_date { padding-left: 25px; color: #ffffff; margin-bottom: 5px; }
limegrey_basic_images
Add Skin
/* PROFILE CSS TEMPLATE */ /* LIMEGREY_BASIC_IMAGES */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { background-image: url(./profile_css/images/limegrey/background.png); cursor: crosshair; /* scrollbar colours */ scrollbar-face-color: #212121; scrollbar-highlight-color: #404040; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #616161; scrollbar-arrow-color: #A1A1A1; scrollbar-track-color: #000000; scrollbar-darkshadow-color: #000000; padding-top: 16px; /* distance between top of page and content */ padding-bottom: 20px; /* distance between bottom of page and content */ } /* all links to bold */ a { font-weight: bold; } /* Top Menu Links */ a.top_menu_item:link { color: #eeeeee; text-decoration: none; } a.top_menu_item:visited { color: #eeeeee; text-decoration: none; } a.top_menu_item:hover { color: #ffffff; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #FFFFFF; text-decoration: none; } a.menu_item:visited { color: #FFFFFF; text-decoration: none; } a.menu_item:hover { color: #BAE700; text-decoration: none; } /* Global Links */ a:link { color: #FFFFFF; text-decoration: none; } a:visited { color: #FFFFFF; text-decoration: none; } a:hover { color: #222222; text-decoration: none; } /* Content Box */ td.content { background-color: #87AE00; /* distance between outer borders and content box */ padding: 6px; } /* Applies to most interior content */ div, td { background: #87AE00; font-family: Arial; /* almost global font */ font-size: 11px; color: #ffffff; padding: 1px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ /* text-align:justify; */ } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background-image: url(./profile_css/images/limegrey/menu_bg.gif); background-repeat: repeat-x; font-weight: bold; font-size: 16px; padding: 10px 8px 10px 8px; color: #FFFFFF; } /* User Logged In Menu */ td.menu { background: none; background-image: url(./profile_css/images/limegrey/menu2_bg.gif); background-repeat: repeat-x; border-width: 0px; border: 0px; padding-bottom: 0px; padding=left: 0px; padding-top: 0px; padding-right: 0px; } /* User Logged in Menu Items */ td.menu_item { background-image: url(./profile_css/images/limegrey/menu2_bg.gif); background-repeat: repeat-x; border-width: 0px; border: 0px; font-size: 11px; font-weight: bold; font-family: Arial; padding-bottom: 8px; padding=left: 6px; padding-top: 8px; padding-right: 6px; } /* User Logged in Menu Shadows */ td.shadow { background-image: url(./profile_css/images/limegrey/shadow.gif); } td.shadow img { display: none; visibility:hidden; } /* Yourname's profile Bar */ div.page_header { font-size: 16px; font-weight: bold; color: #ffffff; background-color: #87AE00; margin-bottom: 0px; padding-top: 6px; padding-left: 6px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #444444; border-color: #9BC800; border-bottom: none; font-weight: bold; background-image: url(./profile_css/images/limegrey/header.gif); background-repeat: repeat-x; color: #ffffff; } textarea { color: #444444; height:100px; background: #BAE700; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #ffffff; } /* image verification input */ input.text, input.text_small { border-color: #ffffff; font-size: 11px; font-weight: bold; color: #ffffff; background-color: #444444; } #dhtmltooltip { background: #444444; border: 1px solid #ffffff; color: #ffffff; } /* PROFILE STYLES */ /* Profile box */ td.profile { background-color: #87AE00; border-width: 1px; /* adjust the width for styling of content borders - 0 to remove borders */ border-color: #BAE700; /* padding values to vary the distance between interior borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px; } /* Recent Activity */ div.profile_action { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #BAE700; font-size: 14px; } /* Profile Photo */ td.profile_photo { border: 0px solid #FFFFFF; padding: 4px; background-color: #333333; border:1px; border-color: #000000; border-style: dotted; } img.photo { border-top: 1px; border-color: #000000; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #87AE00; background-image: none; border-bottom: 1px solid #BAE700; padding: 5px 5px 5px 5px; font-size: 11px; font-weight: bold; } td.profile_menu1 a:hover { background-color: #444444; color: #ffffff; font-weight: bold; background-image: none; } /* Comments Section */ td.profile_postcomment { padding: 8px; border: none; border-bottom: 1px solid #BAE700; background: #87AE00; color: #cccccc; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #444444; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #BAE700; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background: #ffffff; width: 640px; padding: 8px; } td.profile_event_transparent { background: #000000; opacity: 0.5; filter: alpha(opacity=20); -moz-opacity: 0.2; } div.profile_action_date { color: #ffffff; float: right; padding-left: 5px; } div.profile_blogentry_date { padding-left: 25px; color: #ffffff; margin-bottom: 5px; }
beige2_full
Add Skin
/* PROFILE CSS TEMPLATE */ /* BEIGE2_FULL */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { /* alternate from a selection of 2 body background frames */ background:#DEDBC5 url(./profile_css/images/beige/back_shadow2.jpg) top center no-repeat; /* background:#DEDBC5 url(./profile_css/images/beige/back_shadow3.jpg) top center no-repeat; */ /* custom cursor for IE, Firefox */ cursor: url(./profile_css/images/beige/cursor.cur), url(./profile_css/images/beige/cursor.gif), auto; /* scrollbar colours */ scrollbar-arrow-color:#43260C; scrollbar-track-color:#E9E2CF; scrollbar-shadow-color:#E9E2CF; scrollbar-face-color:#E9E2CF; scrollbar-highlight-color:#E9E2CF; scrollbar-darkshadow-color:#ffffff; scrollbar-3dlight-color:#ffffff; padding-top: 0px; /* distance between top of page and content */ padding-bottom: 0px; /* distance between bottom of page and content */ } /* all links to bold */ a { font-weight: bold; } /* Top Menu Links */ a.top_menu_item:link { color: #7B7A70; text-decoration: none; } a.top_menu_item:visited { color: #7B7A70; text-decoration: none; } a.top_menu_item:hover { color: #222222; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #7B7A70; text-decoration: none; } a.menu_item:visited { color: #7B7A70; text-decoration: none; } a.menu_item:hover { color: #222222; text-decoration: none; } /* Global Links */ a:link { color: #6A6962; text-decoration: none; } a:visited { color: #6A6962; text-decoration: none; } a:hover { color: #222222; text-decoration: none; } /* Content Box */ td.content { background: url(./profile_css/images/beige/back_content.png); /* distance between outer borders and content box */ padding: 0px; } /* Applies to most interior content */ div, td { background: transparent; font-family: Georgia; /* almost global font */ font-size: 11px; color: #7B7A70; padding: 1px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ /* text-align:justify; */ } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background-image: none; background-repeat: repeat-x; color: #333333; font-weight: bold; font-size: 16px; padding: 17px 8px 10px 8px; } /* User Logged In Menu */ td.menu { background: none; border-width: 0px; border: 0px; padding-bottom: 0px; padding=left: 0px; padding-top: 0px; padding-right: 0px; } /* User Logged in Menu Items */ td.menu_item { background: none; border-width: 0px; border: 0px; font-size: 11px; font-weight: bold; font-family: Georgia; padding-bottom: 8px; padding=left: 2px; padding-top: 8px; padding-right: 2px; } /* User Logged in Menu Shadows */ td.shadow { background-image: url(./profile_css/images/beige/shadow.gif); } td.shadow img { visibility:hidden; display:none; } /* Yourname's profile Bar */ div.page_header { background: url(./profile_css/images/beige/page_header2.jpg) repeat-x; text-align: right; line-height: 42px; font-size: 12px; font-weight: bold; color: #ffffff; background-color: #D6D3BE; padding-top: 0px; padding-right: 10px; padding-left: 0px; padding-bottom: 0px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #F1EED9; border-bottom: none; background-image: none; background-repeat: repeat-x; color: #6A6962; background: url(./profile_css/images/beige/header.png); } /* Write Something - Post Comment */ textarea { color: #6A6962; height:100px; background: none; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #ffffff; } /* image verification input */ input.text, input.text_small { border-color: #ffffff; font-size: 11px; font-weight: bold; color: #ffffff; background-color: #B5B3A1; } #dhtmltooltip { background: #B5B3A1; border: 1px solid #FFFFFF; color: #ffffff; } /* PROFILE STYLES */ /* Profile box */ td.profile { background-color: #B8B6A7; background: transparent; border-width: 1px; /* adjust the width for styling of content borders - 0 to remove borders */ border-color: #F1EED9; /* padding values to vary the distance between interior borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px; } /* Recent Activity */ div.profile_action { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CFCDBB; font-size: 14px; } /* Profile Photo */ td.profile_photo { border: 0px solid #FFFFFF; padding: 4px; background-color: #B8B6A7; border:1px; border-color: #FFFCE2; border-style: dotted; } img.photo { border-top: 1px; border-color: #DEDBC5; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #C7C4B1; border-bottom: 1px solid #A7A599; padding: 5px 5px 5px 5px; font-size: 11px; font-weight: bold; background-image:none; } td.profile_menu1 a:hover { background-color: #79786E; color: #ffffff; font-weight: bold; background-image:none; } /* Comments Section */ td.profile_postcomment { padding: 8px; border: none; border-bottom: 1px solid #EBE8D0; background: transparent; color: #cccccc; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #EBE8D0; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #B8B6A7; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background-color: #DEDBC5; width: 640px; padding: 8px; } td.profile_event_transparent { background-color: #67665B; opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; } div.profile_action_date { color: #6A6962; float: right; padding-left: 5px; } div.profile_blogentry_date { padding-left: 25px; color: #6A6962; margin-bottom: 5px; }
pinkviolet_full
Add Skin
/* PROFILE CSS TEMPLATE */ /* PINKVIOLET_FULL */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { background-color: #C3006B; background-image: url(./profile_css/images/pinkviolet/background.png); background-attachment: fixed; /* custom cursor for IE, Firefox */ cursor: url(./profile_css/images/pinkviolet/cursor.cur), url(./profile_css/images/pinkviolet/cursor.gif), auto; /* scrollbar colours */ scrollbar-face-color: #B63A70; scrollbar-highlight-color: #FF6DAD; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #616161; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #8F0050; scrollbar-darkshadow-color: #000000; padding-top: 16px; /* distance between top of page and content */ padding-bottom: 20px; /* distance between bottom of page and content */ } /* Top Menu Links */ a.top_menu_item:link { color: #eeeeee; text-decoration: none; } a.top_menu_item:visited { color: #eeeeee; text-decoration: none; } a.top_menu_item:hover { color: #ffffff; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #FF91CD; text-decoration: none; } a.menu_item:visited { color: #FF91CD; text-decoration: none; } a.menu_item:hover { color: #FFFFFF; text-decoration: none; } /* Global Links */ a:link { color: #FF91CD; text-decoration: none; } a:visited { color: #FF91CD; text-decoration: none; } a:hover { color: #ffffff; text-decoration: none; } /* Content Box */ td.content { background-color: #ffffff; /* distance between outer borders and content box */ padding: 1px; } /* Applies to most interior content */ div, td { background: #B63A70; font-family: Georgia, Geneva, Times; /* almost global font */ font-size: 11px; color: #ffffff; padding: 0px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ text-align:justify; } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background: #222222; background-image: url(./profile_css/images/pinkviolet/menu_bg.gif); background-repeat: repeat-x; font-weight: bold; font-size: 16px; padding: 10px 8px 10px 8px; color: #FFFFFF; } /* User Logged In Menu */ td.menu { background: #C3417B; padding-top:10px; border: none; } /* User Logged in Menu Items */ td.menu_item { background-color: #C3417B; padding-top: 0px; padding-right: 6px; padding-bottom: 5px; padding-left: 6px; font-size: 11px; font-weight: normal; font-family: Georgia, Geneva, Times; } /* User Logged in Menu Shadows */ td.shadow { background: none; } td.shadow img { display: none; } /* Yourname's profile Bar */ div.page_header { font-size: 16px; font-weight: bold; color: #F40388; background: #ffffff; margin-bottom: 0px; padding-top: 6px; padding-left: 6px; font-size: 14px; background-image: url(./profile_css/images/pinkviolet/topheader.png); background-repeat: no-repeat; background-position: center top; padding-top:128px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #666666; border-bottom: none; font-weight: bold; background: #666666; background-image: url(./profile_css/images/pinkviolet/header.gif); background-repeat: repeat-x; color: #ffffff; } textarea { color: #eeeeee; height:100px; background: #A72962; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #000000; } #dhtmltooltip { background: #A72962; border: 1px solid #AAAAAA; } /* PROFILE STYLES */ td.profile { background: #B63A70; background-image: none; background-repeat: repeat; background-attachment: scroll; border-width: 1px; /* adjust the width for better styling of content borders */ border-color: #D56B99; margin-bottom: 0px; /* padding values to vary the distance between interior element borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; /* bottom of profile content boxes */ padding-left: 22px; } /* Profile Photo */ td.profile_photo { border: 0px solid #aaaaaa; padding: 4px; background-color: #C3417B; border:1px; border-color: #000000; border-style: dotted; } img.photo { border-top: 1px; border-color: #000000; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #C3417B; background-image: none; background-position: top right; border-bottom: 1px solid #DDDDDD; padding: 5px 5px 5px 7px; font-size: 11px; font-weight: bold; color: #ffffff; } td.profile_menu1 a:hover { background-color: #555555; color: #ffffff; font-weight: bold; background-image: none; } /* Comments Section */ td.profile_viewcomments_postcomment { padding: 1px; color: #cccccc; border: 0px solid #CCCCCC; background: #C3006B; } td.profile_postcomment { padding: 18px; border: none; border-bottom: 1px solid #555555; background: #C73076; color: #ffffff; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #666666; } div.profile_action_date { color: #eeeeee; float: right; padding-left: 5px; } div.profile_blogentry_date { padding-left: 25px; color: #eeeeee; margin-bottom: 5px; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #777777; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background: #ffffff; width: 640px; padding: 8px; } td.profile_event_transparent { background: #000000; opacity: 0.5; filter: alpha(opacity=20); -moz-opacity: 0.2; }
darkgrey_basic_images
Add Skin
/* PROFILE CSS TEMPLATE */ /* DARKGREY_BASIC_IMAGES */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { background: #222222; cursor: crosshair; /* scrollbar colours */ scrollbar-face-color: #212121; scrollbar-highlight-color: #404040; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #616161; scrollbar-arrow-color: #A1A1A1; scrollbar-track-color: #000000; scrollbar-darkshadow-color: #000000; padding-top: 16px; /* distance between top of page and content */ padding-bottom: 20px; /* distance between bottom of page and content */ } /* Top Menu Links */ a.top_menu_item:link { color: #cccccc; text-decoration: none; } a.top_menu_item:visited { color: #cccccc; text-decoration: none; } a.top_menu_item:hover { color: #FFFFFF; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #aaaaaa; text-decoration: none; } a.menu_item:visited { color: #aaaaaa; text-decoration: none; } a.menu_item:hover { color: #ffffff; text-decoration: none; } /* Global Links */ a:link { color: #aaaaaa; text-decoration: none; } a:visited { color: #aaaaaa; text-decoration: none; } a:hover { color: #ffffff; text-decoration: none; } /* Content Box */ td.content { background-color: #333333; /* distance between outer borders and content box */ padding: 10px; } /* Applies to most interior content */ div, td { background: #333333; font-family: arial; /* almost global font */ font-size: 11px; color: #dddddd; padding: 1px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ text-align:justify; } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background-color: #222222; background-image: url(./profile_css/images/darkgrey/menu_bg.gif); background-repeat: repeat-x; font-weight: bold; font-size: 16px; padding: 10px 8px 10px 8px; color: #FFFFFF; } /* User Logged In Menu */ td.menu { background: #333333; /* background-image: url(./profile_css/images/darkgrey/menu2_bg.gif); */ border-width: 0px; border-bottom: 4px; border-color: #777777; padding-top:10px; background-position: bottom; } /* User Logged in Menu Items */ td.menu_item { background: #333333; /* background-image: url(./profile_css/images/darkgrey/menu2_bg.gif); */ padding-top: 0px; padding-right: 6px; padding-bottom: 5px; padding-left: 6px; font-size: 11px; font-weight: bold; font-family: arial; background-position: bottom; } /* User Logged in Menu Shadows */ td.shadow { background: none; visibility:hidden; } td.shadow img { display: none; visibility:hidden; } /* Yourname's profile Bar */ div.page_header { font-size: 16px; font-weight: bold; color: #ffffff; background-color: #333333; margin-bottom: 0px; padding-top: 6px; padding-left: 6px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #666666; border-bottom: none; font-weight: bold; background: #666666; background-image: url(./profile_css/images/darkgrey/header.gif); background-repeat: repeat-x; color: #ffffff; } /* PROFILE STYLES */ /* Profile Box */ td.profile { background-color: #333333; background-image: none; background-repeat: repeat; background-attachment: scroll; border-width: 1px; /* adjust the width for styling of content borders */ border-color: #444444; margin-bottom: 0px; /* padding values to vary the distance between interior element borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px; } /* Recent Activity */ div.profile_action { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #444444; font-size: 14px; } /* Profile Photo */ td.profile_photo { border: 0px solid #aaaaaa; padding: 4px; background-color: #555555; border:1px; border-color: #000000; border-style: dotted; } img.photo { border-top: 1px; border-color: #000000; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #333333; background-image: none; background-repeat: repeat-y; background-position: top right; border-bottom: 1px solid #555555; padding: 5px 5px 5px 7px; font-size: 11px; font-weight: bold; } td.profile_menu1 a:hover { background-color: #555555; color: #ffffff; font-weight: bold; background-image: none; } /* Comments Section */ td.profile_viewcomments_postcomment { padding: 1px; color: #cccccc; border: 0px solid #CCCCCC; background: #333333; } td.profile_postcomment { padding: 18px; border: none; border-bottom: 1px solid #555555; background: #333333; color: #cccccc; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #444444; } textarea { color: #eeeeee; height:100px; background: #444444; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #000000; } #dhtmltooltip { background: #555555; border: 1px solid #AAAAAA; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #555555; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background: #ffffff; width: 640px; padding: 8px; } td.profile_event_transparent { background: #000000; opacity: 0.5; filter: alpha(opacity=20); -moz-opacity: 0.2; }
limegrey_basic
Add Skin
/* PROFILE CSS TEMPLATE */ /* LIMEGREY_BASIC */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { background: #333333; cursor: crosshair; /* scrollbar colours */ scrollbar-face-color: #212121; scrollbar-highlight-color: #404040; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #616161; scrollbar-arrow-color: #A1A1A1; scrollbar-track-color: #000000; scrollbar-darkshadow-color: #000000; padding-top: 16px; /* distance between top of page and content */ padding-bottom: 20px; /* distance between bottom of page and content */ } /* all links to bold */ a { font-weight: bold; } /* Top Menu Links */ a.top_menu_item:link { color: #eeeeee; text-decoration: none; } a.top_menu_item:visited { color: #eeeeee; text-decoration: none; } a.top_menu_item:hover { color: #ffffff; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #FFFFFF; text-decoration: none; } a.menu_item:visited { color: #FFFFFF; text-decoration: none; } a.menu_item:hover { color: #BAE700; text-decoration: none; } /* Global Links */ a:link { color: #FFFFFF; text-decoration: none; } a:visited { color: #FFFFFF; text-decoration: none; } a:hover { color: #222222; text-decoration: none; } /* Content Box */ td.content { background-color: #87AE00; /* distance between outer borders and content box */ padding: 6px; } /* Applies to most interior content */ div, td { background: #87AE00; font-family: Arial; /* almost global font */ font-size: 11px; color: #ffffff; padding: 1px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ /* text-align:justify; */ } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background-image: none; background-color: #; background-repeat: repeat-x; font-weight: bold; font-size: 16px; padding: 10px 8px 10px 8px; color: #FFFFFF; } /* User Logged In Menu */ td.menu { background: none; background-color: #333333; border-color: #ffffff; border-width: 1px; } /* User Logged in Menu Items */ td.menu_item { background-color: #333333; padding-top: 5px; padding-right: 6px; padding-bottom: 5px; padding-left: 6px; font-size: 11px; font-weight: bold; font-family: Arial; } /* User Logged in Menu Shadows */ td.shadow { background: none; } td.shadow img { display: none; visibility:hidden; } /* Yourname's profile Bar */ div.page_header { font-size: 16px; font-weight: bold; color: #ffffff; background-color: #87AE00; margin-bottom: 0px; padding-top: 6px; padding-left: 6px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #444444; border-bottom: none; font-weight: bold; background-image: none; background-repeat: repeat-x; color: #ffffff; background: #444444; } textarea { color: #444444; height:100px; background: #BAE700; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #ffffff; } /* image verification input */ input.text, input.text_small { border-color: #ffffff; font-size: 11px; font-weight: bold; color: #ffffff; background-color: #444444; } #dhtmltooltip { background: #444444; border: 1px solid #ffffff; color: #ffffff; } /* PROFILE STYLES */ /* Profile box */ td.profile { background-color: #87AE00; border-width: 1px; /* adjust the width for styling of content borders - 0 to remove borders */ border-color: #BAE700; /* padding values to vary the distance between interior borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px; } /* Recent Activity */ div.profile_action { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #BAE700; font-size: 14px; } /* Profile Photo */ td.profile_photo { border: 0px solid #FFFFFF; padding: 4px; background-color: #333333; border:1px; border-color: #000000; border-style: dotted; } img.photo { border-top: 1px; border-color: #000000; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #87AE00; background-image: none; border-bottom: 1px solid #BAE700; padding: 5px 5px 5px 5px; font-size: 11px; font-weight: bold; } td.profile_menu1 a:hover { background-color: #444444; color: #ffffff; font-weight: bold; background-image: none; } /* Comments Section */ td.profile_postcomment { padding: 8px; border: none; border-bottom: 1px solid #BAE700; background: #87AE00; color: #cccccc; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #444444; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #BAE700; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background: #ffffff; width: 640px; padding: 8px; } td.profile_event_transparent { background: #000000; opacity: 0.5; filter: alpha(opacity=20); -moz-opacity: 0.2; } div.profile_action_date { color: #ffffff; float: right; padding-left: 5px; } div.profile_blogentry_date { padding-left: 25px; color: #ffffff; margin-bottom: 5px; }
magenta_basic_images
Add Skin
/* PROFILE CSS TEMPLATE */ /* MAGENTA_BASIC_IMAGES */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { background-image: url(./profile_css/images/magenta/background.png); cursor: crosshair; /* scrollbar colours */ scrollbar-face-color: #BD0E50; scrollbar-highlight-color: #FF2F7D; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #616161; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #000000; scrollbar-darkshadow-color: #000000; padding-top: 16px; /* distance between top of page and content */ padding-bottom: 20px; /* distance between bottom of page and content */ } /* all links to bold */ a { font-weight: bold; } /* Top Menu Links */ a.top_menu_item:link { color: #eeeeee; text-decoration: none; } a.top_menu_item:visited { color: #eeeeee; text-decoration: none; } a.top_menu_item:hover { color: #ffffff; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #FFFFFF; text-decoration: none; } a.menu_item:visited { color: #FFFFFF; text-decoration: none; } a.menu_item:hover { color: #6AD7FF; text-decoration: none; } /* Global Links */ a:link { color: #FFFFFF; text-decoration: none; } a:visited { color: #FFFFFF; text-decoration: none; } a:hover { color: #6AD7FF; text-decoration: none; } /* Content Box */ td.content { background-color: #96093E; /* distance between outer borders and content box */ padding: 6px; } /* Applies to most interior content */ div, td { background: #96093E; font-family: Arial; /* almost global font */ font-size: 11px; color: #ffffff; padding: 1px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ /* text-align:justify; */ } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background-image: url(./profile_css/images/magenta/menu_bg.gif); background-repeat: repeat-x; font-weight: bold; font-size: 16px; padding: 10px 8px 10px 8px; color: #FFFFFF; } /* User Logged In Menu */ td.menu { background: none; background-image: url(./profile_css/images/magenta/menu2_bg.gif); background-repeat: repeat-x; border-width: 0px; border: 0px; padding-bottom: 0px; padding=left: 0px; padding-top: 0px; padding-right: 0px; } /* User Logged in Menu Items */ td.menu_item { background-image: url(./profile_css/images/magenta/menu2_bg.gif); background-repeat: repeat-x; border-width: 0px; border: 0px; font-size: 11px; font-weight: bold; font-family: Arial; padding-bottom: 8px; padding=left: 6px; padding-top: 8px; padding-right: 6px; } /* User Logged in Menu Shadows */ td.shadow { background-image: url(./profile_css/images/magenta/shadow.gif); } td.shadow img { display: none; visibility:hidden; } /* Yourname's profile Bar */ div.page_header { font-size: 16px; font-weight: bold; color: #ffffff; background-color: #96093E; margin-bottom: 0px; padding-top: 6px; padding-left: 6px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #B80B4C; border-bottom: none; font-weight: bold; background-image: url(./profile_css/images/magenta/header.gif); background-repeat: repeat-x; color: #ffffff; } textarea { color: #ffffff; height:100px; background: #D20D57; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #ffffff; } /* image verification input */ input.text, input.text_small { border-color: #ffffff; font-size: 11px; font-weight: bold; color: #ffffff; background-color: #D20D57; } #dhtmltooltip { background: #D20D57; border: 1px solid #FFFFFF; color: #ffffff; } /* PROFILE STYLES */ /* Profile box */ td.profile { background-color: #96093E; border-width: 1px; /* adjust the width for styling of content borders - 0 to remove borders */ border-color: #D20D57; /* padding values to vary the distance between interior borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px; } /* Recent Activity */ div.profile_action { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #D20D57; font-size: 14px; } /* Profile Photo */ td.profile_photo { border: 0px solid #FFFFFF; padding: 4px; background-color: #D20D57; border:1px; border-color: #000000; border-style: dotted; } img.photo { border-top: 1px; border-color: #000000; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #96093E; background-image: none; border-bottom: 1px solid #D20D57; padding: 5px 5px 5px 5px; font-size: 11px; font-weight: bold; } td.profile_menu1 a:hover { background-color: #D20D57; color: #ffffff; font-weight: bold; background-image: none; } /* Comments Section */ td.profile_postcomment { padding: 8px; border: none; border-bottom: 1px solid #D20D57; background: #96093E; color: #cccccc; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #D20D57; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #D20D57; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background: #ffffff; width: 640px; padding: 8px; } td.profile_event_transparent { background: #000000; opacity: 0.5; filter: alpha(opacity=20); -moz-opacity: 0.2; } div.profile_action_date { color: #ffffff; float: right; padding-left: 5px; } div.profile_blogentry_date { padding-left: 25px; color: #ffffff; margin-bottom: 5px; }
blackxs_full
Add Skin
/* PROFILE CSS TEMPLATE */ /* BLACKXS_FULL */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { background: #393939 url(./profile_css/images/blackxs/background.jpg) top center no-repeat; /* custom cursor for Firefox, IE */ cursor: url(./profile_css/images/blackxs/cursor.cur), url(./profile_css/images/pinkviolet/blackxs.gif), auto; /* scrollbar colours */ scrollbar-face-color: #212121; scrollbar-highlight-color: #404040; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #616161; scrollbar-arrow-color: #A1A1A1; scrollbar-track-color: #000000; scrollbar-darkshadow-color: #000000; padding-top: 126px; /* distance between top of page and content */ padding-bottom: 20px; /* distance between bottom of page and content */ } /* Top Menu Links */ a.top_menu_item:link { color: #dddddd; background: url(./profile_css/images/blackxs/twinkle.gif); text-decoration: none; } a.top_menu_item:visited { color: #dddddd; background: url(./profile_css/images/blackxs/twinkle.gif); text-decoration: none; } a.top_menu_item:hover { color: #FFFFFF; background: none; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #dddddd; background: url(./profile_css/images/blackxs/twinkle.gif); text-decoration: none; } a.menu_item:visited { color: #dddddd; background: url(./profile_css/images/blackxs/twinkle.gif); text-decoration: none; } a.menu_item:hover { color: #ffffff; background: none; text-decoration: none; } /* Global Links */ a:link { color: #dddddd; text-decoration: none; } a:visited { color: #dddddd; text-decoration: none; } a:hover { color: #ffffff; background: url(./profile_css/images/blackxs/twinkle.gif); text-decoration: none; } /* Override All Links */ a { font-weight: bold; } /* Content Box */ td.content { background: transparent; /* distance between outer borders and content box */ padding: 6px; } /* Applies to most interior content */ div, td { background: transparent; font-family: arial; /* almost global font */ font-size: 11px; color: #dddddd; padding: 1px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ /* text-align:justify; */ } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background: transparent; font-weight: bold; font-size: 16px; padding: 10px 8px 10px 20px; color: #FFFFFF; } /* User Logged In Menu */ td.menu { background: transparent; border-width: 1px; border-bottom: 4px; border-color: #777777; } /* User Logged in Menu Items */ td.menu_item { background: transparent; padding-top: 5px; padding-right: 6px; padding-bottom: 5px; padding-left: 6px; font-size: 11px; font-weight: bold; font-family: arial; } /* User Logged in Menu Shadows */ td.shadow { display: none; visibility: hidden; } td.shadow img { display: none; visibility: hidden; } /* Yourname's profile Bar */ div.page_header { font-size: 16px; font-weight: bold; color: #ffffff; background: transparent; margin-bottom: 0px; padding-top: 6px; padding-left: 6px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #666666; border-bottom: none; font-weight: bold; background: transparent; color: #ffffff; } textarea { color: #eeeeee; height:100px; background: transparent; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #000000; } #dhtmltooltip { background: #555555; border: 1px solid #AAAAAA; } /* PROFILE STYLES */ /* Profile box */ td.profile { background: transparent; border-width: 1px; /* adjust the width for styling of content borders - 0 to remove borders */ border-color: #444444; /* padding values to vary the distance between interior borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px; } /* Recent Activity */ div.profile_action { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #444444; font-size: 14px; } /* Profile Photo */ td.profile_photo { padding: 0px; padding-bottom: 8px; background: url(./profile_css/images/blackxs/spark.gif) no-repeat bottom; border:0px; border-color: #555555; border-style: dotted; } img.photo { padding: 4px; border-color: transparent; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #333333; background-image: none; background-repeat: repeat-y; background-position: top right; border-bottom: 1px solid #444444; padding: 5px 5px 5px 7px; font-size: 11px; font-weight: bold; } td.profile_menu1 a:hover { background-color: #555555; color: #ffffff; font-weight: bold; background-image: none; } /* Comments Section */ td.profile_postcomment { padding: 8px; border: none; border-bottom: 1px solid #555555; background: #333333; color: #cccccc; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #444444; } /* image verification input */ input.text, input.text_small { border-color: #666666; font-size: 12px; color: #cccccc; background-color: #444444; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #555555; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background: #ffffff; width: 640px; padding: 8px; } td.profile_event_transparent { background: #000000; opacity: 0.5; filter: alpha(opacity=20); -moz-opacity: 0.2; } div.profile_blogentry_date { color: #aaaaaa; }
beige_full
Add Skin
/* PROFILE CSS TEMPLATE */ /* BEIGE_FULL */ /* www.solarianoir.net */ /* GLOBAL STYLES */ body { background:#DEDBC5 url(./profile_css/images/beige/back_shadow.png) center repeat-y; /* custom cursor for IE, Firefox */ cursor: url(./profile_css/images/beige/cursor.cur), url(./profile_css/images/beige/cursor.gif), auto; /* scrollbar colours */ scrollbar-arrow-color:#43260C; scrollbar-track-color:#E9E2CF; scrollbar-shadow-color:#E9E2CF; scrollbar-face-color:#E9E2CF; scrollbar-highlight-color:#E9E2CF; scrollbar-darkshadow-color:#ffffff; scrollbar-3dlight-color:#ffffff; padding-top: 0px; /* distance between top of page and content */ padding-bottom: 0px; /* distance between bottom of page and content */ } /* all links to bold */ a { font-weight: bold; } /* Top Menu Links */ a.top_menu_item:link { color: #ffffff; text-decoration: none; } a.top_menu_item:visited { color: #ffffff; text-decoration: none; } a.top_menu_item:hover { color: #4A4945; text-decoration: none; } /* LOGGED IN Menu Links */ a.menu_item:link { color: #7B7A70; text-decoration: none; } a.menu_item:visited { color: #7B7A70; text-decoration: none; } a.menu_item:hover { color: #222222; text-decoration: none; } /* Global Links */ a:link { color: #6A6962; text-decoration: none; } a:visited { color: #6A6962; text-decoration: none; } a:hover { color: #222222; text-decoration: none; } /* Content Box */ td.content { background: url(./profile_css/images/beige/back_content.png); /* distance between outer borders and content box */ padding: 6px; } /* Applies to most interior content */ div, td { background: transparent; font-family: Arial; /* almost global font */ font-size: 11px; color: #6A6962; padding: 1px; /* distance between global element borders and their content */ line-height: 140%; /* distance between lines of text */ /* text-align:justify; */ } /* TOP Menu */ td.topbar2, td.topbar2_right { border: 0; background-image: url(./profile_css/images/beige/menu_bg.png); background-repeat: repeat-x; font-weight: bold; font-size: 16px; padding: 17px 8px 10px 8px; color: #FFFFFF; } /* User Logged In Menu */ td.menu { background: none; border-width: 0px; border: 0px; padding-bottom: 0px; padding=left: 0px; padding-top: 0px; padding-right: 0px; } /* User Logged in Menu Items */ td.menu_item { background: none; border-width: 0px; border: 0px; font-size: 11px; font-weight: bold; font-family: Arial; padding-bottom: 8px; padding=left: 6px; padding-top: 8px; padding-right: 6px; } /* User Logged in Menu Shadows */ td.shadow { background-image: url(./profile_css/images/beige/shadow.gif); } td.shadow img { visibility:hidden; display:none; } /* Yourname's profile Bar */ div.page_header { background: url(./profile_css/images/beige/page_header.jpg) repeat-x; text-align: right; line-height: 42px; font-size: 16px; font-weight: bold; color: #ffffff; background-color: #D6D3BE; padding-top: 0px; padding-right: 10px; padding-left: 0px; padding-bottom: 0px; } /* Global Headers - Titles */ td.header { padding: 4px 2px 4px 4px; border: 1px solid #F1EED9; border-bottom: none; background-image: none; background-repeat: repeat-x; color: #6A6962; background: url(./profile_css/images/beige/header.png); } /* Write Something - Post Comment */ textarea { color: #6A6962; height:100px; background: none; border: 0px; padding: 12px; font-size: 12px; } img.signup_code { background: #ffffff; padding: 0px; border-width: 2px; border-color: #ffffff; } /* image verification input */ input.text, input.text_small { border-color: #ffffff; font-size: 11px; font-weight: bold; color: #ffffff; background-color: #B5B3A1; } #dhtmltooltip { background: #B5B3A1; border: 1px solid #FFFFFF; color: #ffffff; } /* PROFILE STYLES */ /* Profile box */ td.profile { background-color: #B8B6A7; background: transparent; border-width: 1px; /* adjust the width for styling of content borders - 0 to remove borders */ border-color: #F1EED9; /* padding values to vary the distance between interior borders and their content */ padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px; } /* Recent Activity */ div.profile_action { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CFCDBB; font-size: 14px; } /* Profile Photo */ td.profile_photo { border: 0px solid #FFFFFF; padding: 4px; background-color: #B8B6A7; border:1px; border-color: #FFFCE2; border-style: dotted; } img.photo { border-top: 1px; border-color: #DEDBC5; } /* Menu Options (below your profile image) */ table.profile_menu { border: 0px; } td.profile_menu1 a { background-color: #C7C4B1; border-bottom: 1px solid #A7A599; padding: 5px 5px 5px 5px; font-size: 11px; font-weight: bold; background-image:none; } td.profile_menu1 a:hover { background-color: #79786E; color: #ffffff; font-weight: bold; background-image:none; } /* Comments Section */ td.profile_postcomment { padding: 8px; border: none; border-bottom: 1px solid #EBE8D0; background: transparent; color: #cccccc; } td.profile_comment_author { padding: 5px 7px 5px 7px; background: #EBE8D0; } /* Events Section */ div.profile_event_spacer { border-top: 2px solid #B8B6A7; margin: 0px 0px 0px 0px; padding: 4px; } td.profile_event_popup_title { font-size: 11pt; vertical-align: bottom; font-weight: bold; padding: 10px; } td.profile_event_popup2 { background-color: #DEDBC5; width: 640px; padding: 8px; } td.profile_event_transparent { background-color: #67665B; opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; } div.profile_action_date { color: #6A6962; float: right; padding-left: 5px; } div.profile_blogentry_date { padding-left: 25px; color: #6A6962; margin-bottom: 5px; }