Home arrow Forum Module recent posts
  Welcome, Guest. Please login or register.
Did you miss your activation email?
November 22, 2008, 05:56:33 PM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 2.0.x (Moderators: -Wolverine, kai920)
| | | |-+  Module recent posts
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Module recent posts  (Read 1282 times)
Ega
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 9


View Profile
Module recent posts
« on: February 09, 2007, 06:15:50 AM »

Hi! I use Joomla 1.0.12 and SMF 1.1.1

Everything seems to work fine with your last bridge, but I have a little problem with a mod.

In recent posts' module (that everyone can visualize on my home page), how can I set the colour of the links to the latest posts? They are difficult to read because white...
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Module recent posts
« Reply #1 on: February 09, 2007, 07:35:02 AM »

I believe, and youll have to check the html, that you can style .latestnews a.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Ega
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 9


View Profile
Re: Module recent posts
« Reply #2 on: February 09, 2007, 08:01:21 AM »

I believe, and youll have to check the html, that you can style .latestnews a.

Exuse me, I'll check the html, but where? I mean, what file, in particular?
Logged
Ega
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 9


View Profile
Re: Module recent posts
« Reply #3 on: February 09, 2007, 11:30:39 AM »

Sorry... Up  Tongue
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Module recent posts
« Reply #4 on: February 09, 2007, 12:49:46 PM »

ummmm view source?
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Livebox
Guest
Re: Module recent posts
« Reply #5 on: February 09, 2007, 12:54:52 PM »

Just install the Webdeveloper Toolbar for Firefox. https://addons.mozilla.org/firefox/60/
When installed go to:
-Information
--Display ID & Class details.

Then you can see witch Class ID used. So you can find it in your Css files
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Module recent posts
« Reply #6 on: February 09, 2007, 01:01:42 PM »

much better response, thx Livebox!
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Livebox
Guest
Re: Module recent posts
« Reply #7 on: February 09, 2007, 01:07:45 PM »

No thanks Wink
Logged
Ega
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 9


View Profile
Re: Module recent posts
« Reply #8 on: February 10, 2007, 06:22:44 AM »

Just install the Webdeveloper Toolbar for Firefox. https://addons.mozilla.org/firefox/60/
When installed go to:
-Information
--Display ID & Class details.

Then you can see witch Class ID used. So you can find it in your Css files


Ok, installed. Now I can see that recent-posts' module is under the label "moduletable" and the parts which I'd like to modify is "latestnews". But everybody can see that I don't know anything about css. My question is: where can I add or modify that Class ID? In the main css file of my template? I can't find it in there. I see many different "moduletables"...

Here we go, this is my template_css.css ...

Code:
/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
margin: 0;
padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

fieldset {
border: 0;
padding: 5px 0;
}

span.pathway {
display: block;
vertical-align: middle;
margin-top: 5px;
font-weight: normal;
}

span.pathway img {
  padding: 0px 10px;
  vertical-align: middle;
}

span.pathway a {
  line-height: 150%;
}

div#pathway {
margin-bottom: 10px;
padding-left: 8px;
}

a.readon {
  line-height: 300%;
}

/*** fonts ***/
body {
line-height: 125%;
font-family: Tahoma, Helvetica, sans-serif;
}

/* size attributes */

body.f-smaller {
font-size: 10px;
}

body.f-default {
font-size: 11px;
}

body.f-larger {
font-size: 13px;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
font-size: 90%;
}

#nav a,
#inset a {
font-size: 100%;
}

div.moduletable h3,
div.moduletable-hilite h3,
td.side h3,
.componentheading {
font-size: 93%;
line-height: 100%;
}

table.outer .contentheading {
  font-size: 150%;
  line-height: 100%;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 0px;
}

div.componentheading {
  text-transform: uppercase;
font-weight: normal;
}


/* font family */
h1,
h2,
h3,
h4,
h5,
.contentheading,
.componentheading,
.sectiontableheader {
font-family: Tahoma, Helvetica, sans-serif;
font-weight: bold;
}

a:link,
a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* component heading */

.componentheading {
margin-top: 6px;
margin-bottom: 10px;
margin-left: -4px;
margin-right: -4px;
padding: 6px;
}

/* module settings */

div.moduletable h3,
div.moduletable-hilite h3 {
  text-transform: uppercase;
font-weight: normal;
  padding: 5px;
  margin: 0 -5px 5px -5px;
}

div.moduletable,
div.moduletable-hilite {
margin-bottom: 5px;
padding: 6px 5px;
}

td.left div.moduletable-hilite,
td.right div.moduletable-hilite {
margin: 0 -6px;
padding: 6px 12px;
border-width: 6px 0;
border-style:  solid;
}

/* default menu link styles */
a.sublevel {

}

a.mainlevel:hover {
text-decoration: none;
}

td a.sublevel:hover {
text-decoration: underline;
}

/** regular joomla menu **/

a.mainlevel {
display: block;
padding: 3px 0px;
text-indent: 4px;
width: 100%;
}

/* headings */

h1 {
line-height: 100%;
font-size: 200%;
}

h2 {
   line-height: 100%;
   font-size: 150%;
}

h3 {
   line-height: 100%;
   font-size: 120%;
}

h4 {
line-height: 100%;
font-size: 110%;
}

.small,
.modifydate,
.createdate {
font-weight: normal;
}

.modifydate {
height: 20px;
vertical-align: bottom;
}

.createdate {
height: 20px;
vertical-align: top;
vertical-align: top;
padding-bottom: 5px;
padding-top: 0px;
}

/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
  vertical-align: bottom;
}

td.buttonheading img {
margin-right: 5px;
}

table.outer td.sectiontableheader {
  font-weight: bold;
  padding: 0 4px;
  line-height: 20px;
}

table.outer tr.sectiontableentry1 td,
table.outer tr.sectiontableentry2 td,
table.outer td.sectiontableentry1,
table.outer td.sectiontableentry2 {
  padding: 4px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

table.contentpaneopen td p {
  padding-right: 10px;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
clear: both;
}

div.mosimage {
  margin: 5px;
}


table.adminform textarea {
  width: auto;
  color: #666;
}

/** width stuff **/

.w-wide div.wrapper {
width: 950px;
}

.w-thin div.wrapper {
width: 775px;
}

.w-fluid div.wrapper {

}

/** template layout stuff **/

body {
height: 100%;
padding: 0;
margin-bottom: 1px;
}

div.wrapper {
margin: auto;
position: relative;
}

div#outer-border {
border-width:  0 6px 6px 6px;
border-style:  solid;
}

table.outer,
table.nopad {
width: 100%;
border:  0;
padding:  0;
}

table.outer tr,
table.nopad tr {
vertical-align:  top;
}

table.outer td,
table.nopad td {
padding: 0;
}

table.nopad td {
  width: 33%;
  padding-right: 6px;
}

div#top-head {
border-width: 0 6px;
border-style:  solid;
height: 92px;
}

div#access-bar {
height: 25px;
}

span#logo {
position: absolute;
z-index: 10000;
/* change these values below if you want to move your logo */
top: 16px;
left: 21px;
/* change these values below if you change your logo image size */
width: 317px;
height: 68px;
}

div#color-insert {
position:  absolute;
z-index: 1;
top:  32px;
left: 23px;
width: 28px;
height: 50px;
}

div#top-mod {
margin: 10px 5px 10px 370px;  /* 370 here is to make room for the logo */
height: 47px;
overflow: hidden;
}

div#horiz-menu {
border-width: 6px 6px 0 6px;
border-style: solid;
height:  22px;
}


table.outer td.left {
width:  22%;
border-width:  6px 6px 0 6px;
border-style:  solid;
}

table.outer td.middle {
border-width:  6px 6px 0 6px;
border-style:  solid;
}

table.outer td.right {
width:  22%;
border-width:  6px 6px 0 6px;
border-style:  solid;
}

div.path-padding {
  padding: 0 10px;
}

div.padding {
  padding: 0px 10px 20px 10px;
}

div.smallpad {
  padding-left: 6px;
}

div.sidepad {
  padding: 0 6px;
}

div.midbox {
border-width:  6px 0 0 0;
padding-left: 6px;
border-style:  solid;
  margin-bottom: 6px;
}

div.botbox {
border-width:  6px 0 0 0;
padding-left: 6px;
border-style:  solid;
margin-top: 15px;
margin-bottom: -1px;
}

div#bot-footer{
border-width: 6px 6px 0 6px;
border-style:  solid;
height: 38px;
text-align: center;
line-height: 38px;
}

div#bot-footer a:hover {
text-decoration: underline;
}

#bot-rocket {
text-align: center;
}

span.rocket {
margin: 10px auto;
display: block;
position: relative;
width: 137px;
height: 35px;
}

/* accessibility stuff */

#access {
position: absolute;
z-index: 10000;
top: 4px;
right: 12px;
width: 300px;
height: 16px;
overflow: hidden;
}

#access span {
background-repeat: no-repeat;
}

#access a {
text-decoration: none;
}

#access .spacer {
display:  block;
float:  right;
width: 10px;
overflow:  hidden;
}

#access #buttons {
float: right;
}

#access .button {
display: block;
float: right;
width: 16px;
height: 16px;
margin-left: 4px;
background-repeat: no-repeat;
}

/* some page content things */

.hide {
display: none;
}

td.left ul,
td.right ul {
  margin: 0;
  padding: 5px 0px 5px 12px;
}

form {
border: 0;
margin: 0;
padding: 0;
}

table.blog span.article_seperator {
display: block;
height: 20px;
}

blockquote {
margin: 10px 0;
line-height: 140%;
padding: 10px;
}

pre {
padding: 10px;
}

table.pollstableborder td {
text-align: left;
padding: 2px 0;
}

May anybody help me, please?
Logged
Ega
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 9


View Profile
Re: Module recent posts
« Reply #9 on: February 10, 2007, 07:32:25 AM »

Solved. Thank you very much. That class ID wasn't in the ccs file I've posted, but in another one.
Logged
Livebox
Guest
Re: Module recent posts
« Reply #10 on: February 10, 2007, 07:42:28 AM »

Oke no thanks. Good to here it is Solved  Wink
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
MamboBuzz.com
Search Contact About Advertise Blogs Topsites Submit News Register Login