URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create A Forum - Support Forums
  HTML https://support.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Style Support
       *****************************************************
       #Post#: 9821--------------------------------------------------
       help with a code
   DIR By: shell
       Date: May 13, 2013, 2:07 am
       ---------------------------------------------------------
       someone very kindly made this for me but i cannot get to
       work,its is this file i think
  HTML http://www.awesomestyles.com/phpbb3-styles/view/rainbow
  HTML http://www.awesomestyles.com/phpbb3-styles/view/rainbow
       You will need to change the values to your preferences, with
       the !important; declaration added to them.
       Example: First entry is
       a:link, a:visited {
       color: #334466;
       text-decoration: none;
       }
       Change color to
       a:link, a:visited {
       color: #334466;
       color: #F00 !important;
       text-decoration: none;
       }
       this is the code anyhelp with helping me have this style would
       be greatly appreciated
  HTML http://forum.userstyles.org/uploads/FileUpload/51/d5da5762031fae5c5e0f4c1dfe8b50.txt
  HTML http://forum.userstyles.org/uploads/FileUpload/51/d5da5762031fae5c5e0f4c1dfe8b50.txt
       it wont let me post the full code
       #Post#: 9822--------------------------------------------------
       Re: help with a code
   DIR By: shell
       Date: May 13, 2013, 4:16 am
       ---------------------------------------------------------
       it seems only the text color changes
       #Post#: 9831--------------------------------------------------
       Re: help with a code
   DIR By: xboi209
       Date: May 14, 2013, 4:55 pm
       ---------------------------------------------------------
       The code above only changes the color of links
       #Post#: 9833--------------------------------------------------
       Re: help with a code
   DIR By: shell
       Date: May 15, 2013, 1:46 am
       ---------------------------------------------------------
       oh no,so its not not change the style then (sigh)
       thanks anyway
       #Post#: 9834--------------------------------------------------
       Re: help with a code
   DIR By: shell
       Date: May 15, 2013, 2:10 am
       ---------------------------------------------------------
       is there any software that when i point to a section of the
       forum it shows me in the CSS code which part it is.
       I dont know what changes what,i have looked at tutorials and
       they all assume you know basic HTML i dont.
       I understand they are differant codes,but they can be merged or
       certain pieces of html can be used in a CSS style sheet
       Could you also please explain in a phbb style file how do i find
       the CSS/HTML code,and is it possible to convert a HTML into A
       CSS
       I have been given some custom buttons and told this could do it,
       i also have loads of firefox addons,for css,
       but unless i know what i am changing i cannot use.
       many thanks for your help
       #Post#: 9839--------------------------------------------------
       Re: help with a code
   DIR By: xboi209
       Date: May 15, 2013, 9:21 pm
       ---------------------------------------------------------
       I meant the code in your post, the one in the link changes a lot
       more but needs to be modified in order to work correctly for
       CreateAForum. The Developer Tools in Chrome allows you to point
       and click on anything and it will show you the piece of CSS code
       that will select that element, no html knowledge is needed. Have
       you read all of the sticky topics in this board?
       #Post#: 9842--------------------------------------------------
       Re: help with a code
   DIR By: shell
       Date: May 16, 2013, 4:00 am
       ---------------------------------------------------------
       hi
       yes i have read them
       the problem is i dont know how to start the document,what comes
       first which line changes what.
       the stickys assume basic knowlegde of HTML and i have tried so
       hard to understand it,i have all kinds of stylesheet software
       etc but its no good unless i know what to put first on the
       stylesheet or knowing what changes what.i have firefox not
       chrome.
       when i open create a stylesheet in crimson edotor ,what is the
       first thing i need to put,
       #Post#: 9848--------------------------------------------------
       Re: help with a code
   DIR By: xboi209
       Date: May 16, 2013, 8:21 pm
       ---------------------------------------------------------
       It doesn't assume you know basic html at all and you don't need
       any stylesheet software or editor, they can written in plain
       notepad.
       This is an example of how to change color of an element:
       --- Code ---
       
       div.example {
       color: blue;
       }
       
       --- End Code ---
       The div.example part selects which part of the page, known as
       the element, you want to change, the html equivalent coding for
       this is <div class="example">This color is blue</div>. The curly
       brackets, {}, tells you the start and end of the coding for the
       selected element and the color: blue; changes the font color to
       blue.
       Let me know on any part you're stuck or confused on, the [Guide]
       Changing the color of board names topic clearly explains step by
       step what to do.
       #Post#: 9852--------------------------------------------------
       Re: help with a code
   DIR By: shell
       Date: May 17, 2013, 1:34 am
       ---------------------------------------------------------
       thank you for explaining
       i am not just trying to change the font,i am trying to find the
       html/css stylesheet within a phbb3 file
       to change the full theme not just the fonts,its the style and
       feel i would like to change
       *****************************************************
       Page 1 of 1