dopetalk

Technology => SMF Forum Code Modifications => Topic started by: Chip on June 15, 2016, 06:36:34 PM

Title: Our SMF default themes CSS changes
Post by: Chip on June 15, 2016, 06:36:34 PM
ongoing changes to the app (Menu) buttons.

use the browser's "view page source" to locate the button names correctly.

Code: [Select]
/* site's code starts here */
#button_contact > a, #button_contact > a > span {
        font-weight: bold;
        color: black;
        border-radius: 5px;
}
#button_rules > a, #button_rules > a > span {
        font-weight: bold;
        background: white;
        color: purple;
        border-radius: 5px;
}
#button_policies > a, #button_policies > a > span {
        font-weight: bold;
        background: white;
        color: purple;
        border-radius: 5px;
}
#button_forum > a, #button_forum > a > span {
        font-weight: bold;
        background: pink;
        color: blue;
        border-radius: 5px;
}
#button_profile > a, #button_profile > a > span {
        font-weight: bold;
        background: pink;
        color: blue;
        border-radius: 5px;
}
#button_home > a, #button_home > a > span {
        font-weight: bold;
        background: pink;
        color: blue;
        border-radius: 5px;
}
#button_admin > a, #button_admin > a > span {
        font-weight: bold;
        color: black;
        border-radius: 5px;
}
#button_recenttopics > a, #button_recenttopics > a > span {
        font-weight: bold;
        color: brown;
        border-radius: 5px;
}
/* New Replies is button_bc12a678f120778588031a8cddab44f9-1432538434 */
#button_bc12a678f120778588031a8cddab44f9-1432538434 > a, #button_bc12a678f120778588031a8cddab44f9-1432538434 > a > span {
        font-weight: bold;
        color: brown;
        border-radius: 5px;
}
/* All Unread is button_d94ededb98dd6ed26a60470680e072f2-1441682365 */
#button_d94ededb98dd6ed26a60470680e072f2-1441682365 > a, #button_d94ededb98dd6ed26a60470680e072f2-1441682365 > a > span {
        font-weight: bold;
        color: brown;
        border-radius: 5px;
}
/* site's code ends here */

to  /var/www/html/Themes/default/css/index.css
Title: Re: Our SMF default themes CSS changes
Post by: Chip on September 08, 2016, 09:31:25 AM
undone due to complaints ... i agree, it did look silly.
SimplePortal 2.3.6 © 2008-2014, SimplePortal