CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions »
  • Usability Improvements (Moderator: Dave Greenberg) »
  • Forum software suggestion - CSS needs tweaking [fixed]
Pages: [1]

Author Topic: Forum software suggestion - CSS needs tweaking [fixed]  (Read 1735 times)

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Forum software suggestion - CSS needs tweaking [fixed]
January 27, 2011, 05:23:24 pm
The CSS for the forum has changed, obviously.  Two notable downgrades in usability include:

* <strong> tags are not recongnized, and are not visibly bold
* and (more importantly) links are NOT underlined

See how hard it is to see that link?  Which link?  Exactly.   ;)

LOOKY HOW NICE AND BOLD THIS IS NOW, and the links work!  Wowza, thanks!
« Last Edit: April 19, 2011, 09:14:51 pm by Stoob »
Try CiviTeacher: the online video tutorial CiviCRM learning library.

Michał Mach

  • Ask me questions
  • ****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: Forum software suggestion - CSS needs tweaking
January 31, 2011, 11:21:57 am
I'll take a look and try to do sth about it until this week ends.

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: Forum software suggestion - CSS needs tweaking
February 24, 2011, 01:17:56 pm
Any traction on this?  Unfortunate to not be able to see links in the content of a post, nor bold.
Try CiviTeacher: the online video tutorial CiviCRM learning library.

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: Forum software suggestion - CSS needs tweaking
April 09, 2011, 10:03:05 pm
please edit index.css in the following ways to improve this situation.

If you don't have time give me access and I will do it.

Quote
line 17
a.new_win:link, a.new_win:visited {
    color: #334466;
    text-decoration: none;
}

Quote
line 192
.post strong {
    font-weight: normal;
}
Try CiviTeacher: the online video tutorial CiviCRM learning library.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Forum software suggestion - CSS needs tweaking
April 10, 2011, 07:35:10 am

done

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: Forum software suggestion - CSS needs tweaking
April 18, 2011, 10:17:09 am
Sorry, a small tweak still needed to fix the underlines for links:

Please add this near the end of the index.css document
Code: [Select]
div.post a:link, div.post a:visited { text-decoration: underline; }
this will underline all links within a forum post, but no other links in the forum
Try CiviTeacher: the online video tutorial CiviCRM learning library.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Forum software suggestion - CSS needs tweaking
April 18, 2011, 12:54:01 pm

done
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions »
  • Usability Improvements (Moderator: Dave Greenberg) »
  • Forum software suggestion - CSS needs tweaking [fixed]

This forum was archived on 2017-11-26.