Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
  #1  
Old 07-09-2010, 08:04 AM
Naan-Kadavul's Avatar
Naan-Kadavul Naan-Kadavul is offline
 
Join Date: Sep 2009
Location: Singpore
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default CSS Help !

CSS Help !

Quote:
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
/* Misc Resets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img {
border:0;
}
.verticalAlign {
vertical-align:middle;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
/* Page Wrapper
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pageWrapper {
margin:0 50px;
}

/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header {
height:120px;
position:relative;
}
.searchBox {
position:absolute;
top:57px;
right:0;
}
.searchBox form {
padding:0;
margin:0;
}
.searchBox input {
float:left;
}
.searchWrap {
background: url(images/styles/Influx/style/searchinput.gif) no-repeat top left;
width:179px;
height:33px;
float:left;
}
.searchinput {
background:transparent;
border:0;
color: #333;
padding:6px 0 5px 0;
font-size:8pt;
width:166px;
margin:5px 5px 0 8px;

}
.searchButton {
float:left;
}

/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navigation {
background:url(images/styles/Influx/style/navBG.gif) repeat-x top left;
height:42px;
}
.navLeft {
background:url(images/styles/Influx/style/navLeft.gif) no-repeat top left;
height:42px;
}
.navRight {
background:url(images/styles/Influx/style/navRight.gif) no-repeat top right;
height:42px;
padding:0 2px;
}
#navigation ul {
list-style:none;
padding:0;
margin:0;
}
#navigation li {
background:url(images/styles/Influx/style/navSplit.gif) no-repeat top right;
float:left;
font-weight:700;
}
#navigation a:link, #navigation a:visited {
padding:14px 20px 13px 20px;
color:#fff;
text-decoration:none;
display:block;
margin-right:2px;
}
#navigation a:hover {
background:url(images/styles/Influx/style/navHover.gif) no-repeat top center;
}

/* Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentMain {
background:#fff url(images/styles/Influx/style/contentBG.gif) no-repeat top left;
}
.contentBody {
padding:20px;
}
.contentSidebar {
background:url(images/styles/Influx/style/sidebarBG.gif) repeat-y top left;
width:258px;
padding:10px 0;
color:#767676;
}
.contentSidebar a:link, .contentSidebar a:visited {
color:#fe0030;
font-weight:700;
text-decoration:none;
}
.contentSidebar a:hover {
color:#fff;
}
.contentSidebar h3 {
background:url(images/styles/Influx/style/sidebarHeading.gif) no-repeat top left;
width:224px;
height:25px;
padding:10px 0 0 34px;
margin:0;
font-size:9pt;
font-weight:700;
color:#727272;
}
.boxMain {
padding:18px 34px;
}
.boxMain p {
padding:0;
margin:0;
line-height:20px;
}
.loginBox {
background:url(images/styles/Influx/style/loginBoxBG.gif) repeat-y top left;
padding:18px 34px;
}
.inputBox {
background: url(images/styles/Influx/style/inputBox.gif) no-repeat top left;
width:186px;
height:28px;
margin-bottom:6px;
}
.logininput {
border:0;
background:transparent;
color: #767676;
padding:6px 0 5px 0;
font-size:8pt;
width:176px;
margin:1px 5px 0 5px;
}
.rememberMe {
font: 9pt arial, helvetica, sans-serif;
font-size:11px;
font-weight:700;
padding:3px 0 8px 0;
}
.latestPost {
padding:10px 34px;
}
.latestPost ul {
list-style:none;
padding:0;
margin:0;
}
.latestPost li {
padding:8px 0;
line-height:16px;
}
.latestPost span {
background:url(images/styles/Influx/style/latestBullet.gif) no-repeat left;
padding-left:6px;
font-size:8pt;
}
.latestPost span a:link, .latestPost span a:visited {
color:#767676;
}
.latestPost span a:hover {
color:#fff;
}

/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
padding:8px 0;
color:#fff;
line-height:16px;
font-size:8pt;
}
#footer a:link, #footer a:visited {
color:#fe0030;
font-weight:700;
}
#footer a:hover {
color:#fff;
}
.copyright {
color:#a8a8a8;
}
.copyWrap {
float:left;
}
.footerNav {
float:right;
padding:4px 0;
text-align:right;
}
.footerNav td {
padding:6px 0;
}
#footer .footerNav a:link, #footer .footerNav a:visited {
color:#fff;
}
#footer .footerNav a:hover {
color:#fe0030;
}


.alt1 strong, .alt2 strong {
color:#fe0030;
}
.alt1 b, .alt2 b {
color:#fe0030;
}
.postbitWrapper {
width:193px;
padding:6px 3px;
font: 8pt Georgia, "Times New Roman", Times, serif;
color:#a2a091;
text-align:left;
}
.postbitWrapper strong {
font: bold 8pt Georgia, "Times New Roman", Times, serif;
color:#5f5a46;
font-weight:400;
}
.postbitWrapper ul {
list-style:none;
margin:0;
padding:0;
}
.postbitWrapper li {
background:url(images/styles/Influx/style/bulletPostbit.gif) no-repeat top left;
font: 8pt Georgia, "Times New Roman", Times, serif;
padding:4px 3px 4px 12px;
}
.postbitSplit {
border-bottom: 1px solid #e9e9e9;
}

.alticon1
{
background: #f8f8f8;
color: #696c73;
padding:6px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}
.alticon2
{
background: #f4f4f4;
color: #696c73;
padding:6px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}
.altSkin {
padding-left:10px;
line-height:17px;
}
.altSkin a:link strong, .altSkin a:visited strong {
color:#35393f;
}
.altSkin a:hover strong {
color:#fe0030;
}
.breadcrumb {
background:#dfdfe0 url(images/styles/Influx/gradients/gradient_thead.gif) repeat-x top left;
color:#64666a;
border: 1px solid #e2e2e2;
margin-bottom:10px;
}
.bcLeft {
padding:5px;
border:1px solid #fff;
}

Hi All,

I need help in CSS. As I am not so good in that.

The problem is whatever i post as a reply in thread or post and i Bold the font and highlight using other colors and submit, The color automatically changes to red color. I don't know why is it happening. Please help with this. Thank you!


Regards,
Naan-Kadavul
Reply With Quote
  #2  
Old 07-09-2010, 08:12 AM
eSekar's Avatar
eSekar eSekar is offline
 
Join Date: Jun 2010
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This has nothing to do with the CSS codes you mentioned.

Tried to check LIVE at your site but viewing a thread requires a registration.
Reply With Quote
  #3  
Old 07-09-2010, 08:20 AM
Naan-Kadavul's Avatar
Naan-Kadavul Naan-Kadavul is offline
 
Join Date: Sep 2009
Location: Singpore
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just register, its free, and its easy. And then u can take a look. Please.

--------------- Added [DATE]1278667342[/DATE] at [TIME]1278667342[/TIME] ---------------

Quote:
Originally Posted by eSekar View Post
This has nothing to do with the CSS codes you mentioned.

Tried to check LIVE at your site but viewing a thread requires a registration.
This has to do with the theme only. Because all other themes are working fine.

--------------- Added [DATE]1278674527[/DATE] at [TIME]1278674527[/TIME] ---------------

Someone please help me in this ..
Reply With Quote
  #4  
Old 07-10-2010, 11:16 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Naan-Kadavul View Post
Just register, its free, and its easy. And then u can take a look. Please.
Just an fyi you might get a better response if you provide info for a guest/temp account yourself- while registering for 1 forum isn't a big deal if people here did that every-time someone had a question we'd spend all day registering on dozens of sites... it's kind of expected if you want help you provide an account (or even better don't block the site to guests). Just a suggestion, not a command.
Reply With Quote
  #5  
Old 08-11-2010, 11:01 PM
Naan-Kadavul's Avatar
Naan-Kadavul Naan-Kadavul is offline
 
Join Date: Sep 2009
Location: Singpore
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well, i have all ready changed my theme. few weeks back.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:13 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03940 seconds
  • Memory Usage 2,219KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete