ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Color of the title


  • 2006-03-27 02:17:01

    Color of the title

    Hello,

    I'm a new user of ATutor and i want to say that it is a very good project. But i've a problem. I want to change the color of the title of ATutor but i can't find where i must do the modification. Can you explain to me where i can do a modification to change it ?

    Thanks for all
    Walter
    ;)

  • 2006-03-27 08:27:43

    Re: Color of the title

    All display modification are done through themes. Theme contain template and stylesheets that can be edited as needed.

    e.g. see:
    /theme/default/include.header.tmpl.php

  • 2006-03-27 09:27:30

    Re: Color of the title

    Thanks for all but in the .css file where can i find the hexadecimal code ?

    Thanks
    Walter

  • 2006-03-27 09:51:57

    Re: Color of the title

    I would have to figure that out manually myself, so I leave that task up to you.

  • 2006-04-11 10:11:48

    Re: Color of the title

    it would be a good idea to learn some CSS first - you will need it not only for the title

    try here:
    [code]
    /* heading attributes */
    h1 ,h2,h3, h4, h5, h6 {
    font-family: trebuchet ms, Arial, sans-serif;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 0px;
    color: #003333; /* #D15600; */
    }
    [/code]