Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Help forum styles

Asked Modified Viewed 6,671 times
B
BombJe
B
BombJe 10
  • Member, joined since
  • Contributed 119 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
asked
Member

I would like to have my links (categories, discription / subforums (craig's infusion)) bigger something like 12-14 px, how can I change it? Can't find it in my CSS guys, help!

/*-------------------------------------------------------+
| PHPFusion Content Management System
| Copyright 2002 - 2012 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Name: GameSite Theme
| Based on a Design from http://www.templatemo.com
| Filename: styles.css
| Author: skpacman Studio
| Version: v1.00
| Developers: skpacman
| Site: http://www.skpacman.com
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/

body {
   margin: 0;
   padding: 0;
   line-height: 1.5em;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #999;
   background: #272525 url(images/templatemo_top_bg.jpg) repeat-x;
}

a:link, a:visited { color: #FFFFFF; text-decoration: none; font-weight: normal; }
a:active, a:hover { color: #99FF00; text-decoration: none; }

p {
   margin: 0px;
   padding: 0px;
   text-align: justify;
}

img {
   margin: 0px;
   padding: 0px;
   border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;   }
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;   }
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;   }
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;   }
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;   }
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;   }

.margin_right_10 { margin-right: 10px; }
.margin_right_60 { margin-right: 60px; }

.horizontal_divider {
   background: url(images/templatemo_horizontal_divider.jpg) bottom repeat-x;
}

.border_bottom {
   border-bottom: 1px dashed #000;
}

.fl {
   float: left;
}

.fr {
   float: right;
}

.rc_btn_01 a {
   clear: both;
   display: block;
   width: 120px;
   height: 25px;
   padding: 5px 0 0 0;
   font-size: 12px;
   text-align: center;
   color: #000000;
   text-decoration: none;
   border: none;
   background: url(images/templatemo_button_01.png) no-repeat;
}

#templatemo_wrapper_outer {
   width: 100%;
   margin: 0 auto;
}

#templatemo_wrapper_inner {
   width: 980px;
   margin: 0 auto;
   padding: 0 5px;
   background: url(images/templatemo_wrapper_bg.png) repeat-y;
}

#templatemo_banner {
   width: 980px;
   height: 250px;
   background: url(images/templatemo_banner_bg.jpg) no-repeat;
}

/* menu */

#templatemo_menu {
   clear: both;
   width: 980px;
   height: 65px;
   background: url(images/templatemo_menu_bg.jpg) no-repeat;
}

#templatemo_menu ul {
   width: 980px;
   margin: 0px;
   padding: 20px 0 0 15px;
   list-style: none;
}

#templatemo_menu ul li {
   display: inline;
      text-align: center;
}

#templatemo_menu ul li a {
   float: left;
   padding: 0 20px;
   text-align: center;
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   color: #999999;   
   font-weight: bold;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
   color: #ffffff;
}

/* end of menu*/

.center{
margin: 0 auto;
}

.banners{
margin: 0 auto;
width: 100%;
}

.banner{
margin: 0 auto;
width: 100%;
text-align: center;
height: 70px;
overflow: hidden;
}

.banner img, a{
max-height: 70px;
}

.banner-main{
margin: 0 auto;
width: 100%;
text-align: center;
height: 90px;
overflow: hidden;
}

.banner-main img, a{
max-height: 90px;
}

#templatemo_content_wrapper {
   clear: both;
   width: 960px;
   padding: 10px;
}

.templatemo_content {
   float: left;
   width: 500px;
   padding: 20px 19px 0 19px;
   background: #1b1919;
   border: 1px solid #363434;
}

.templatemo_content_noside {
   float: left;
   width: 719px;
   padding: 20px 0 0 19px;
   background: #1b1919;
   border: 1px solid #363434;
}

.templatemo_content_noboth {
   float: left;
   width: 920px;
   padding: 20px 19px 0 19px;
   background: #1b1919;
   border: 1px solid #363434;
}

.header_01 {
   padding: 0 0 5px 0;
   margin: 0 0 10px 0;
   font-size: 14px;
   font-weight: bold;
   color: #ffffff;
   /*color: #e40b0b;*/
}


.header_02 {
   padding: 0 0 5px 0;
   margin: 0 0 10px 0;
   font-size: 18px;
   font-weight: bold;
   color: #ffffff;
   /*color: #e40b0b;*/
}

.header_03 {
   padding: 0 0 5px 0;
   font-size: 12px;
   font-weight: bold;
   color: #ffffff;
   /*color: #99be29;*/   
}

.header_03 a { color: #ffffff; text-decoration: none; }
.header_03 a:hover { color: #99FF00; }

.templatemo_side_bar {
   float: left;
   width: 160px;
   padding: 20px 19px 0 19px;
   background: #1b1919;
   border: 1px solid #363434;   
}

.templatemo_side_bar ul {
   margin: 0px;
   padding: 0px;
}

.templatemo_side_bar ul li {
   margin: 0px;
   padding: 0 0 0 0;
   margin-bottom: 5px;
   border-left: 5px solid #000;
   list-style: none;
}

.templatemo_side_bar ul li a {
   display: block;
   background: #242224;
   padding: 5px 0 5px 10px;
   color: #b5b1b1;
   text-decoration: none;
}

.templatemo_side_bar ul li a:hover {
   color: #ffffff;
   background: #000;
}

.templatemo_side_bar form {
   margin: 0px;
   padding: 0px;
}

#search_field {
   padding: 5px 0 0 0;
   height: 20px;
   width: 175px;
   margin-bottom: 10px;
}

#search_button {
   float: right;
   width: 120px;
    height: 30px;
   padding: 0;
   margin: 0;
   cursor: pointer;
   font-size: 12px;
   text-align: center;
   white-space: pre;
   background: url(images/templatemo_button_02.png) no-repeat;
   color: #000000;
   border: none;
}

.content_section {
   clear: both;
   padding: 0 0 0 0;
   max-width: 900px;
   margin: 0 auto;
}

.content_section p span {
   color: #ffffff;
}

.image_wrapper_01 {
   float: left;
   position: relative;
   margin: 3px 20px 0 0;
   background: #131212;
   padding: 4px;
}

.image_wrapper_01 img {
   border: 1px solid #363434;
}

.image_wrapper_02 {
   position: relative;
   margin: 0 0 10px 0;
   background: #131212;
   padding: 4px;
}

.image_wrapper_02 span {
   position: absolute;
   width: 20px;
   height: 20px;
   bottom: 10px;
   right: 10px;
   background: url(images/templatemo_play_icon.jpg) no-repeat;
}

.image_wrapper_02:hover span {
   background: url(images/templatemo_play_icon_hover.jpg) no-repeat;
}

.image_wrapper_02 img {
   border: 1px solid #363434;
}

.image_wrapper img {
   border: 1px solid #363434;
}

.latest_news {   max-width: 600px;
   clear: both;
   padding-bottom: 10px;
}

#templatemo_footer {
   clear: both;
   width: 990px;
   height: 40px;
   margin: 0 auto;
   padding: 20px 0 0 0;
   text-align: center;
   background: url(images/templatemo_footer.jpg) no-repeat;
}

/* php-fusion specific css */

.tbl{}
.tbl1{
background-color: #1f1f1f;
padding: 2px 5px 2px 5px;
}
.tbl2{3
background-color: #131313;
padding: 2px 5px 2px 5px;
}
.tbl_err{}

.admin-message{
   width: 94%;
   min-width: 435px;
   border: 1px solid #363434;
   padding: 10px;
   margin-bottom: 10px;
   font-weight: bold;
   color: #FFF;
}

.clear {
clear: both;
}

.clearfix:after {    
content:".";    
display:block;    
height:0;    
clear:both;    
visibility:hidden;
}

/* Hide from IE Mac \*/
.clearfix {
display:block;
}

/* End hide from IE Mac */
.floatfix {
overflow:hidden;
}

* html .floatfix {
width:100%;
}

.ui-sortable {
margin: 0 20px 0 auto;
padding: 0;
}

#edit_shout{
   width: 100%;
}

.shoutboxdate, .shoutboxname{
   display: inline-block;
}

#footer{
margin: 0 auto;
}

.side_both{
margin: 0 auto;
}

.small{
font-size: .75em;
}

.code_bbcode{
width: 100%;
max-width: 380px;
background: #444;
display: block;
overflow: hidden;
}

code {
max-width: 310px;
}

.textbox {
background: #444;
color: #fff;
border: 1px solid #888;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.quote{
background: #444;
color: #fff;
border: 1px solid #0a0;
padding: 10px;   
}

.pagenav {
padding:10px;
}

.pagenav a {
padding:3px;
border: 1px solid #888;
margin: 3px;
}

.pagenav span {
padding:3px;
border: 1px solid #888;
margin: 3px;
color: #000;
background: #ccc;
}

.button{
padding:3px;
border: 1px solid #888;
margin: 3px;
background: #1b191a;
color: #fff;
}

.button:hover{
padding:3px;
border: 1px solid #0f0;
margin: 3px;
background: #333;
color: #0f0;
text-decoration: none;
}

.tbl1 strong, .tbl2 strong, .tbl strong{
color: #fff;
}

.title {
font-weight: bold;
padding: 10px;
}

.poll {
background: #c6c6c6; /* Old browsers */
background: -moz-linear-gradient(top,  #c6c6c6 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c6c6c6 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c6c6c6 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c6c6c6 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c6c6c6 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
border: 0;
}

hr {
border: 0;
background: url(images/templatemo_horizontal_divider.jpg) bottom repeat-x;
height: 2px;
}

.forum-caption{
padding: 0 5px 0 5px;
text-align: center;
font-weight: bold;
overflow: hidden;
}

.forum_cat_name{
text-align: left;
}

.panelbutton{
height: 10px;
vertical-align: center;
}

/*Credits to Craig D for the below sharing options. It was taken from the Blog-e theme.*/
.fpst_bookmark {
cursor: pointer;
text-align: right;
text-decoration: none;
border: 0px;
opacity:0.6; filter:alpha(opacity=60);
}    

.fpst_bookmark:hover {
cursor: pointer;
text-align: right;
text-decoration: none;
border: 0px;
opacity:0.8; filter:alpha(opacity=80);
}

.share {
font-size: 10px;
color:#333;
padding: 3px 5px 3px 5px;
text-align:right;
margin-bottom: 2px;
margin-top: 10px;
}

/*Custom scroll bars*/
html::-webkit-scrollbar, body::-webkit-scrollbar, div::-webkit-scrollbar {
    width: 8px;
   height: 8px;
   background: #282828;
}

html::-webkit-scrollbar-track, body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background: #282828;
   border: 1px solid #666;
}

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
   background: #484848;
   border: 1px solid #666;
}​


Merged on Dec 15 2012 at 23:25:51:
Bump
Edited by BombJe on 16-12-2012 01:25,
0 replies

13 posts

J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

To make overall links bigger add this line
a {font-size: 12px}
0 replies
B
BombJe
B
BombJe 10
  • Member, joined since
  • Contributed 119 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
answered
Member

Quote

JoiNNN wrote:

To make overall links bigger add this line
a {font-size: 12px}


Take a look @ www.codnews.net/forum (I want these links and discription in a bigger font because I can barely read it)

Where should I place/add it in my CSS?
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]
/* Category: */

.forum_name > a {
/*style here*/
}

/* Cat. desc. : */
.forum_name > span.small {
/*style here*/
}

/* SubCat. link : */
.forum_name > span.small > a {
/*style here*/
}

/* SubCat. strong: */
.forum_name > span.small > strong {
/*style here*/
}
[/syntaxhighlighter]

Use !important; if needed (at least for rule #1)
0 replies
B
BombJe
B
BombJe 10
  • Member, joined since
  • Contributed 119 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
answered
Member

Quote

PolarFox wrote:

[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]
/* Category: */

.forum_name > a {
/*style here*/
}

/* Cat. desc. : */
.forum_name > span.small {
/*style here*/
}

/* SubCat. link : */
.forum_name > span.small > a {
/*style here*/
}

/* SubCat. strong: */
.forum_name > span.small > strong {
/*style here*/
}
[/syntaxhighlighter]

Use !important; if needed (at least for rule #1)


Sorry if I sound like a noob, but where do I have to enter this and where should I enter "!important;" and why?
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

http://www.yellowjug.com/web-design/the-importance-of-important-in-css/

and

in your style.css
0 replies
D
Digital Remix
D
~ Digital
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 4 threads in the forums
answered
Junior Member

In the future, if you ever want to change an element of a page, and you didn't make the theme, open the page, right click the element (Text, table, whatever), if you have Google Chrome, click "inspect element", usually it will have:

class = 'tbl1'

which the above for example would be the first table cell styling of two.
0 replies
B
BombJe
B
BombJe 10
  • Member, joined since
  • Contributed 119 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
answered
Member

Quote

Digital Remix wrote:

In the future, if you ever want to change an element of a page, and you didn't make the theme, open the page, right click the element (Text, table, whatever), if you have Google Chrome, click "inspect element", usually it will have:

class = 'tbl1'

which the above for example would be the first table cell styling of two.


I was looking for forum in the css to look what the fonts etc are but could not find it. I learn CSS now but how can i see what the "html div= idname" is (in php) on my /forum/index.php page?
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

The Forums in PHPFusion 7.02 can use these style elements...



.forum {}

.forum-caption {}

.forum_cat_name {}

.forum_breadcrumbs {}

.forum_thread_title {}

.forum_thread_post_space {}

.forum_thread_user_post {}

.forum_thread_user_info {}

.forum_thread_table {}

.forum_thread_user_name {}

.forum_thread_post_date {}

.forum_thread_ip {}

.forum_thread_userbar {}

.forum_idx_table {}

.forum_table {}

.forum_thread_table {}

.edit_reason {}

.forum_sig {}
0 replies
B
BombJe
B
BombJe 10
  • Member, joined since
  • Contributed 119 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
answered
Member

Quote

Craig wrote:

The Forums in PHPFusion 7.02 can use these style elements...



.forum {}

.forum-caption {}

.forum_cat_name {}

.forum_breadcrumbs {}

.forum_thread_title {}

.forum_thread_post_space {}

.forum_thread_user_post {}

.forum_thread_user_info {}

.forum_thread_table {}

.forum_thread_user_name {}

.forum_thread_post_date {}

.forum_thread_ip {}

.forum_thread_userbar {}

.forum_idx_table {}

.forum_table {}

.forum_thread_table {}

.edit_reason {}

.forum_sig {}


Wich one is it for the categories and description?
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

.forum-caption {}

.forum_cat_name {}
0 replies
B
BombJe
B
BombJe 10
  • Member, joined since
  • Contributed 119 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
answered
Member

Quote

Craig wrote:

.forum-caption {}

.forum_cat_name {}


Thanks, so just need to add .forum_cat_name { background-color; #FFF } (for example)?
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Yes but remember to put an ; at the end after the #fff like #fff;
0 replies
B
BombJe
B
BombJe 10
  • Member, joined since
  • Contributed 119 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
answered
Member

Quote

Craig wrote:

Yes but remember to put an ; at the end after the #fff like #fff;


That's what I learn in school now... Now we're talking about styles etc can you guys rate this GFX I made?

Click to make it larger.

img191.imageshack.us/img191/5423/e586995357bb489db17a381.png


Is there a potentional designer in me?

Merged on Dec 19 2012 at 08:13:21:
BUMP
Edited by BombJe on 19-12-2012 10:13,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 13 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

B
B
BombJe 10
  • Member, joined since
  • Contributed 119 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
D
D
~ Digital
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 4 threads in the forums
J
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet