Espenlaub Militaria - Top
Display your banner here
Page 1 of 6 1 2 3 4 5 ... LastLast
Results 1 to 10 of 55

Update to the latest version is done

Article about: What you mean by ATM? I'am working on the mobile version ATM= At the moment. and its all good now.

  1. #1
    ?

    Default Update to the latest version is done

    Just want to let you know that update is done, but forum needs some customization and tweaks- it takes time. Thank you
    Regards,
    Dimas

    my Skype: warrelics

  2. #2
    ?

    Default Re: Update to the latest version is done

    Yes my profile is now white text on white background.

    I started to think i had gone snowblind- or drunk to much moonshine of poor quality.

  3. #3
    ?

    Default Re: Update to the latest version is done

    It is required some templates revert, I need to correct all of this manually
    Regards,
    Dimas

    my Skype: warrelics

  4. #4

    Default Re: Update to the latest version is done

    Not liking this too much yet, can't read half of my profile.
    Ralph.
    Searching for anything relating to, Anton Boos, 934 Stamm. Kp. Pz. Erz. Abt. 7, 3 Kompanie, Panzer-Regiment 2, 16th Panzer-Division (My father)

  5. #5
    ?

    Default Re: Update to the latest version is done

    Because all the css files programmed by the hands, not a by script
    Just for the example..... and this is the CSS for just the userprofile
    Code:
    @charset "UTF-8";
    /* CSS Document */
    
    .member_content a, .member_content a:hover
    {
        color: {vb:raw page_link_color};
    
    }
    
    .userprof_underline
    {
        border-color: {vb:raw module_border};
    }
    
    .userprof{
        font-family:{vb:raw font_family};
        font-size: {vb:raw fontsize};
    }
    
    .userprof_title{
        color: {vb:raw title_text_color};
    }
    
    .userprof_module{
        color: {vb:raw module_text_color};
        background-color: {vb:raw module_background_color};
        background-image: {vb:raw module_background_image};
        background-repeat: {vb:raw module_background_repeat};
    }
    .userprof_module_border{
        border-color: {vb:raw module_border};
    }
    
    .userprof_module a{
        color: {vb:raw module_text_color};
    }
    
    
    .userprof_module a:hover{
        color: {vb:raw module_text_color};
    
    }
    
    .userprof_moduleinactive{
        color: {vb:raw moduleinactive_text_color};
        background-color: {vb:raw moduleinactive_background_color};
        background-image: {vb:raw moduleinactive_background_image};
        background-repeat: {vb:raw moduleinactive_background_repeat};
    }
    .userprof_moduleinactive_border{
        border-color: {vb:raw moduleinactive_border};
    }
    
    .userprof_moduleinactive a{
        color: {vb:raw moduleinactive_link_color};
    }
    
    
    .userprof_moduleinactive a:hover{
        color: {vb:raw moduleinactive_link_color};
    
    }
    
    .userprof_headers{
        color: {vb:raw headers_text_color};
        background-color: {vb:raw headers_background_color};
        background-image: {vb:raw headers_background_image};
        background-repeat: {vb:raw headers_background_repeat};
    }
    .userprof_headers_border{
        border-color: {vb:raw headers_border};
    }
    
    .userprof_headers a{
        color: {vb:raw headers_link_color};
    }
    
    
    .userprof_headers a:hover{
        color: {vb:raw headers_link_color};
    
    }
    
    .userprof_content{
        color: {vb:raw content_text_color};
        background-color: {vb:raw content_background_color};
        background-image: {vb:raw content_background_image};
        background-repeat: {vb:raw content_background_repeat};
    }
    
    .userprof_content a{
        color: {vb:raw content_link_color};
        background-color: transparent;
    }
    
    .userprof_content a:hover{
        color: {vb:raw content_link_color};
    }
    
    .userprof_content .shade
    {
        color: {vb:raw content_text_color};
    
    }
    double decal.userprof_content {
        color: {vb:raw content_link_color};
        background-color: {vb:raw content_background_color};
        border-color: {vb:raw content_border};
    }
    
    double decal.userprof_module {
        color: {vb:raw module_link_color};
        background-color: {vb:raw module_background_color};
        border-color: {vb:raw module_border};
        background-image: {vb:raw module_background_image};
        background-repeat: {vb:raw module_background_repeat};
    }
    
    double decal.userprof_moduleinactive {
        color: {vb:raw moduleinactive_text_color};
        background-color: {vb:raw moduleinactive_background_color};
        border-color: {vb:raw moduleinactive_border};
        background-image: {vb:raw moduleinactive_background_image};
        background-repeat: {vb:raw moduleinactive_background_repeat};
    }
    
    
    dl.tabslight double decal.userprof_moduleinactive a, dl.tabslight double decal.userprof_moduleinactive a:hover":{"bc":"moduleinactive_border
    {
        color: {vb:raw moduleinactive_text_color};
    }
    
    /* I know these next few have the same settings. Since the class definition becomes an array key for a javascript array
    it's better to keep to one line. That requires three separate lines*/
    dl.tabslight double decal a, #sidebar_container.member_summary .blocksubhead.smaller, #sidebar_container.member_summary .blockrow{
        font-family:{vb:raw content_text_color};
        font-size: {vb:raw fontsize};
    }
    .textcontrols .textcontrols a, a.textcontrol, #sidebar_container.member_summary .mainblock .usertitle, #sidebar_container .userprof_content a{
        font-family:{vb:raw font_family};
        font-size: {vb:raw fontsize};
    }
    
    .profile_content .blog_stats, .profile_content .blogentrybit .blog_meta{
        font-family:{vb:raw font_family};
        font-size: {vb:raw fontsize};
    }
    
    
    dl.tabslight double decal.userprof_module a{
        color: {vb:raw module_text_color};
        background-color: {vb:raw module_background_color};
        border-color: {vb:raw module_border};
    }
    
    
    dl.tabslight double decal.userprof_module a:hover{
        color: {vb:raw module_text_color};
    }
    
    dl.tabslight double decal.userprof_moduleinactive a{
        color: {vb:raw moduleinactive_text_color};
        background-color: transparent;
        background-image: none;
        border-color: {vb:raw moduleinactive_border};
    }
    
    dl.tabslight double decal.userprof_content a{
        color: {vb:raw content_text_color};
        background-color: {vb:raw content_background_color};
        border-color: {vb:raw content_border};
    }
    
    li.userprof_content{
        color: {vb:raw content_text_color};
        background-color: {vb:raw content_background_color};
        background-image: {vb:raw content_background_image};
        background-repeat: {vb:raw content_background_repeat};
    }
    
    
    .userprof_content_border{
        border-color: {vb:raw content_border};
        border-style: solid;
        border-width: 1px;
    }
    
    
    .userprof_button{
        color: {vb:raw button_text_color};
        background-color: {vb:raw button_background_color};
        background-image: {vb:raw button_background_image};
        background-repeat: {vb:raw button_background_repeat};
        border-color: {vb:raw button_border};
    }
    
    .body_wrapper{
        background-color: {vb:raw page_background_color};
        background-image: {vb:raw page_background_image};
        background-repeat: {vb:raw page_background_repeat};
    }
    
    
    #colorbox_title_text_color{
        background-color: {vb:raw title_text_color};
    }
    
    #colorbox_page_background{
        background-color: {vb:raw page_background_color};
    }
    
    #colorbox_module_text_color{
        background-color: {vb:raw module_text_color};
    }
    
    #colorbox_module_link_color{
        background-color: {vb:raw module_link_color};
    }
    
    #colorbox_module_background{
        background-color: {vb:raw module_background_color};
    }
    
    #colorbox_module_border{
        background-color: {vb:raw module_border};
    }
    
    #colorbox_content_text_color{
        background-color: {vb:raw content_text_color};
    }
    
    #colorbox_content_link_color{
        background-color: {vb:raw content_link_color};
    }
    
    #colorbox_content_background{
        background-color: {vb:raw content_background_color};
    }
    
    #colorbox_content_border{
        background-color: {vb:raw content_border};
    }
    
    #colorbox_button_text_color{
        background-color: {vb:raw button_text_color};
    }
    
    #colorbox_button_background{
        background-color: {vb:raw button_background_color};
    }
    
    #colorbox_button_border{
        background-color: {vb:raw button_border};
    }
    
    #colorbox_moduleinactive_text_color{
        background-color: {vb:raw moduleinactive_text_color};
    }
    
    #colorbox_moduleinactive_link_color{
        background-color: {vb:raw moduleinactive_link_color};
    }
    
    #colorbox_moduleinactive_background{
        background-color: {vb:raw moduleinactive_background_color};
    }
    
    #colorbox_moduleinactive_border{
        background-color: {vb:raw moduleinactive_border};
    }
    
    #colorbox_headers_text_color{
        background-color: {vb:raw headers_text_color};
    }
    
    
    #colorbox_headers_link_color{
        background-color: {vb:raw headers_link_color};
    }
    
    #colorbox_headers_background{
        background-color: {vb:raw headers_background_color};
    }
    
    #colorbox_headers_border{
        background-color: {vb:raw headers_border};
    }
    
    #colorbox_page_link_color{
        background-color: {vb:raw page_link_color};
    }
    
    /**tabslight userprof_module a{
        background-image: none;
        background-color: {vb:raw module_background_color};
        color: {vb:raw module_color};
    }**/
    
    #sidebar_container .userprof_content .blockrow{
        color: {vb:raw content_text_color};
        background-color: {vb:raw content_background_color};
        <vb:if condition="$content_background_image != ''">
            background-image: {vb:raw content_background_image};
            background-repeat: {vb:raw content_background_repeat};
        </vb:if>
        border-color: {vb:raw content_border};
    }
    
    #sidebar_container .userprof_content a, #sidebar_container .userprof_content a:hover
    {
        color: {vb:raw content_link_color};
    }
    
    .memberprofiletabunder {
        background-color: {vb:raw module_background_color};
        background-image: {vb:raw module_background_image};
        background-repeat: {vb:raw module_background_repeat};
    }
    .pagination span a, .pagination span a.popupctrl {
        color: {vb:raw moduleinactive_link_color};
        background-color: {vb:raw moduleinactive_background_color};
        background-image: {vb:raw moduleinactive_background_image};
        background-repeat: {vb:raw moduleinactive_background_repeat};
        border-color: {vb:raw moduleinactive_border};
    }
    
    .pagination span a:hover
    {
        border-color: {vb:raw moduleinactive_border};
        color: {vb:raw moduleinactive_link_color};
    }
    
    .pagination span.selected a, .pagination span.selected a.popupctrl {
        color: {vb:raw module_text_color};
        background-color: {vb:raw module_background_color};
        background-image: {vb:raw module_background_image};
        background-repeat: {vb:raw module_background_repeat};
        border-color: {vb:raw module_border};
    }
    
    
    #sidebar_container.member_summary 
    {
        color: {vb:raw content_text_color};
        background-color: {vb:raw moduleinactive_background_color};
        background-image: {vb:raw moduleinactive_background_image};
        background-repeat: {vb:raw moduleinactive_background_repeat};
        border-color: {vb:raw moduleinactive_border};
    }
    #sidebar_container .blocksubhead 
    {
        color: {vb:raw content_text_color};
        border-color: {vb:raw moduleinactive_border};
    }
    
    .tabslight double decal.userprof_moduleinactive:hover {
        border-color: {vb:raw module_border};
    }
    
    dl.stats dt, #sidebar_container dl.stats, #sidebar_container .blockbody.userprof_content, #sidebar_container .userprof_content .time, .userprof_content .time  {
        color: {vb:raw content_text_color};
        background-color: transparent;
        background-image: none;
    }
    
    #sidebar_container a
    {
        color: {vb:raw content_text_color};
    }
    
    #sidebar_container a:hover
    {
        color: {vb:raw moduleinactive_link_color};
    }
    .profile_editor_border, .profile_content .actionbuttons
    {
        border-color: {vb:raw headers_border};
    
    }
    
    .profile_editor_border {
        border-top:none;
    }
    .userprof_editor {
        border-width: 1px 0px 0px 0px;
        border-style: solid;
        border-color: {vb:raw headers_border};
    }
    .tabbackground {
        width:100%;
    }
    
    <vb:comment>This has to be at the bottom of this sheet, because there are some interesting background conflicts</vb:comment>
    .moduleinactive_bg{
        color: {vb:raw moduleinactive_text_color};
        background-color: {vb:raw moduleinactive_background_color};
        background-image: {vb:raw moduleinactive_background_image};
        background-repeat: {vb:raw moduleinactive_background_repeat};
        border-color: {vb:raw moduleinactive_border};
    }
    
    #sidebar_container.member_summary .textcontrol
    {
        color: {vb:raw content_text_color};
    }
    
    #sidebar_container.member_summary .textcontrol a
    {
        color: {vb:raw content_text_color};
    }
    
    #sidebar_container.member_summary .textcontrol a:hover
    {
        color: {vb:raw moduleinactive_link_color};
    }
    
    .userprof .postbit .postdate .time {
        color: {vb:raw headers_text_color};
    }
    
    .userprof .postbit .postdate .time a {
        color: {vb:raw headers_link_color};
    }
    Regards,
    Dimas

    my Skype: warrelics

  6. #6

    Default Re: Update to the latest version is done



    I sure Dimas will have it all sorted soon

    Nick
    "In all my years as a soldier, I have never seen men fight so hard." - SS Obergruppenfuhrer Wilhelm Bittrich - Arnhem

  7. #7

    Default Re: Update to the latest version is done

    Quote by Woolgar View Post


    I sure Dimas will have it all sorted soon

    Nick
    I am sure he will Nick.
    Ralph.
    Searching for anything relating to, Anton Boos, 934 Stamm. Kp. Pz. Erz. Abt. 7, 3 Kompanie, Panzer-Regiment 2, 16th Panzer-Division (My father)

  8. #8

    Default Re: Update to the latest version is done

    What ever he is doing Ralph looks jolly complicated

    Nick
    "In all my years as a soldier, I have never seen men fight so hard." - SS Obergruppenfuhrer Wilhelm Bittrich - Arnhem

  9. #9

    Default Re: Update to the latest version is done

    Thanks Dimas, for all your hard work.

    Cheers, Ade.
    Had good advice? Saved money? Why not become a Gold Club Member, just hit the green "Join WRF Club" tab at the top of the page and help support the forum!

  10. #10

    Default Re: Update to the latest version is done

    I knew the forum looked a little funky...

Page 1 of 6 1 2 3 4 5 ... LastLast

Similar Threads

  1. EK1 update

    In 1939 Eisernes Kreuz forum
    10-12-2011, 08:07 AM
  2. Need Help: Genuine early version of the "Medal for War Merits" (Type I, Version I, No 9214) or not?

    In Orders, Medals, Badges, Decorations, & Corresponding Documents
    06-19-2011, 08:36 PM
  3. Forum software updated to the latest version

    In Technical/Design - Questions, How-to, & Advice
    10-14-2009, 10:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Virtual Grenadier - Down
Display your banner here